View Single Post
  #2  
Old 09-27-2015, 08:55 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Radio X - rip Listen Again stream


Quote:
Originally Posted by team mate View Post
Hello!

I'm trying to rip this Listen Again stream from Radio X (formerly Xfm) and I think I found the correct RTMP

Code:
rtmp://fs-rtmp.geronimo.thisisglobal.com:80/aod/mp4:0f15433f8b5b42869bc6bfa534eee4ec.mp4
And something is downloading in ffmpeg, but it's doing it in real time (so the 3.5h show takes 3.5h to download). Is there a quicker way or am I doing something wrong?

Code:
ffmpeg -i "rtmp://fs-rtmp.geronimo.thisisglobal.com:80/aod/mp4:0f15433f8b5b42869bc6bfa534eee4ec.mp4" -c copy moyles259.m4a
Thank you!
hi you can use rtmpdump

i download it in 100 secondes

Code:
rtmpdump -r "rtmp://fs-rtmp.geronimo.thisisglobal.com:80/aod/mp4:0f15433f8b5b42869bc6bfa534eee4ec.mp4" -o moyles259.flv
Reply With Quote