06 2022 档案
摘要:命令: ffmpeg -i "input.mp4" -vcodec copy -acodec copy -ss 00:02:00 -t 00:01:00 "output.mp4" ffmpeg -i "input.mp4" -vcodec copy -acodec copy -ss 00:02:00
阅读全文
摘要:1.打开电脑浏览器(暂不支持手机) 浏览器使用微软Edge或谷歌Chrome浏览器(建议使用Edge,Chrome安装插件麻烦些) 2.打开浏览器插件 打开网址:Tampermonkey - Microsoft Edge Addons 点击“获取”按钮,如下图: 打开网址:直播世界播放助手 (gre
阅读全文
摘要:(24条消息) Nginx+RTMP HLS降低延迟参数_得意霄尽欢的博客-CSDN博客_nginx rtmp 减少延迟
阅读全文
摘要:(24条消息) html中播放m3u8文件_雷haoming的博客-CSDN博客_html m3u8
阅读全文
摘要:配置如下 #允许跨域请求的域,*代表所有 add_header 'Access-Control-Allow-Origin' *; #允许带上cookie请求 add_header 'Access-Control-Allow-Credentials' 'true'; #允许请求的方法,比如 GET/P
阅读全文
摘要:nginx配置: server { listen 80; location / { proxy_hide_header X-Frame-Options; #隐藏掉返回头部 proxy_pass http://xxxxx; #网站如果配置了http跳转https,将http://换成https://
阅读全文
摘要:1.下载 urllib3 1.25.11 https://pypi.org/project/urllib3/1.25.11/#files 2.解压urllib3 1.25.11 3.将urllib3文件夹替换 (24条消息) python开代理后访问网站报ssl.SSLEOFError: EOF o
阅读全文