💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
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> ~~~