Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
NetStream.Play.StreamNotFound errorHello 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 |
#2
|
|||
|
|||
Re: NetStream.Play.StreamNotFound errorCode:
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. |
#3
|
|||
|
|||
Re: NetStream.Play.StreamNotFound errorThanks 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:
|
#4
|
|||
|
|||
Re: NetStream.Play.StreamNotFound errorI 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. |
Tags: error, rtmpdump |
Thread Tools | |
Display Modes | |
|
|