samples
samples copied to clipboard
Feature request: Multiple video streams in one peer connection
We are trying to verify Unified plan where multiple video streams could be pushed in to one peer connection.
We have a sample https://webrtc.github.io/test-pages/src/multiple-video/ [which has multiple video streams, this has to be sent in to a peer connection right next in the same page.]
It will be really great to have Max 4 Video streams in one peer-connection and verifiable in the same page.
@ErikHellman can you please take a look
Also we could modify https://webrtc.github.io/samples/src/content/peerconnection/pc1/ to use (I missed this in the review) transceivers when unified plan is used, that will also be a verifiable attribute to look out for.
Example: https://codepen.io/anon/pen/dgJGqO?editors=0010 taken from the Unified Plan transition guide.
I got a sample coming up where I use getDisplayMedia()
together with getUserMedia()
to show both screen capturing AND camera input. Would that be a good use case for this?
Is there any solution for this issue yet? Been looking for over a week for a solution for multiple streams in 1 peer connection.
Hi @ErikHellman, I am using getDisplayMedia() and getUserMedia() together. I want to show screen as well as camera input. Can you please tell me how to do it with single peerconnection object ?
I am trying to show video camera and screen share at the same time as well. I have a PoC partially working, but I am most certainly not doing it correctly because I am running into odd issues. Did anyone ever find good documentation or an example on this?
Is there any solution for this issue yet? Been looking for over a week for a solution for multiple streams in 1 peer connection.
bro is you solve it.I face the same issue right now
Unlikely to happen in a reasonable timeframe