RTSP stream to webRTC in Ant media server #5430
Unanswered
deekshithkv
asked this question in
Q&A
Replies: 1 comment
-
@deekshithkv WebRTC requires Signaling (some message sharing) for playing the video. So a direct URL for WebRTC is not possible. if you want to use your own custom player for playing with WebRTC Please take a look a look at our SDKs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using RTSP stream from my IP camera as input to AntMedia server and streaming webRTC from the server. After testing it seems that AntMedia does not provide a webRTC URL to be played in player, instead it provides a stream ID which can only be played in player provided by AntMedia server. Is my observation correct? Is there any way by which i can configure Antmedia to give out a webRTC URL so that all players supporting webRTC streaming can use the same URL for streaming.
Beta Was this translation helpful? Give feedback.
All reactions