View Single Post
  #1  
Old 09-27-2015, 07:22 AM
team mate team mate is offline
Member
 
Join Date: Jul 2009
Posts: 44
team mate is on a distinguished road
Default

Radio X - rip Listen Again stream


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!
Reply With Quote