PDA

View Full Version : NetStream.Play.Failed error when using RTMPDump on b2b.mtvni.com


JALsnipe
08-04-2011, 09:07 AM
Hey guys, I'm new so sorry if this is in the wrong forum.

I'm trying to snatch the Drake and Josh video at this link (click on the English trailer), but I keep getting a NetStream.Play.Failed error with RTMPDump:
http://www.b2b.mtvni.com/mtvni/programs/program.jsp?program=formats_drake_and_josh

Here's my command:
./rtmpdump -r "rtmp://cp79285.edgefcs.net:1935/ondemand?ovpfv=1.1" -a "ondemand?ovpfv=1.1" -y "mp4:/root/international_program_sales/b2b_site/trailers/01_11/225971_drake_and_josh_384x288_600.mp4" -o drakejosh.mp4



Here's the log:
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed


I'm using rtmpdump-2.3 via Terminal on my Mac OS X 10.6.7 Snow Leopard on my i7 MacBook Pro.

Any help would be greatly appreciated. Thanks!

-J

bat999
08-04-2011, 09:30 AM
Hi
Your command is OK.

@ubuntu:~$ rtmpdump -r "rtmp://cp79285.edgefcs.net:1935/ondemand?ovpfv=1.1" -a "ondemand?ovpfv=1.1" -y "mp4:/root/international_program_sales/b2b_site/trailers/01_11/225971_drake_and_josh_384x288_600.mp4" -o drakejosh.mp4
RTMPDump v2.4 8880d14~git
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 141.66
INFO: moovPosition 32.00
INFO: width 384.00
INFO: height 288.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 77.00
INFO: avclevel 30.00
INFO: aacaot 2.00
INFO: videoframerate 29.97
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 4245000.00
INFO: timescale 29970.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 6247424.00
INFO: timescale 44100.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
10450.527 kB / 141.64 sec (99.9%)
Download complete

JALsnipe
08-04-2011, 09:34 AM
I just tried it again and it's working great! Thanks for the help!