Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
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? |
#2
|
|||
|
|||
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) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting download at: 0.000 kB INFO: Metadata: INFO: trackinfo: INFO: timescale 2997.00 INFO: length 697300.00 INFO: language eng INFO: sampledescription: INFO: sampletype avc1 INFO: timescale 48000.00 INFO: length 11170816.00 INFO: language eng INFO: sampledescription: INFO: sampletype mp4a INFO: audiochannels 2.00 INFO: audiosamplerate 48000.00 INFO: videoframerate 29.97 INFO: aacaot 2.00 INFO: avclevel 30.00 INFO: avcprofile 77.00 INFO: audiocodecid mp4a INFO: videocodecid avc1 INFO: width 768.00 INFO: height 576.00 INFO: frameWidth 720.00 INFO: frameHeight 576.00 INFO: displayWidth 768.00 INFO: displayHeight 576.00 INFO: framerate 29.97 INFO: moovposition 42520499.00 INFO: duration 232.73 660.476 kB / 3.84 sec (1.6%) |
#3
|
|||
|
|||
Re: ERROR: Closing connection: NetStream.Play.StreamNotFoundI am happy!!! Thank you very much!!!
|
#4
|
|||
|
|||
Re: ERROR: Closing connection: NetStream.Play.StreamNotFoundI have problem. In result audio is mixed For example: 5 sec in start i can hear in other place of video again.
Can anybody help me? Last edited by mromanp : 10-21-2011 at 11:04 AM. |
#5
|
|||
|
|||
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 Last edited by chap : 10-22-2011 at 12:58 AM. |
#6
|
|||
|
|||
Re: ERROR: Closing connection: NetStream.Play.StreamNotFoundThank you! I have tested two videos with (-v) and It works very well!!!
|
Tags: closing connection, error, pogoda ictv ua, pogodaictvua, rtmpdump, stream not found, streamnotfound |
Thread Tools | |
Display Modes | |
|
|