問題タブ [peer-connection]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
gdb - gdb load debug-info が失敗しました。webrtc peerconnection_client をデバッグすると Dwarf エラーが発生します
ここで、google webrtc プロジェクトの peerconnection_client を構築します。しかし、 command: を入力するgdb out/Default/peerconnection_client
と、エラーが発生します:
/opt/dada/src/webrtc/native/src/out/Default/peerconnection_client からシンボルを読み取る...Dwarf エラー: DW_AT_GNU_dwo_name のコンパイル ユニットに子 (オフセット 0x59d0) があります [モジュール /opt/dada/src/webrtc/native 内] /src/out/Default/peerconnection_client] (デバッグ シンボルが見つかりません)...完了。
コマンドを使用する場合:readelf --debug-dump=info out/Default/peerconnection_client | grep -C 5 0x59d0
任意の提案、よろしく!
webrtc - ターン サーバーが機能しないのはなぜですか?
appr.tcアイスサーバー (Google ターンサーバー)を使用すると、どのような状況でも接続できます。しかし、自分のターンサーバーに接続できません。で自分のターンサーバーを設定しましたcoturn project
。
Google のlibjingle_peerconnection
API を使用して、Android Application
実行できる を作成していますvideo call
。
ターンサーバーを実行すると:
ピア A から B に呼び出す場合:
ピアの IP は 192.68.7.3 です !!! なんで?
ピア B からピア A に呼び出す場合:
レルムラインの後にピアが表示されません!! なぜ?
正常な接続ピアを確立できません。問題はどこだ?
appr.tcターン サーバーを使用すると、各ピアとの間で呼び出しを行うことができるので、アプリケーションは問題ないと思います。