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

Define mute/unmute extensions #8

Open
murillo128 opened this issue Jul 25, 2022 · 1 comment
Open

Define mute/unmute extensions #8

murillo128 opened this issue Jul 25, 2022 · 1 comment

Comments

@murillo128
Copy link
Collaborator

Define an extension to mute/unmute video and/or audio on the media server side.

@Sean-Der
Copy link

Sean-Der commented Nov 18, 2022

@murillo128 Ok to define the requirements/notes here?

  • Pause/Play media on the server side.
  • Congestion Control Hints
    • Even if I support higher bitrate send me the lowest simulcast layer. Useful if WHIP is using Simulcast, but you are rendering the video in a small container.

WHEP servers may announce a optional extension that allows users to control the media on the server.

   Link: <https://whep.ietf.org/publications/213786HF/controls>;
         rel="urn:ietf:params:whep:core:playback-controls"

The returned resource accepts a POST with a JSON body. The following operations are understood today.

  • Pause pauses the requested media. The value is the mids that is to be paused - { "pause": ["2"]}
  • Play starts playback of the requested media. The value is the mids that is to be started - { "play": ["2"]}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants