question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can i send a stream other then video & voice?

See original GitHub issue

Chrome v52 brings ReadableStream constructor to the table. It would be cool if it would be possible to send a blob/file as a readableStream. I have written a blob stream reader recently. And now i want to send it over webrtc. (from browser to the server - using electron-webrtc)

There is also this alternative blob reader but it uses node’s stream

var blobStream = new ReadableStream({...}); // read blob as chunks
var peer2 = new SimplePeer({ stream: blobStream })

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
yocontracommented, Jun 22, 2016

On second look the API for creating multiple data channels seems a little tricky to use.

@feross How do you feel about making multiple data channels part of the API?

0reactions
ferosscommented, Jul 15, 2016

@jimmywarting The stream option is for media streams, like from a microphone or webcam. What you want is the data channel. As @contra said, simple-peer instances are node.js style duplex streams, so you should not pass a stream option.

@contra I’m open to supporting multiple data channels as part of the API if we can do it in a backwards-compatible way. There was discussion about this before in #19.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Live Stream Games, Videos, and More on Discord
You can stream on Discord by joining a voice channel and clicking the "Video" or "Screen" options near the bottom of the screen....
Read more >
Sharing a recorded video with sound during your meeting
Click Share Screen located in your meeting controls. Switch to the Advanced tab, and then select Video . Click Share. Your system file...
Read more >
Go Live and Screen Share - Discord Support
When sharing your screen on a server voice channel, you can change the Stream Quality by hovering over the PiP window of your...
Read more >
The ultimate live streaming guide for beginners | Livestream
Don't pause your dreams to live stream. Check out our beginner's guide on how to live stream and the equipment you need to...
Read more >
Share a recording in Voice Memos on iPhone - Apple Support
In the Voice Memos app , you can share one or more recordings with others (or send it to your Mac or another...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found