-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to record video from different network #37
Comments
I am facing this same issue. Is there a way to resolve this? |
Same issue |
1 similar comment
Same issue |
Has anyone solved this? |
Refer the document here. These examples are not currently support for srflx/relay candidate. RTCPeerConnection NegotiationRTCPeerConnections are negotiated via REST API. The Server always offers (with host candidates) and the Client always answers. In order to negotiate a new RTCPeerConnection, the Client first POSTs to /connections. The Server responds with an RTCPeerConnection ID and SDP offer. Finally, the Client POSTs an SDP answer to the RTCPeerConnection's URL.
|
Based on examples/record-audio-video-stream,
when I run it on different network, it seems that it does not go through this listener
everything works fine on same network.
I tried to add below config too, but no luck
Is there anything that I could possibly miss out?
The text was updated successfully, but these errors were encountered: