always getting error when opening rtmp url - ERROR: Closing connection: NetStream.Play.StreamNotFoun
whether it is live url or vod url, it always throws this error.
Example: If I try to open this url in media player: rtmp://localhost/vod/sample1_1000kbps.f4v
it wouldnt open. And trying the same in gstreamer app, I get the error as follows:
manickam@manickam-Aspire-5738:~/gst-rtsp-server-1.2.3/examples$ gst-launch-1.0 playbin uri=rtmp://localhost/vod/sample1_1000kbps.f4v
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: Closing connection: NetStream.Play.StreamNotFound
Pls help. this is very annoying, as the media server seems to have become unusable because of this error.
