Http Live Streaming with the Apache web server

前端 未结 2 1300
孤独总比滥情好
孤独总比滥情好 2021-01-04 08:59

Is it possible to do HLS with an Apache web server? Would it be enough to \"put here the playlist with data chunks\"? Is it that simple? Or is there some module, which can b

2条回答
  •  感情败类
    2021-01-04 09:55

    Yes, it's sufficient to merely have the m3u8 and segmented ts files available. The benefit of HLS is that it is bog simple HTTP.

    It's possible that you'll have to setup the mime types in Apache, but it's probably correct by default.

提交回复
热议问题