-
I'm new to webrtc, I'm pushing rtsp stream to ovenmediaengine (Docker version) on my local network and want to pull the stream through ovenmediaengine by webrtc and websockets but no data is coming. However, I test demo link (http) the same uri(websocket uri) and everything is fine. Example logs
Python script:
Server.xml.txt |
Beta Was this translation helpful? Give feedback.
Answered by
getroot
May 31, 2023
Replies: 1 comment 6 replies
-
For ice_server_url, try to use the information given by the server like username and credential. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an issue where WebRTC communication fails after signaling is complete. Specifically, your WebRTC library is not sending or receiving Stun Binding Requests to OME. It's most likely an incorrect exchange of candidates.
Please refer to OvenRtcTester developed in GO language. This is very similar to yours.
https://github.com/AirenSoft/OvenMediaEngine/blob/master/misc/oven_rtc_tester/OvenRtcTester.go