You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a publisher has not connected yet or has disconnected, a blank stream or a fallback stream should be shown to readers. As soon as the publisher reconnects, its stream is routed to readers again.
The original stream, the fallback stream and the blank screen screen must have the same number of tracks and the same codecs, therefore this feature requires some kind of configuration:
paths:
mypath:
alwaysAvailable: yesalwaysAvailableTracks:
- codec: h264
- codec: opus
All streams (main one and fallback) are checked for codecs before being activated.
agg23, nalsai, jackmawer, havard-ffi, sz55net and 31 more