sdp-transform icon indicating copy to clipboard operation
sdp-transform copied to clipboard

rtcp-fb inconsistent

Open clux opened this issue 10 years ago • 1 comments

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?

clux avatar Jan 18 '14 00:01 clux

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.

Saku2 avatar Mar 18 '20 14:03 Saku2