Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remote track channelCount #3025

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,5 +1242,22 @@
"web-platform-tests/wpt#48361"
]
}
],
"remote-track-settings-channel-count": [
{
"description": "Add channelCount to remote track settings",
"type": "addition",
"status": "candidate",
"difftype": "append",
"id": 52,
"pr": 3025,
"tests": [
"webrtc/RTCRtpEncodingParameters-codec-opus-stereo.https.html"
],
"testUpdates": [
"web-platform-tests/wpt#48599",
"web-platform-tests/wpt#49392"
]
}
]
}
1 change: 1 addition & 0 deletions base-rec.html
Original file line number Diff line number Diff line change
Expand Up @@ -15948,6 +15948,7 @@ <h4 id="x9-3-1-mediatracksupportedconstraints-mediatrackcapabilities-mediatrackc
double rounded to the tenth decimal place.
</td>
</tr>
<div id="remote-track-settings-channel-count"><!-- ammendment --></div>
</tbody>
</table>
<p class="no-test-needed">
Expand Down
15 changes: 15 additions & 0 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -16610,6 +16610,21 @@ <h4>
double rounded to the tenth decimal place.
</td>
</tr>
<div id="remote-track-settings-channel-count">
<tr id="def-constraint-channelCount">
<th data-tests="RTCRtpEncodingParameters-codec-opus-stereo.https.html">
channelCount
</th>
<td>
{{ConstrainULong}}
</td>
<td>
As a setting, this is the number of channels of the latest
audio frame received, reflecting the number of
{{RTCRtpCodec/channels}} that the decoder outputted.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment from Youenn: make this more clear that you MUST do what the decoder is capable of

</td>
</tr>
</div>
</tbody>
</table>
<p class="no-test-needed">
Expand Down
Loading