View Single Post
  #8  
Old 02-05-2016, 01:40 PM
Koze Koze is offline
Member
 
Join Date: Sep 2015
Posts: 35
Koze is on a distinguished road
Default

Re: how to stream rtmp to rtmp


Hello again,

I have tried to re-stream following link using livestreamer and ffmpeg:
Code:
http://wtk.live-ext.e96-jw.insyscd.net/lechtv.smil/playlist.m3u8
Live streamer is connecting and fetching the stream but ffmpeg produce a lot of errors.

Could anyone have a look and let me know if I need to change something in my ffmpeg command:
Code:
ffmpeg -re -headers 'User-Agent: bar'$'\r\n' -i "http://127.0.0.1:9155/" -acodec aac -bsf:a aac_adtstoasc -strict -2 -vcodec copy -bufsize 3968k -f flv rtmp://stream
Thanks a lot for your help in advance,

koze
Reply With Quote