Bidirectional video streaming issues #2
標籤
未選擇里程碑
未選擇專案
沒有負責人
1 參與者
通知
截止日期
未設定截止日期。
先決條件
未設定先決條件。
參考: apps/BareRTC#2
載入中…
新增問題並參考
Block a user
No description provided.
刪除分支「%!s()」
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is currently a bug getting video streams to work both ways:
The root cause seems to be in overwriting the WebRTC connection in the front-end code: we keep a map of usernames to WebRTC sockets and the socket is overwritten when one user (who was already streaming video to the other) opens a new connection to receive video from the other.
The frontend should either handle loading the "read" and "write" sockets separately or re-negotiate the one socket to send video both directions.
Resolved in
5456c88e70