如何在我的Ubuntu 12.04上安裝Turn服務器?你可以分享教程嗎?我讀了這個Implementing our own STUN/TURN server for WebRTC Application教程。但我不明白,我如何安裝轉我的Ubuntu的12.04服務器?在Ubuntu上爲WebRTC安裝Turn服務器
var pc_config = {"iceServers": [{"url": "stun:stun.l.google.com:19302"},
{"url":"turn:[email protected]<turn_server_ip_address>", "credential":"my_password"}]};
pc_new = new webkitRTCPeerConnection(pc_config);
而我想填補上述代碼的論點,以適應不同的網絡。
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package resiprocate-turn-server
當我想安裝轉服務器,然後我得到以上錯誤。我使用了「apt-get install resiprocate-turn-server」這個命令。並使用這個https://www.webrtc-experiment.com/docs/TURN-server-installation-guide.html教程。
這表示實際上試圖安裝一個簡單的轉服務器最小的努力.... – 2014-09-01 19:24:58