Problem with the second peer connection in one browser tab (WebRTC)
Categories
(Core :: WebRTC: Networking, defect, P3)
Tracking
()
People
(Reporter: necromantos, Unassigned)
Details
Attachments
(1 file)
|
40.80 KB,
text/plain
|
Details |
Updated•8 years ago
|
Comment 1•8 years ago
|
||
Comment 3•8 years ago
|
||
Updated•8 years ago
|
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Comment 9•8 years ago
|
||
Comment 10•8 years ago
|
||
Comment 11•8 years ago
|
||
| Reporter | ||
Comment 12•8 years ago
|
||
Comment 13•5 years ago
|
||
After looking at this a bit, I'm less sure what I said in c6 is correct. Firefox should be good with two certificates with the same CN as long as they have different issuer/serials.
In https://mediasoup.org we create random DTLS certificates with random name/subject and random serial number:
However the issue reported above happens as shown here:
A second PeerConnection connecting to a different worker instance of mediasoup (which has a different random DTLS certificate) fails. And the issue does not happen if all worker instances of mediasoup are provided with the same DTLS certificate (instead of letting them create a random one).
Comment 14•5 years ago
|
||
Hi,
we are experiencing the same issue. We are using AWS Kinesis Video Streams with a backend based on https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c and GStreamer. Streams from multiple PeerConnections show up fine in Chrome but only one stream shows up in Firefox.
I have also created this issue for the amazon-kinesis-video-streams-webrtc-sdk-c (https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/issues/1050) but they say the problem is not on their side.
Is anyone looking into this?
Comment 15•5 years ago
|
||
Hi,
similar problem here. Opening two PeerConnections from one tab results in DTLS handshake error - Bad Certificate. Sending the same cert works well but it's not an option in my case. Any updates about this issue?
Comment 16•4 years ago
|
||
Hi, We are also facing the same issue. stream on second peer connection doesn't play. If anyone found a workaround please share. Thanks in advance.
Comment 17•3 years ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE.
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Description
•