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

Address remote playback issues. #313

Merged
merged 4 commits into from
Jan 22, 2024
Merged

Conversation

mfoltzgoogle
Copy link
Contributor

@mfoltzgoogle mfoltzgoogle commented Sep 10, 2023

This PR addresses Issues #223 and #265

  • It changes the remote playback state / controls to include the full media resource (URL + mime type), so that the sender can change the media resource after remote playback has started.
  • It describes what the sender needs to do to change the encoding for a stream after a streaming session has started.
  • It makes the source optional for a remote-playback-start-request if the remote playback begins with media remoting (streaming session)

Note, I'm wondering if remote-playback-controls should have a list of sources like the remote-playback-start-request...


Preview | Diff

@mfoltzgoogle
Copy link
Contributor Author

@baylesj Do you mind reviewing this one as well?
@muyao-xu as this impacts the Remote Playback API.

Copy link
Contributor

@baylesj baylesj left a comment

Choose a reason for hiding this comment

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

LGTM % feedback.

index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
@mfoltzgoogle
Copy link
Contributor Author

PTAL

Copy link
Contributor

@baylesj baylesj left a comment

Choose a reason for hiding this comment

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

LGTM.

@mfoltzgoogle mfoltzgoogle merged commit 58e109c into main Jan 22, 2024
2 checks passed
@mfoltzgoogle mfoltzgoogle deleted the issue-223-codec-switching branch January 22, 2024 18:13
github-actions bot added a commit that referenced this pull request Jan 22, 2024
SHA: 58e109c
Reason: push, by mfoltzgoogle

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should media resource URLs be optional? Codec switching when remoting.
2 participants