RTSP to RTMP conversion problem
Hello, i have a RTSP video camera source stream:
rtsp://200.71.32.61/cif1
i want to use evostream to convert this stream to RTMP to view this video in a web browser,
i create the pull stream:
pullStream uri=rtsp://200.71.32.61/cif1 localStreamName=camCasa1
but, when ill try to wiew, for example in:
http://www.wowza.com/resources/3.5.0/examples/LiveVideoStreaming/FlashRTMPPlayer/player.html
the video not appear,
please help me to fix this problem
Nelson
1 Answers
Hi,
Make sure that the source stream is accessible by EMS. You can do a quick test by launching a player where EMS is currently running to view that stream, if possible.
If there is no issue with the source, make sure that the correct IP address of EMS is on the server field of the player (e.g. rtmp://127.0.0.1/live, if EMS is running on the same machine where the player was launched) and that the correct stream name was used (e.g. camCasa1).
I just tried the player using an RTSP VOD source and was able to successfully play the stream.
Cheers