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
Add bitrate estimation API for send and receive rates
Expose BandwidthProducer/Consumer pairs on Session (Rust) and Connection (JS)
for estimated send rate (from congestion controller, polled every 100ms) and
receive rate (from PROBE mechanism, moq-lite-03+ only). The subscriber now
initiates PROBE streams lazily when consumers exist. @moq/watch uses recv
bandwidth for automatic ABR rendition selection, and @moq/publish caps
encoder bitrate to the estimated send bandwidth.
https://claude.ai/code/session_01C68pEkoUhQqtQALYxRajhx
0 commit comments