企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
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> ~~~