剛嘗試了怎麼樣在區域網路中使用 WebRTC 來進行 VOIP,意外發現其實滿簡單的。分享一下我的步驟
P.S 這是提供給外部網路不通的環境下,如果外部網路通暢,那麼可以直接用現有服務,如 https://talky.io/ 即可
git clone https://github.com/andyet/signalmaster| function load_efi_video { | |
| set gfxmode=auto | |
| insmod efi_gop | |
| insmod efi_uga | |
| insmod gfxterm | |
| terminal_output gfxterm | |
| } | |
| function load_video { | |
| set gfxmode=auto |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import mechanize | |
| from colorama import init | |
| from colorama import Fore, Back, Style | |
| init() | |
| def main(): |
剛嘗試了怎麼樣在區域網路中使用 WebRTC 來進行 VOIP,意外發現其實滿簡單的。分享一下我的步驟
P.S 這是提供給外部網路不通的環境下,如果外部網路通暢,那麼可以直接用現有服務,如 https://talky.io/ 即可
git clone https://github.com/andyet/signalmaster