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
{{ message }}
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
I am interesting in adding audio level detection for stream prioritization. I'd like to use RTP header extensions to extract this information according to https://tools.ietf.org/html/rfc6464. I would like to implement this as a router extension. We can handle toggling video quality based on the active speaker.
Is my understanding correct that we need to first implement the header parsing in the rtp package or is it possible to use the existing stats package? Any other insights appreciated too :)
The text was updated successfully, but these errors were encountered:
I am interesting in adding audio level detection for stream prioritization. I'd like to use RTP header extensions to extract this information according to https://tools.ietf.org/html/rfc6464. I would like to implement this as a router extension. We can handle toggling video quality based on the active speaker.
I'm working on understanding what is necessary to add this functionality. It doesnt seem that pion parses these headers today (looking at https://github.com/pion/rtp/). But i do see AudioLevel in the stats package here:
https://github.com/pion/webrtc/blob/93261960b1c10359cfeef337a0710c4b0ce3c8a6/stats.go#L704
Is my understanding correct that we need to first implement the header parsing in the rtp package or is it possible to use the existing stats package? Any other insights appreciated too :)
The text was updated successfully, but these errors were encountered: