View Single Post
  #79  
Old 11-02-2012, 04:38 PM
johnny johnny is offline
Junior Member
 
Join Date: Jan 2012
Posts: 28
johnny is on a distinguished road
Default

Re: Ripping RTMPE streams from RTE.ie


Quote:
Originally Posted by QuestionableTableManners View Post
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.

ok guys i am nearly there but!!!! have this so far

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/1101/20121101
but dunno how to get this of VideoCacheView

here is the original i want to download and i know the numbers below are going to be different but how do i get them of VideoCacheView

http://www.rte.ie/player/ie/show/10070311/

Code:
20121025_rteone-movietalk_cl10068973_10068976_260__512k.mp4
Quote:
Used VideoCacheView to make note of the file. In my case: 20121025_rteone-movietalk_cl10068973_10068976_260__512k.mp4
this is the last step so please any screen shots would be great
Reply With Quote