View Single Post
  #3  
Old 05-08-2013, 10: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