PDA

View Full Version : RTMPDUMP ERROR: Closing connection: NetStream.Play.StreamNotFound


mikeph4
02-07-2015, 03:30 PM
I'm having problems downloading m4v streams. And I'm getting the error in the title. Downloading from the same server with FLV works fine. Just most m4v streams don't work. So I'm looking for a solution.

Example of a not working video.
rtmpdump -r rtmp://tierthree.fcod.llnwd.net/a4295/o37/mhc/files/2011/09/21/20110921_uwd-midweek-service-promo_sd_streaming.m4v -o 20110921_uwd-midweek-service-promo_sd_streaming.m4v
Here's it working within a flash player. So the file and stream work but not in rtmpdump.
http://marshillcontent.com/marshill/flash/hawk.swf?xurl=http://marshillcontent.com/marshill/media/v2/special/pastor-mark-is-coming-to-the-u-district.xml

hasomaso
02-07-2015, 04:02 PM
rtmpdump -r "rtmp://tierthree.fcod.llnwd.net:80/a4295/o37" -a "a4295/o37" -f "WIN 16,0,0,305" -W "http://marshillcontent.com/marshill/flash/hawk.swf" -p "http://marshillcontent.com/marshill/flash/hawk.swf?xurl=http://marshillcontent.com/marshill/media/v2/special/pastor-mark-is-coming-to-the-u-district.xml" -C Z: -y "mp4:mhc/files/2011/09/21/20110921_uwd-midweek-service-promo_sd_streaming.m4v" -o "output.flv"

RTMPDump v2.4 GIT-2015-01-15 (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 43.48
INFO: moovPosition 3901187.00
INFO: width 720.00
INFO: height 402.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 77.00
INFO: avclevel 30.00
INFO: aacaot 2.00
INFO: videoframerate 24.00
INFO: audiosamplerate 48000.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 2086912.00
INFO: timescale 48000.00
INFO: sampledescription:
INFO: length 3911250.00
INFO: timescale 90000.00
INFO: sampledescription:
INFO: length 1043.00
INFO: timescale 24.00
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 2086912.00
INFO: timescale 48000.00
INFO: sampledescription:
INFO: sampletype mp4a
INFO: length 1043.00
INFO: timescale 24.00
INFO: sampledescription:
1918.597 kB / 43.46 sec (99.9%)
Download complete

mikeph4
02-07-2015, 05:04 PM
Thank you!!! That has had me stumped until now! :)
Cheers!