Re: Ripping RTMPE streams from RTE.ieTry with rtmpdump 2.4 latest build.
|
Re: Ripping RTMPE streams from RTE.ieQuote:
|
Re: Ripping RTMPE streams from RTE.ieharvey
tru use RTMPDump 2.4 binaries for OS X 10.7 Lion |
Re: Ripping RTMPE streams from RTE.ieQuote:
|
Re: Ripping RTMPE streams from RTE.ieI try to download a stream from RTE Player, not working, so I then try to play with VLC and I still get an error! :(
Code:
rtmpdump -r "rtmpe://fmsv2.rte.ie/rtevod/" -a "rtevod/" -f "WIN 11,2,202,233" -W "http://www.rte.ie/player/assets/player_458.swf" -p "http://www.rte.ie/player/" -y "mp4:/2012/0430/20120430rte2a_20120430_192550_part2_mns__12______________001638.mp4" | "C:\Program Files\VideoLAN\VLC\vlc.exe" - |
Re: Ripping RTMPE streams from RTE.ieQuote:
Code:
rtmpdump -r "rtmpe://fmsv2.rte.ie/rtevod/" -a "rtevod/" -f "WIN 11,2,202,233" -s "http://www.rte.ie/player/assets/player_458.swf" --swfhash b7b442ec93fef6f2fafb9104afdaf745232f9e7204984f98f57edbb0e5cf1eeb --swfsize 264916 -p "http://www.rte.ie/player/" -y "mp4:/2012/0430/20120430rte2a_20120430_192550_part2_mns__12______________001638.mp4" | "C:\Program Files\VideoLAN\VLC\vlc.exe" - |
Re: Ripping RTMPE streams from RTE.iehi
I'm trying to download this vid http://www.rte.ie/player/#!v=1127815 but no go :( rtmpexplorer only gets the adverts before the actual vid I think this is the one I need but it doesn't work in the actual form Code:
rtmpdump -r "rtmpe://fmsv2.rte.ie/rtevod/" -a "rtevod/" -f "WIN 11,2,202,233" -W "http://www.rte.ie/player/assets/player_458.swf" -p "http://www.rte.ie/player/" -y "mp4:/2012/0201/2012020120120201_ingest_music_makers_rory_gallagher_169_deinterlaced.mp4" | "C:\Program Files\VideoLAN\VLC\vlc.exe" - |
Re: Ripping RTMPE streams from RTE.ieCode:
E:\>rtmpdump |
Re: Ripping RTMPE streams from RTE.ieHi 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 Cant get URL Snooper to work - bit of a newbie and not sure what I am doing Thank you x |
Re: Ripping RTMPE streams from RTE.ieQuote:
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 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 |
All times are GMT -6. The time now is 02:51 PM. |