mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-29 06:29:10 +02:00
Stream bucket manager (#12)
* refactor webrtc. * bind track with a single connection. * audio+video codec. * move stream selection to bucket manager. * audio w/o bucket manager. * revert peer changes. * return video IDs. * destroy & recreate all. * add video ID change. * Track -> Recevier.
This commit is contained in:
parent
095f9fe8ee
commit
5ad5daa6bb
11 changed files with 438 additions and 356 deletions
|
@ -49,7 +49,7 @@ func (h *MessageHandlerCtx) systemInit(session types.Session) error {
|
|||
Settings: h.sessions.Settings(),
|
||||
ScreencastEnabled: h.capture.Screencast().Enabled(),
|
||||
WebRTC: message.SystemWebRTC{
|
||||
Videos: h.capture.VideoIDs(),
|
||||
Videos: h.capture.Video().IDs(),
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue