上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 61 下一页
摘要: 测试网络带宽 阅读全文
posted @ 2022-07-05 11:50 MoonXu 阅读(10) 评论(0) 推荐(0)
摘要: 开启虚拟机的时候,桥接模式+复制物理网络连接状态 编辑->网络虚拟编辑器->VMnet0 桥接至Inter(R) Dual Band Wireless-AC 3168 ping 手机ip ok 阅读全文
posted @ 2022-07-04 17:58 MoonXu 阅读(118) 评论(0) 推荐(0)
摘要: pc端,udp推流,填手机ip 手机,vlc udp拉流 阅读全文
posted @ 2022-07-01 19:47 MoonXu 阅读(254) 评论(0) 推荐(0)
摘要: SDL_Init(SDL_INIT_AUDIO)初始化失败 sudo apt-get install libasound2-dev libpulse-dev 重新编译安装SDL2,成功 阅读全文
posted @ 2022-06-29 13:23 MoonXu 阅读(596) 评论(0) 推荐(1)
摘要: 1. nginx dash.js 下载安装nginx wget http://cdn.dashjs.org/latest/dash.all.min.js 生成mpd文件:https://github.com/MoonXu0722/ffmpeg-libav-tutorial 在html/编辑index 阅读全文
posted @ 2022-06-27 16:37 MoonXu 阅读(824) 评论(0) 推荐(0)
摘要: vs + ffmpeg报这个错误,关闭c/c++->sdl检查就没有了,真尼玛坑 阅读全文
posted @ 2022-06-25 01:59 MoonXu 阅读(524) 评论(0) 推荐(0)
摘要: 1. 编码质量,编码速度和编码时间的关系 You can have fast, high-quality encoding, but the file will be large You can have high-quality, smaller file size, but the encodi 阅读全文
posted @ 2022-06-24 19:37 MoonXu 阅读(113) 评论(0) 推荐(0)
摘要: 1 && ||ping -c1 www.baidu.com && echo "ok" || echo "no"2. expect perl java python shell3. cat 1.txt >> 2.txt4. python << -EOF(JWW)print "hello"EOF5. . 阅读全文
posted @ 2022-06-24 15:53 MoonXu 阅读(39) 评论(0) 推荐(0)
摘要: busybox sh 是ash InputFile="ip.txt" while IFS= read -r line <&3; do printf '%s\n' "$line" done 3< "$InputFile"https://unix.stackexchange.com/questions/ 阅读全文
posted @ 2022-06-23 00:06 MoonXu 阅读(340) 评论(0) 推荐(0)
摘要: #!/bin/bashfile=ip.txti=0for line in `cat ip.txt`do array[$i]=$line let i+=1done for (( i=0;i<${#array[@]};i++))#数组长度do echo ${array[i]}done 阅读全文
posted @ 2022-06-22 18:45 MoonXu 阅读(179) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 61 下一页