使用Apache Web服务器进行Http实时流传输

问题描述:

是否可以在Apache Web服务器上执行HLS?将带有数据块的播放列表放在这里"是否足够?这么简单吗?还是有一些模块可以用于此目的?

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 be used for that purpose?

非常感谢您的答复

是的,仅提供m3u8和分段的ts文件就足够了. HLS的好处在于它是简单的HTTP.

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.

可能必须在Apache中设置mime类型,但默认情况下可能是正确的.

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