neko/pkg/types
Miroslav Šedivý 6067367acd
Capture bandwidth switch (#14)
* Handle bitrate change by finding the stream with closest bitrate as peer

* Convert video id into bitrate when creating peer or changing bitrate

* Try to fix prometheus panic

* Revert metrics label name change

* minor fixes.

* bitrate selector.

* skip if moving to the same stream.

* no closure for getting target bitrate.

* fix: high res switch to lo video, stream bitrate out of range

* revert dev config change.

* white space.

Co-authored-by: Aleksandar Sukovic <aleksandar.sukovic@gmail.com>
2022-10-25 20:25:00 +02:00
..
codec set WebRTC video codec H.264 profile-level-id to 42e01f to be compatible with Firefox clients. 2022-09-13 22:21:56 +02:00
event add button events to control WebSocket. 2022-07-28 12:43:31 +02:00
message Capture bandwidth switch (#14) 2022-10-25 20:25:00 +02:00
api.go move shared code to pkg. 2022-03-20 11:43:00 +01:00
capture.go Capture bandwidth switch (#14) 2022-10-25 20:25:00 +02:00
desktop.go add button events to control WebSocket. 2022-07-28 12:43:31 +02:00
http.go add patch method to router. 2022-04-14 08:47:47 +00:00
member.go add plugins to member profile. 2022-05-08 00:15:36 +02:00
plugins.go load plugins in order of dependencies. 2022-05-03 11:17:04 +00:00
session.go Temporary websocket disconnect handling (#6) 2022-08-26 20:16:40 +02:00
webrtc.go Capture bandwidth switch (#14) 2022-10-25 20:25:00 +02:00
websocket.go Go generics and changes in v1.18 (#5) 2022-07-28 12:20:20 +02:00