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
rtcpFb is defined as a single object in the type definitions. This causes a crash as the writer code tries to iterate over it because it is labelled as push.
Could you either turn the 'push' to 'name' as the original issue suggests, or change the type definition to an array.
trr-int is currently labelled as a
push
attribute, meaning it can be more than one per media stream, but this seems unlikely from reading rfc4585.also, trr-int basically pass the normal rtcp-fb regex, maybe just join them?
The text was updated successfully, but these errors were encountered: