ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的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> ~~~