Skip to content

How to play IP Camera RTSP feed with WebRTC in Ant Media Server? #4986

Answered by Mohit-3196
asharamseervi asked this question in FAQs
Discussion options

You must be logged in to vote

Thank you for your question.
There are two ways to do this with Ant Media Server.

  1. You can add the RTSP URL for your camera to the Ant Media Server as a stream source. You can do this as documented here or you can use this REST method by providing the source URL. With this solution, you will have video/audio data on the server side and you can record or re-stream it.

  2. The second way is more innovative but it is applicable to the camera which has its own processors (mostly ARM) on it. In this solution, you can run the Embedded SDK software on your camera's processor. This software can capture video/audio data from the camera and feed that data to the WebRTC peer. In this case, data is se…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by asharamseervi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants