View Single Post
  #1  
Old 01-17-2016, 04:21 PM
Koze Koze is offline
Member
 
Join Date: Sep 2015
Posts: 35
Koze is on a distinguished road
Default

re-streaming source - almost give up


After spending more than week with testing almost give up.
Cannot find proper command for ffmpeg to restream following stream:
Code:
http://inea.live.e238-po.insyscd.net/travelchannel.smil/chunklist_b2400000.m3u8
I was using following command to do that but getting errors, missing headers, etc:

Code:
ffmpeg -re -headers 'User-Agent: bar'$'\r\n'  -i http://inea.live.e238-po.insyscd.net/travelchannel.smil/chunklist_b2400000.m3u8 -acodec aac -strict -2 -vcodec libx264 -r 30 -video_size 1024x578 -b:v 2000k -b:a 128K -preset ultrafast -bufsize 3968k -f flv rtmp://livexxxxxxxx
Can someone point out me what I am doing wrong, or what needs to be changed?

Any help, much appreciate,

Koze
Reply With Quote