summaryrefslogtreecommitdiff
path: root/web/share/js/kvm/stream_janus.js
AgeCommit message (Collapse)Author
2024-03-11On bad network conditions `disconnected` can happen periodically (#161)Sergey Radionov
but it doesn't mean channel is already broken. It's better wait `failed` state since `disconnected` can be changed to `connected` at any moment. Also fixes reconnect on Firefox.
2024-03-06detach janus pluginMaxim Devaev
2023-12-14pikvm/pikvm#1084: workaround for NULL unmute eventMaxim Devaev
Note: Required a patch from Janus side: - https://github.com/meetecho/janus-gateway/issues/3283
2023-08-17web: janus: enabled kbps meter with fps meterMaxim Devaev
2023-07-25pikvm/pikvm#1057: web: fixed onremotestream bug if there is no video trackMaxim Devaev
2023-07-23pikvm/pikvm#1057: web: fixed onremotestream handler for active=falseMaxim Devaev
2023-05-27copyright updateMaxim Devaev
2022-11-29web: optional audio transmittingMaxim Devaev
2022-11-29refactoringMaxim Devaev
2022-11-29web: split stream.jsMaxim Devaev