Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Record Channel 5 Program

(http://stream-recorder.com/forum/showthread.php?t=19105)

aureliusli 12-09-2014 10:53 AM

Record Channel 5 Program


 
I am trying to download this episode:
http://www.channel5.com/shows/the-ga...episode-13-284

using the command:
Code:

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

Re: Record Channel 5 Program


 
Code:

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

Re: Record Channel 5 Program


 
Now I found that the following command can start the download:
Code:

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

Re: Record Channel 5 Program


 
Quote:

Originally Posted by aureliusli (Post 72580)

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

Any idea, guys?

http://stream-recorder.com/forum/rtm...em-t18524.html

Quote:

Originally Posted by nullacht (Post 69025)

Digital Rights Management.

Adobe Flash Video File Format Specification

Quote:

INFO: videocodecid encv
INFO: audiocodecid enca
Quote:

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

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

Re: Record Channel 5 Program


 
Thanks, Nullacht. Seems no way around it for now?


All times are GMT -6. The time now is 10:22 PM.