ERROR: Closing connection: NetStream.Play.StreamNotFound
In a flash object I have param like this:
<param name="flashvars" value="stream_url=rtmp://91.230.92.5:80/vod/ictv/2011/10/18/mp4:20111018183746.mp4&thumbnail_url=/public/images/gallery/2011/10/18/20111018183746.jpg&lnk=http://pogoda.ictv.ua&stype=rtmp&image_id=2400">
In command line I write: rtmpdump -r rtmp://91.230.92.5:80/vod/ictv/2011/10/18/mp4:20111018183746.mp4 -o rtmp.mp4
In result:
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound
I use Linux
What I do wrong?
|