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 阅读全文
posted @ 2022-06-07 00:30 冬音 阅读(1551) 评论(0) 推荐(0) 编辑
摘要:1.打开电脑浏览器(暂不支持手机) 浏览器使用微软Edge或谷歌Chrome浏览器(建议使用Edge,Chrome安装插件麻烦些) 2.打开浏览器插件 打开网址:Tampermonkey - Microsoft Edge Addons 点击“获取”按钮,如下图: 打开网址:直播世界播放助手 (gre 阅读全文
posted @ 2022-06-05 14:16 冬音 阅读(905) 评论(0) 推荐(0) 编辑
摘要:(24条消息) Nginx+RTMP HLS降低延迟参数_得意霄尽欢的博客-CSDN博客_nginx rtmp 减少延迟 阅读全文
posted @ 2022-06-05 04:43 冬音 阅读(857) 评论(0) 推荐(0) 编辑
摘要:(24条消息) html中播放m3u8文件_雷haoming的博客-CSDN博客_html m3u8 阅读全文
posted @ 2022-06-05 03:24 冬音 阅读(989) 评论(0) 推荐(0) 编辑
摘要:配置如下 #允许跨域请求的域,*代表所有 add_header 'Access-Control-Allow-Origin' *; #允许带上cookie请求 add_header 'Access-Control-Allow-Credentials' 'true'; #允许请求的方法,比如 GET/P 阅读全文
posted @ 2022-06-05 00:24 冬音 阅读(9032) 评论(0) 推荐(0) 编辑
摘要:nginx配置: server { listen 80; location / { proxy_hide_header X-Frame-Options; #隐藏掉返回头部 proxy_pass http://xxxxx; #网站如果配置了http跳转https,将http://换成https:// 阅读全文
posted @ 2022-06-04 22:28 冬音 阅读(1349) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2022-06-04 02:55 冬音 阅读(1111) 评论(0) 推荐(0) 编辑