ERROR: Closing connection: NetStream.Play.StreamNotFoundIn 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? |
Re: ERROR: Closing connection: NetStream.Play.StreamNotFoundCode:
rtmpdump.exe -r "rtmp://91.230.92.5:80/vod/ictv/2011/10/18/mp4:20111018183746.mp4" -a "vod" -y "ictv/2011/10/18/mp4:20111018183746.mp4" -o Test.flv Code:
RTMPDump v2.4 GIT-2011-09-30 (Compiled by KSV) |
Re: ERROR: Closing connection: NetStream.Play.StreamNotFoundI am happy!!! Thank you very much!!!
|
Re: ERROR: Closing connection: NetStream.Play.StreamNotFoundI have problem. In result audio is mixed :confused: For example: 5 sec in start i can hear in other place of video again.
Can anybody help me? |
Re: ERROR: Closing connection: NetStream.Play.StreamNotFoundQuote:
add option (-v) in your code Code:
-r "rtmp://91.230.92.5:80/vod/ictv/2011/10/18/mp4:20111018183746.mp4" -a "vod" -y "ictv/2011/10/18/mp4:20111018183746.mp4" -o Test.flv -v |
Re: ERROR: Closing connection: NetStream.Play.StreamNotFoundThank you! :) I have tested two videos with (-v) and It works very well!!!
|
Re: ERROR: Closing connection: NetStream.Play.StreamNotFoundGuys, I have similar problem, my source is rtmp://video.intuit.ru/vod/clip939c010l001.flv and
Code:
tmpdump -r "rtmp://video.intuit.ru/vod/clip939c010l001.flv" -a "vod" -y "clip939c010l001.flv" -o Test.flv Code:
tmpdump -r "rtmp://video.intuit.ru/vod/clip939c010l001.flv" -o Test.flv Code:
RTMPDump 2.3 Although, rtmp link is alive & there's stream, because simple java code Code:
import com.flazr.rtmp.client.ClientOptions; Code:
04:34:57,333 [New I/O client worker #1-1] INFO [ClientHandshakeHandler] - connected, starting handshake |
Re: ERROR: Closing connection: NetStream.Play.StreamNotFoundQuote:
Code:
rtmpdump -r "rtmp://video.intuit.ru:1935/vod/clip939c010l001M" -o t.flv |
Re: ERROR: Closing connection: NetStream.Play.StreamNotFoundCode:
K:\rtmpdump>rtmpdump -r rtmp://viki.fcod.llnwd.net/a7881/e2/541/mp4:541_high_360 |
Re: ERROR: Closing connection: NetStream.Play.StreamNotFoundCode:
rtmpdump -r rtmp://viki.fcod.llnwd.net/a7881/e2/541/mp4:541_high_360p |
All times are GMT -6. The time now is 08:56 AM. |