Quote:
Originally Posted by DBon3
Hello its my first time here and i experiencing a problem i am dumping BBCONE HD from Filmon however i received this error NetStream.Failed
Code:
"rtmpdump -v -r "rtmp://fml.BC83.systemcdn.net/20BC83/tv//mp4:14.high.stream.mp4?6fb0914a89a1db80524b1cf2e0eec54abc6c826f6b187e58f0df3a3a827d4c148845b65a598c3842f0419ace5e7b5f975ea0e86ad3924946c4cfef045b883eb45d531bfe0cddd1ca64e9" -y "mp4:14.high.stream.mp4" -f "WIN 13,0,0,214" -W "/tv/modules/FilmOnTV/files/flashapp/filmon/FilmonPlayer.swf?v=55" -o "14.high.stream.mp4" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -"
The above rtmpdump is from bbcone raw text channel
http://www.filmon.com/tv/channel/info/14
Someone do help me with this problem thanks 
|
sweeterpanda has posted the correct rtmpdump code, but I will show you where you went wrong.
adding:
-y "mp4:14.high.stream.mp4" causes rtmpdump to ignore the playpath in the rtmp address here: "rtmp://fml.BC83.systemcdn.net/20BC83/tv//
mp4:14.high.stream.mp4?6fb0914a89a1db80524b1cf2e0e ec54abc6c826f6b187e58f0df3a3a827d4c148845b65a598c3 842f0419ace5e7b5f975ea0e86ad3924946c4cfef045b883eb 45d531bfe0cddd1ca64e9"
it should be this
-y "mp4:14.high.stream.mp4?6fb0914a89a1db80524b1cf2e0 eec54abc6c826f6b187e58f0df3a3a827d4c148845b65a598c 3842f0419ace5e7b5f975ea0e86ad3924946c4cfef045b883e b45d531bfe0cddd1ca64e9"
also very important this string becomes invalid after a minute or two ?6fb0914a89a1db80524b1cf2e0eec54abc6c826f6b187e58f 0df3a3a827d4c148845b65a598c3842f0419ace5e7b5f975ea 0e86ad3924946c4cfef045b883eb45d531bfe0cddd1ca64e9, so you need a new one every time you start the stream.