View Single Post
  #4  
Old 10-19-2014, 04:30 AM
slim10 slim10 is offline
Member
 
Join Date: Jun 2013
Posts: 47
slim10 is on a distinguished road
Default

Re: www.ant1.com.cy: Problem downloading. Need rtmpdump parameter help


Quote:
Originally Posted by neroman View Post
Goodmorning,

I would like to know how to use rtmpdump-1.9-bcfix\streams.exe application in order to download this kind of video: rtmp://videos.ant1.com.cy/vod/mp4:me...i_20141017.f4v

Thanks

I don't know what streams.exe is, or why you want to use it. But you can download that easily with FFmpeg, like this:

Code:
ffmpeg -i "rtmp://videos.ant1.com.cy/vod/mp4:mera_mesimeri_20141017.f4v" -c copy output.mp4
Reply With Quote