I'm getting an RTSP live video stream from an IP camera. My URL looks like this rtsp://xxx:80/img/vid.sav I want to open this stream on Wowza. How can I do this?
Asked
Active
Viewed 1,235 times
1 Answers
1
You can make use of a stream file and then ingest the stream into Wowza. Essentially create a file called camera.stream and in it, put your rtsp url. Then within the wowza engine manager (found at http://[your-ip]:8088/) and go to the application you've created for this test and then click on your stream files. Thereafter there will be an option to connect.
You can refer to their stream file guide found here.

Matt
- 201
- 1
- 3
-
Hey Matt! Thanks for your response. And I have already done that, but the status says "waiting for the stream" even after hours. – Sivaprasanna Sethuraman Jan 22 '16 at 05:47
-
You might want to look at the logs/wowzastreamingengine_access.log file to see if its having trouble finding the source. Also ensure that you test your rtsp url out in VLC first to ensure what you are attempting to ingest will resolve. – Matt Jan 23 '16 at 11:58