H5 流媒体

Posted develon

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了H5 流媒体相关的知识,希望对你有一定的参考价值。

协议

流实时消息协议(RTMP),Apple HTTP Live Streaming(HLS)和基于HTTP的动态自适应流(DASH)视频格式。

nginx rtmp模块

sudo apt-get install nginx-plus-module-rtmp

Put the load_module directive in the top?level (“main”) context of NGINX Plus configuration file, nginx.conf:

load_module modules/ngx_rtmp_module.so;

END

以上是关于H5 流媒体的主要内容,如果未能解决你的问题,请参考以下文章