webrtc-tutorial icon indicating copy to clipboard operation
webrtc-tutorial copied to clipboard

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

Open utterances-bot opened this issue 2 years ago • 10 comments

编译源码 - WebRTC 学习指南

Learning WebRTC the Hard Way 👀

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

utterances-bot avatar Jan 06 '22 07:01 utterances-bot

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

lamar-studio avatar Jan 06 '22 07:01 lamar-studio

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

alex-xuezhidong avatar Jun 16 '22 03:06 alex-xuezhidong

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

@lamar-studio 没有。

mthli avatar Jun 22 '22 15:06 mthli

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

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

mthli avatar Jun 22 '22 16:06 mthli

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

marianasignal avatar Oct 19 '22 07:10 marianasignal

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

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

mthli avatar Oct 31 '22 07:10 mthli

谢谢指导---- 回复的原邮件 ----发件人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"

}

}

]

marianasignal avatar Oct 31 '22 07:10 marianasignal

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

liciciyi avatar Nov 28 '22 08:11 liciciyi

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

@liciciyi 因为我没用过 docker

mthli avatar Nov 28 '22 16:11 mthli

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

greenmemo avatar May 16 '23 08:05 greenmemo