View Single Post
  #70  
Old 10-29-2012, 11:52 AM
Richie Richie is offline
Junior Member
 
Join Date: Oct 2012
Posts: 3
Richie is on a distinguished road
Default

Re: Ripping RTMPE streams from RTE.ie


Quote:
Originally Posted by Chug a Bug View Post
Yes, put RtmpDumpHelper in there and use that instead. US is not very reliable at detecting Rtmp(e) streams
Ok I'll give that a go.


Quote:
Originally Posted by QuestionableTableManners View Post
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.
So you just simply copy and paste that code into the rtmpdump cmd prompt?
Reply With Quote