草稿
作者:罗上文,微信:Loken1,公众号:FFmpeg弦外之音
xxx
google 的文档好像是这个。
https://webrtc.googlesource.com/?format=HTML
https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c
https://github.com/pion/webrtc
https://storage.googleapis.com/chrome-infra/depot_tools.zip
https://blog.csdn.net/w993098637/article/details/124821954
这样可以设置代理
export https_proxy=http://127.0.0.1:%mixedPort%;export http_proxy=http://127.0.0.1:%mixedPort%;export all_proxy=socks5://127.0.0.1:%mixedPort%