I’m running into an incompatibility with the a=setup
attribute when parsing an answer from a client.
The answer SDP contains the a=setup
attribute on the session-level of the answer, where it seems as if gstreamer is expecting it to be only on the media-level.
Looking at RFC 4145, I see that it is allowed to be defined on both levels. I also see that the reference implementation of WebRTC accepts the session-level attribute.
I was looking into some insight into why this might be. My suspicion is this is a bug, but wanted to get some input before opening an item.