mthli / webrtc-tutorial

Learning WebRTC the Hard Way 👀
https://webrtc.mthli.com
MIT License
172 stars 42 forks source link

basic/webrtc-compilation/ - 编译源码 - WebRTC 学习指南 #4

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

编译源码 - WebRTC 学习指南

Learning WebRTC the Hard Way 👀

https://webrtc.mthli.com/basic/webrtc-compilation/

lamar-studio commented 2 years ago

这些代码下载都需要梯子,楼主有没有内网可以下载和编译的源码库?

alex-xuezhidong commented 2 years ago

非常感谢分享webrtc的学习内容, https://appr.tc 这个链接404了,能更新个吗?

mthli commented 2 years ago

这些代码下载都需要梯子,楼主有没有内网可以下载和编译的源码库?

@lamar-studio 没有。

mthli commented 2 years ago

非常感谢分享webrtc的学习内容, https://appr.tc 这个链接404了,能更新个吗?

@alex-xuezhidong 现在 https://appr.tc 这个网站被 Google 停用了,需要自己本地搭建 webrtc/apprtc 服务,看起来有点麻烦,我研究一下先。

YoungKang1222 commented 1 year ago

问一个初级问题,为什么只有Android和ios移动端编译?如果只想编译到linux服务器上并开发,要怎么做?

mthli commented 1 year ago

问一个初级问题,为什么只有Android和ios移动端编译?如果只想编译到linux服务器上并开发,要怎么做?

@YoungKang1222 也可以在 Linux 服务器上编译和开发的,比如你看我文档里写的 vagrant 其实就是一个 Linux 环境(至于这个环境是虚拟机还是服务器,无所谓)。但是怎么只编译出 Linux 的编译产物就要你自己研究一下了。

YoungKang1222 commented 1 year ago

谢谢指导---- 回复的原邮件 ----发件人Matthew @.>发送日期2022年10月31日 15:24 @.> @.**@.>主题Re: [mthli/webrtc-tutorial] basic/webrtc-compilation/ - 编译源码 - WebRTC 学习指南 (Issue #4)

问一个初级问题,为什么只有Android和ios移动端编译?如果只想编译到linux服务器上并开发,要怎么做?

@YoungKang1222 也可以在 Linux 服务器上编译和开发的,比如你看我文档里写的 vagrant 其实就是一个 Linux 环境(至于这个环境是虚拟机还是服务器,无所谓)。但是怎么只编译出 Linux 的编译产物就要你自己研究一下了。

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

[

{

@.***": "http://schema.org",

@.***": "EmailMessage",

"potentialAction": {

@.***": "ViewAction",

"target": "https://github.com/mthli/webrtc-tutorial/issues/4#issuecomment-1296692623",

"url": "https://github.com/mthli/webrtc-tutorial/issues/4#issuecomment-1296692623",

"name": "View Issue"

},

"description": "View this Issue on GitHub",

"publisher": {

@.***": "Organization",

"name": "GitHub",

"url": "https://github.com"

}

}

]

liciciyi commented 1 year ago

请教一个问题啊,为什么编译环境选择使用vagrant而不是docker啊

mthli commented 1 year ago

请教一个问题啊,为什么编译环境选择使用vagrant而不是docker啊

@liciciyi 因为我没用过 docker

greenmemo commented 1 year ago

@YoungKang1222 fetch --help 能够列出支持的列表, linux版本就是fetch --nohook webrtc