View Single Post
  #46  
Old 05-12-2012, 03:19 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Ripping RTMPE streams from RTE.ie


Quote:
Originally Posted by upandcumming View Post
I 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" -
Any help please? I don't know what to do!
try
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" -
Reply With Quote