View Single Post
  #69  
Old 10-29-2012, 11:03 AM
QuestionableTableManners QuestionableTableManners is offline
Junior Member
 
Join Date: Oct 2012
Posts: 4
QuestionableTableManners is on a distinguished road
Default

Re: Ripping RTMPE streams from RTE.ie


I managed to download the source file. Apparently, this forum has a time limit on the ability to edit one's posts, so excuse the double post. Here's what I did:

- Used VideoCacheView to make note of the file. In my case: 20121025_rteone-movietalk_cl10068973_10068976_260__512k.mp4 (VCV affixed a [1] at the end. Not sure why.)

- Used URL Snooper to make note of the Flash player file URL. In my case: http://www.rte.ie/static/player/swf/...2012_10_19.swf

- Used this information to put together a valid command line for RTMPDump. Make note of how the following is constructed:

Code:
rtmpdump -r "rtmpe://fmsod.rte.ie:1935/rtevod" -a "rtevod" -W "http://www.rte.ie/static/player/swf/osmf2_2012_10_19.swf" -y "mp4:/2012/1025/20121025_rteone-movietalk_cl10068973_10068976_260_/20121025_rteone-movietalk_cl10068973_10068976_260__512k.mp4" -o "MovieTalk.flv"
Basically, you want:

Code:
rtmpdump -r "rtmpe://fmsod.rte.ie:1935/rtevod" -a "rtevod" -W "<flash player file URL>" -y "mp4:/<file year>/<file month and day>/<file name, minus _bitrate.mp4>/<file name>" -o "<desired file name>"
Hope this helps.
Reply With Quote