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
So if I am not mistaken, the source should show the undefined channels as a list of undefined channels in the group, while the SDP will list the groups. This seems to be the way it's working for other groupings at least. Is there an issue with the test or have we misunderstood the spec, and in that case, what should the channels array look like?
The text was updated successfully, but these errors were encountered:
Yes, the testing tool translates your Source channels to channel-order=SMPTE2110.(M,U03) and reports no match. Will look for guidance on handling multiple Undefined groups.
I get the following error message:
SDP 'channel-order' for Sender does not match channels its Source
The sender is configured as a source with four channels: one mono group, one group of one undefined channel, and one gorup of two undefined channels.
SDP:
...
a=rtpmap:97 L24/44100/4
a=fmtp:97 channel-order=SMPTE2110.(M, U01, U02); TSMODE=SAMP; TSDELAY=0
...
Source:
...
"channels": [
{
"label": "M1",
"symbol": "M1"
},
{
"label": "U01",
"symbol": "U01"
},
{
"label": "U01",
"symbol": "U01"
},
{
"label": "U02",
"symbol": "U02"
}
],
...
So if I am not mistaken, the source should show the undefined channels as a list of undefined channels in the group, while the SDP will list the groups. This seems to be the way it's working for other groupings at least. Is there an issue with the test or have we misunderstood the spec, and in that case, what should the channels array look like?
The text was updated successfully, but these errors were encountered: