Answer the question
In order to leave comments, you need to log in
Ffserver - broadcasting a multicast stream to the Network (Android, iOS, Flash)?
I create a live broadcast of IPTV channels to the Web in various .webm, .flv, .m3u8 formats at once using FFServer and FFMpeg.
ffserver.conf is located at pastebin.com/hUky5Jsh
I stream to FFServer like this:
ffmpeg -i udp://239.192.192.1:1234 -s 560x320 http://localhost:8090/feed.ffm
Fri Jul 12 11:39:50 2013 127.0.0.1 - - New connection: GET /feed.ffm
Fri Jul 12 11:39:50 2013 127.0.0.1 - - [GET] "/feed.ffm HTTP/1.1" 200 4175
Fri Jul 12 11:39:50 2013 127.0.0.1 - - New connection: POST /feed.ffm
Fri Jul 12 11:39:50 2013 Feed '/tmp/feed.ffm' stream number does not match registered feed
Fri Jul 12 11:39:50 2013 127.0.0.1 - - [POST] "/feed.ffm HTTP/1.1" 200 4096
Answer the question
In order to leave comments, you need to log in
Firstly, the m3u8 format is not even specified in the config for ffserver. Secondly, where does the information come from that ffserver can divide the stream into HLS segments? In my opinion, you need to cut it into segments with ffmpeg, and give the m3u8 file to the web server. Here is a command how to do it with ffmpeg.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question