PDA

View Full Version : Record Channel 5 Program


aureliusli
12-09-2014, 10:53 AM
I am trying to download this episode:
http://www.channel5.com/shows/the-gadget-show/episodes/episode-13-284

using the command:

rtmpdump -r "rtmpe://bt.fcod.llnwd.net/a800/o10/&mp4:videos/19582164001/201412/1297/19582164001_3928548600001_C5172470013A-480k-channel5.mp4" -W "http://assets.five.tv/dfplayer2010/1.13/mainModule.swf" -o ep13.mp4


but get the error messeage:
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

Can someone teach me how to set the correct parameters for rtmpdump? One may need to install Zenmate on Firefox to access the video if one is not in the UK.

Many thanks.

drbmn
12-11-2014, 02:25 AM
rtmpdump -r "rtmpe://bt.fcod.llnwd.net:1935/a800/o10?videoId=3928512804001&lineUpId=&pubId=19582164001&playerId=1707001743001&affiliateId=" -f "WIN 15,0,0,246" -W "http://admin.brightcove.com/viewer/us20141117.1347/connection/ExternalConnection_2.swf" -p "http://www.channel5.com/shows/the-gadget-show/episodes/episode-13-284" -y "mp4:videos/19582164001/201412/1297/19582164001_3928548600001_C5172470013A-480k-channel5.mp4?videoId=3928512804001&lineUpId=&pubId=19582164001&playerId=1707001743001&affiliateId=" -o "11-12-14_10-20-28_19582164001_3928548600001_C5172470013A-480k-channel5.flv"

I get this here but it doesnt seem to work here, maybe cause of my non-UK ip?

aureliusli
12-11-2014, 04:54 AM
Now I found that the following command can start the download:

rtmpdump -r "rtmpe://bt.fcod.llnwd.net:1935/a800/o10?videoId=3928512804001&lineUpId=&pubId=19582164001&playerId=1384899516001&affiliateId=" -a "a800/o10?videoId=3928512804001&lineUpId=&pubId=19582164001&playerId=1384899516001&affiliateId="-f "WIN 15,0,0,246" -W "http://admin.brightcove.com/viewer/us20141117.1347/connection/ExternalConnection_2.swf" -p "http://www.channel5.com/shows/the-gadget-show/episodes/episode-13-284" -y "mp4:videos/19582164001/201412/297/19582164001_3928548601001_C5172470013A-800k-channel5.mp4?videoId=3928512804001&lineUpId=&pubId=19582164001&playerId=1384899516001&affiliateId=" -o ep13.mp4


However, I cannot play the downloaded file (266Mb) on any player.

Any idea, guys?

nullacht
12-12-2014, 12:08 PM
However, I cannot play the downloaded file (266Mb) on any player.

Any idea, guys?

http://stream-recorder.com/forum/rtmpdump-problem-t18524.html



Digital Rights Management.

Adobe Flash Video File Format Specification (http://download.macromedia.com/f4v/video_file_format_spec_v10_1.pdf)

INFO: videocodecid encv
INFO: audiocodecid enca


'encv' for an encrypted video stream (instead of e.g. 'mp4v', 'avc1')
'enca' for an encrypted audio stream (instead of e.g. 'mp4a', 'samr')


An Adobe DRM Access Unit Header is inserted before each sample data. Because of converting plain text to cipher text, the underlying media cannot be accessed by consuming application without the appropriate keys.

aureliusli
12-12-2014, 03:30 PM
Thanks, Nullacht. Seems no way around it for now?