合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
flv服务器可以通过nginx_http_flv_module实现。 >[success]flv 上下文:location 在相应的location中开启FLV功能 经过测试,现在的Nginx的location中不用增加flv选项,也可以开启FLV服务。 ## html中的video标签 ~~~ <video width="320" height="240" controls="controls"> <source src="hh.mp4" type="video/mp4"> Your browser does not support the video tag. </video> ~~~