OT: downloading brightcove videos

Nigel Taylor njtaylor at asterisk.demon.co.uk
Wed Oct 31 18:26:33 EDT 2012


On 10/31/12 21:06, Peter S Kirk wrote:
> An OT from me. I've tried many Firefox and Chrome plugins to download
> this video and standalones like VideoCacheView, but none work. Please
> help.
> 
> Eifel Mountain Range – with a Tourist from the USA from
> http://www.dw.de/discover-germany-the-travel-guide-2012-10-13/e-16260637-9798
> 
> Thanks
> 
> On 25 October 2012 21:44, M2 <M.2 at btinternet.com> wrote:
>> Hi there,
>>
>> sorry for to OT, but I hope there is someone over here who knows or tried it
>> and knows if it is possible ;)
>>
>> I would like to keep this video in HD if possible
>> http://www.aljazeera.com/programmes/witness/2012/02/20122166933773157.html
>>
>> Thanx in advance.
> 
> _______________________________________________
> get_iplayer mailing list
> get_iplayer at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/get_iplayer
> 
You could try this ...

rtmpdump -r "rtmp://tv-od.dw.de/flash/" -a "flash/" -f "LNX 10,2,152,27" -W "http://www.dw.de/js/jwplayer/player.swf" -p "http://www.dw.de/discover-germany-the-travel-guide-2012-10-13/e-16260637-9798" -y "mp4:dg/hwagen4112-discoverge01ep_gesamt_sd_avc.mp4" -o hwagen4112-discoverge01ep_gesamt_sd_avc.flv

The how -

I am using debian squeeze, redirect rtmp traffic to port 1935 using the following:

iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner rtmp \
 -j REDIRECT

Start rtmpsrv under the user rtmp, like so, then view the web page with a browser on the same machine... 
Up comes the rtmpdump command from rtmpsrv like so...

rtmp at stoney:~$ rtmpsrv
RTMP Server 2.4-git-20120414
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!

rtmpdump -r "rtmp://tv-od.dw.de/flash/" -a "flash/" -f "LNX 10,2,152,27" -W "http://www.dw.de/js/jwplayer/player.swf" -p "http://www.dw.de/discover-germany-the-travel-guide-2012-10-13/e-16260637-9798" -y "mp4:dg/hwagen4112-discoverge01ep_gesamt_sd_avc.mp4" -o hwagen4112-discoverge01ep_gesamt_sd_avc.flv

Closing connection... done!

RTMPDump 2.4-git-20120414
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              1558.89
INFO:   moovPosition          28.00
INFO:   width                 576.00
INFO:   height                320.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              32.00
INFO:   aacaot                2.00
INFO:   videoframerate        25.00
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                38972000.00
INFO:   timescale             25000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                68747264.00
INFO:   timescale             44100.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
37640.274 kB / 432.76 sec (27.7%)^CCaught signal: 2, cleaning up, just a second...

When finished iptables -t nat -F to clear.


rtmpsrv is a program that comes with rtmpdump.




More information about the get_iplayer mailing list