Cannot VIew Stream
Hi techq,
Please check your source stream codecs and the playback URIs:
a) Before doing step 3, try playing your source stream using VLC:
vlc uri_of_source_stream
While your source stream is playing on VLC, click Tools, Codec Information to check the codecs of your source stream.
The video codec should be H.264 and the audio codec should be AAC in order for the source stream to be compatible with the EMS.
Otherwise you need to use the Transcode command to make it compatible with EMS (see http://docs.evostream.com/ems_api_definition/transcode).
b) After doing step 3, assuming that your source stream is H.264/AAC, try playing your EMS stream using VLC:
vlc rtmp://127.0.0.1/live/RTMPTest0
or
vlc rtsp://127.0.0.1:5544/RTMPTest0v
Note: The RTMP URI has “live” between the IP and the streamname.
The RTSP URI has port “5544” between the IP and the streamname.
See http://docs.evostream.com/ems_how_to_guide/playlive for details.
Cheers,
Don