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