View Single Post
  #1  
Old 11-15-2015, 05:04 PM
Koze Koze is offline
Member
 
Join Date: Sep 2015
Posts: 35
Koze is on a distinguished road
Default

How to re-stream CNN using ffmpeg


I would like to be able to re-stream CNN news using ffmpeg. The stream can be located here (I would like to get stream with the highest resolution).

http://www.livenewschat.eu/top/

Or

http://www.zahitvstation.com/watch-cnn-usa-live

I have tried this
Code:
ffmpeg -re -i "rtmp://h.cdn.newschat.tv/edge" -f "WIN 19,0,0,226" -W "http://newschat.tv/player.swf" -p "http://www.livenewschat.eu/top/" -y "cnn_live" -f flv rtmp://live.xxxxxxxxxxxxxxxxxx
but it will not work.

Thank you,

koze

Last edited by Koze : 11-15-2015 at 07:36 PM.
Reply With Quote