Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 05-08-2013, 12:38 AM
patrinos patrinos is offline
Junior Member
 
Join Date: May 2013
Posts: 14
patrinos is on a distinguished road
Default

NetStream.Play.StreamNotFound error


Hello everyone, i just joined this forum to request your expert help on a rtmpdump issue.

I'm trying to download the video that appears on this page:

http://www.ert.gr/webtv/net/item/122...3#.UYncBMqBWSr

And I'm using the following command line

rtmpdump -W "http://www.ert.gr/webtv/multi-player/AkamaiFlashPlayer.swf" -r "rtmp://cp90990.edgefcs.net/ondemand/worldwide/2013/net/es-aurion-ta-spoudaia/20130407-eis-aurion-ta-spoudaia.f4v" -o filename.f4v

But i received the error:

Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound

I understand this means the .f4v file is not found, but that link is correct.

Any help would be appreciated.

Thanks a lot

Dean
Reply With Quote
  #2  
Old 05-08-2013, 08:51 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: NetStream.Play.StreamNotFound error


Code:
rtmpdump -r "rtmp://cp90990.edgefcs.net:443/ondemand?ovpfv=2.1.6//mp4:worldwide/2013/net/es-aurion-ta-spoudaia/20130407-eis-aurion-ta-spoudaia.f4v" -W "http://www.ert.gr/webtv/multi-player/AkamaiFlashPlayer.swf" -o t.flv -e
Code:
rtmpdump -r "rtmp://cp90990.edgefcs.net:443/ondemand?ovpfv=2.1.6//mp4:worldwide
/2013/net/es-aurion-ta-spoudaia/20130407-eis-aurion-ta-spoudaia.f4v" -W "http://
www.ert.gr/webtv/multi-player/AkamaiFlashPlayer.swf" -o t.flv -e
RTMPDump v2.4 GIT-2012-12-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:   duration                1695.13
INFO:   moovPosition            36.00
INFO:   width                   720.00
INFO:   height                  406.00
INFO:   videocodecid            avc1
INFO:   audiocodecid            mp4a
INFO:   avcprofile              77.00
INFO:   avclevel                40.00
INFO:   aacaot                  2.00
INFO:   videoframerate          25.00
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO: trackinfo:
INFO:   length                  152557200.00
INFO:   timescale               90000.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   length                  74755072.00
INFO:   timescale               44100.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              mp4a
INFO:   length                  152557200.00
INFO:   timescale               90000.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              amf0
0.672 kB / 0.00 sec (0.0%)
INFO: Metadata:
INFO:   duration                1695.08
INFO:   width                   720.00
INFO:   height                  406.00
INFO:   videodatarate           974.40
INFO:   framerate               25.00
INFO:   videocodecid            7.00
INFO:   audiodatarate           128.00
INFO:   audiodelay              0.04
INFO:   audiocodecid            10.00
INFO:   canSeekToEnd            TRUE
40377.497 kB / 296.72 sec (17.5%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
40489.224 kB / 297.24 sec (17.5%)
INFO: Connection timed out, trying to resume.
Resuming download at: 40489.224 kB
153592.436 kB / 1131.04 sec (66.7%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
153704.262 kB / 1131.40 sec (66.7%)
INFO: Connection timed out, trying to resume.
Resuming download at: 153704.262 kB
209662.926 kB / 1544.13 sec (91.0%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
209787.512 kB / 1544.62 sec (91.1%)
INFO: Connection timed out, trying to resume.
Resuming download at: 209787.512 kB
229636.458 kB / 1695.10 sec (100.0%)
Download complete

Last edited by chap : 05-08-2013 at 10:12 AM.
Reply With Quote
  #3  
Old 05-08-2013, 11:50 AM
patrinos patrinos is offline
Junior Member
 
Join Date: May 2013
Posts: 14
patrinos is on a distinguished road
Default

Re: NetStream.Play.StreamNotFound error


Thanks for your reply, I copied your code and still get the same error. How is this possible?

C:\rtmpdump-2.4-git-010913-windows>rtmpdump -r "rtmp://cp90990.edgefcs.net:443/ondemand?ovpfv=2.1.6//mp4:worldwide/2013/net/es-aurion-ta-spoudaia/20130407-eis-aurion-ta-spoudaia.f4v" -W "http://www.ert.gr/webtv/multi-player/AkamaiFlashPlayer.swf" -o t.flv -e
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound


Quote:
Originally Posted by chap View Post
Code:
rtmpdump -r "rtmp://cp90990.edgefcs.net:443/ondemand?ovpfv=2.1.6//mp4:worldwide/2013/net/es-aurion-ta-spoudaia/20130407-eis-aurion-ta-spoudaia.f4v" -W "http://www.ert.gr/webtv/multi-player/AkamaiFlashPlayer.swf" -o t.flv -e
Code:
rtmpdump -r "rtmp://cp90990.edgefcs.net:443/ondemand?ovpfv=2.1.6//mp4:worldwide
/2013/net/es-aurion-ta-spoudaia/20130407-eis-aurion-ta-spoudaia.f4v" -W "http://
www.ert.gr/webtv/multi-player/AkamaiFlashPlayer.swf" -o t.flv -e
RTMPDump v2.4 GIT-2012-12-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:   duration                1695.13
INFO:   moovPosition            36.00
INFO:   width                   720.00
INFO:   height                  406.00
INFO:   videocodecid            avc1
INFO:   audiocodecid            mp4a
INFO:   avcprofile              77.00
INFO:   avclevel                40.00
INFO:   aacaot                  2.00
INFO:   videoframerate          25.00
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO: trackinfo:
INFO:   length                  152557200.00
INFO:   timescale               90000.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   length                  74755072.00
INFO:   timescale               44100.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              mp4a
INFO:   length                  152557200.00
INFO:   timescale               90000.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              amf0
0.672 kB / 0.00 sec (0.0%)
INFO: Metadata:
INFO:   duration                1695.08
INFO:   width                   720.00
INFO:   height                  406.00
INFO:   videodatarate           974.40
INFO:   framerate               25.00
INFO:   videocodecid            7.00
INFO:   audiodatarate           128.00
INFO:   audiodelay              0.04
INFO:   audiocodecid            10.00
INFO:   canSeekToEnd            TRUE
40377.497 kB / 296.72 sec (17.5%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
40489.224 kB / 297.24 sec (17.5%)
INFO: Connection timed out, trying to resume.
Resuming download at: 40489.224 kB
153592.436 kB / 1131.04 sec (66.7%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
153704.262 kB / 1131.40 sec (66.7%)
INFO: Connection timed out, trying to resume.
Resuming download at: 153704.262 kB
209662.926 kB / 1544.13 sec (91.0%)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
209787.512 kB / 1544.62 sec (91.1%)
INFO: Connection timed out, trying to resume.
Resuming download at: 209787.512 kB
229636.458 kB / 1695.10 sec (100.0%)
Download complete
Reply With Quote
  #4  
Old 05-08-2013, 12:08 PM
patrinos patrinos is offline
Junior Member
 
Join Date: May 2013
Posts: 14
patrinos is on a distinguished road
Default

Re: NetStream.Play.StreamNotFound error


I downloaded RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV), which was the only difference between your code and mine. Guess what? It worked.

When an unofficial release does the job and the official doesn't, things are messy.

Many many thanks for your expertise and time you spent on my problem.
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:30 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons