View Single Post
  #50  
Old 05-18-2012, 06:02 AM
bat999 bat999 is offline
Senior Member
 
Join Date: Apr 2011
Location: UK
Posts: 131
bat999 is on a distinguished road
Default

Re: Ripping RTMPE streams from RTE.ie


Quote:
Originally Posted by KelKels86 View Post
Hi can anyone help me with this video from RTE player please?
Its only available till today online i think

http://www.rte.ie/player/#!v=1146999
Hi
This is an RTMPDump command:-
Code:
rtmpdump -r "rtmpe://fmsv2.rte.ie/rtevod/" -a "rtevod/" -f "LNX 10,1,102,64" -W "http://www.rte.ie/player/assets/player_458.swf?shareBtn=0" -p "http://www.rte.ie/player/#!v=1146999" -y "mp4:/2012/0427/20120427rte1a_20120427_213655_part1_late_late_show__12___003110.mp4" -o 20120427rte1a_20120427_213655_part1_late_late_show__12___003110.flv
It will probably be OK with Windows.

There's an exclamation mark in the command.
With linux it gives error:- bash: !v=1146999": event not found

So with linux bash it needs to be escaped like this:-
Code:
@ubuntu:~$ rtmpdump -r "rtmpe://fmsv2.rte.ie/rtevod/" -a "rtevod/" -f "LNX 10,1,102,64" -W "http://www.rte.ie/player/assets/player_458.swf?shareBtn=0" -p "http://www.rte.ie/player/#\!v=1146999" -y "mp4:/2012/0427/20120427rte1a_20120427_213655_part1_late_late_show__12___003110.mp4" -o 20120427rte1a_20120427_213655_part1_late_late_show__12___003110.flv
RTMPDump v2.4 7340f6d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              1870.32
INFO:   moovPosition          119313314.00
INFO:   width                 512.00
INFO:   height                288.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              30.00
INFO:   aacaot                2.00
INFO:   videoframerate        25.00
INFO:   audiosamplerate       22050.00
INFO:   audiochannels         1.00
INFO: trackinfo:
INFO:   length                46758.00
INFO:   timescale             25.00
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                41240576.00
INFO:   timescale             22050.00
INFO: sampledescription:
INFO:   sampletype            mp4a
6741.823 kB / 107.52 sec (5.7%)^C
Caught signal: 2, cleaning up, just a second...
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 67211
6798.566 kB / 107.52 sec ......
Reply With Quote