Replies: 4 comments 5 replies
-
Hi, thanks for testing ExWebRTC! First of all:
These are quite general concepts related to media streaming so I'm not gonna go in depth here. Just google it or read the RFCs (the good starting point is the RFC 3550). My questions:
Without more specific info I don't know what might cause the issues, but:
Generally, we have used Elixir WebRTC to connect two different PeerConnections on different platforms using the Broadcaster app and we did not encounter any critical issues. The |
Beta Was this translation helpful? Give feedback.
-
Thanks for your response. Do you mean
This is a very important notion! Should be in the doc?! So I tried As for the bitrate, I excepted much more (isn't it UDP? or at least, I see in the logs that all (?) TCP based candidates "can't be unmarshal" ). The data comes from the browser Then I imagine all your work and demo work. I am just trying to fill in the gaps. Thanks for your help |
Beta Was this translation helpful? Give feedback.
-
Quite a newbie is this domain indeed. Thanks for the kbps vs the kBps and your explanations and your time. So no top of forwarding PLI once both peers are connected to the server, I added the PLI forwarding in the When using Chrome or Firefox, there is no forwarding triggered, everything works (Chrome Android send 1). When I use Safari or iPhone and try to reach a Chrome or Firefox, the PLI forwarding is triggered in the When I try to connect Safari to Safari, the first session gets the video, but the second stays black. No forwarding PLI is triggered in the |
Beta Was this translation helpful? Give feedback.
-
Note that WebRTC (browser) works (of course) with Safari or iPhone, as demonstrated in my third tab where I allowed up to 3 peers. |
Beta Was this translation helpful? Give feedback.
-
I tested the ExWebRTC Echo, a ExWebRTC P-Ex-P and the WebRTC API, on OSX and Linux.
I just used
send_rtc
, notsend_pli
.I don't use
: rtcp
.What does this do or bring? Is this explaining my results?
Results
The error logs. Most of time, I had:
otherwise nothing. I only notice that the transfer rate drops.
Beta Was this translation helpful? Give feedback.
All reactions