PDA

View Full Version : NetStream.Play.StreamNotFound


xsrossiter
04-14-2012, 06:30 PM
Hi, and thanks,

I can play a broadcast (http://wfmu.org/playlists/shows/43369) using the Pop-Up Player

and with URL Snooper find the source file: rtmpt://fms.wfmu.org/vod/mp4:HC/hc120105.mp4

and player url: http://wfmu.org/flash/archive/player.swf

Put it all together for rtmpdump:
"C:\rtmpdump\rtmpdump.exe" -r "rtmpt://fms.wfmu.org/vod/mp4:HC/hc120105.mp4" -W "http://wfmu.org/flash/archive/player.swf" -o "O:\Broadcasts\WFMU\Faye\Hello Children\hc120105.mp4"

and get the error message "NetStream.Play.StreamNotFound"

Could anyone offer advice? The rtmpdump log is attached.
Steve

svnpenn
04-15-2012, 01:05 AM
DONT double post.

yishaofang
04-15-2012, 04:47 AM
rtmpdump -r "rtmpt://fms.wfmu.org:80/vod/mp4:HC/hc120105.mp4/mp4:HC/hc120105.mp4" -a "vod/mp4:HC/hc120105.mp4" -f "WIN 11,2,202,228" -W "http://wfmu.org/flash/archive/player.swf" -p "http://wfmu.org" -t "rtmpt://fms.wfmu.org:80/vod/mp4:HC/hc120105.mp4" -y "mp4:HC/hc120105.mp4" -o "O:\Broadcasts\WFMU\Faye\Hello Children\hc120105.mp4"

xsrossiter
04-16-2012, 12:36 AM
rtmpdump -r "rtmpt://fms.wfmu.org:80/vod/mp4:HC/hc120105.mp4/mp4:HC/hc120105.mp4" -a "vod/mp4:HC/hc120105.mp4" -f "WIN 11,2,202,228" -W "http://wfmu.org/flash/archive/player.swf" -p "http://wfmu.org" -t "rtmpt://fms.wfmu.org:80/vod/mp4:HC/hc120105.mp4" -y "mp4:HC/hc120105.mp4" -o "O:\Broadcasts\WFMU\Faye\Hello Children\hc120105.mp4"

Thank you for this help. It would have been more than hard to create the command line you so quickly provided.

xsrossiter
04-16-2012, 12:36 AM
DONT double post.

Do you mean to the rtmpdump discussion list? I got some help there as well but did not realize this was bad protocol.

Stream Ripper
04-16-2012, 01:16 AM
Do you mean to the rtmpdump discussion list? I got some help there as well but did not realize this was bad protocol.

It's rather annoying posting the same thread/topic in multiple places....

xsrossiter
04-16-2012, 01:45 AM
rtmpdump -r "rtmpt://fms.wfmu.org:80/vod/mp4:HC/hc120105.mp4/mp4:HC/hc120105.mp4" -a "vod/mp4:HC/hc120105.mp4" -f "WIN 11,2,202,228" -W "http://wfmu.org/flash/archive/player.swf" -p "http://wfmu.org" -t "rtmpt://fms.wfmu.org:80/vod/mp4:HC/hc120105.mp4" -y "mp4:HC/hc120105.mp4" -o "O:\Broadcasts\WFMU\Faye\Hello Children\hc120105.mp4"

This works great till it hits about 31% (1 hr 40 sec play time) of the total file size. I have tried -b, -e switches but download consistently stops near 31% point. Thanks again, Steve.

Pastebin has verbose log: http://pastebin.com/4fCW3DqN