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

Requirements for multi-device timing while streaming. #195

Open
markafoltz opened this issue Aug 26, 2019 · 2 comments
Open

Requirements for multi-device timing while streaming. #195

markafoltz opened this issue Aug 26, 2019 · 2 comments
Assignees

Comments

@markafoltz
Copy link
Contributor

markafoltz commented Aug 26, 2019

This issue tracks discussion of protocol changes to allow multi-device synchronization of media playback while streaming. This was discussed at the Berlin F2F [1].

It's assumed that if there's one sender and one receiver the current protocol is sufficient to play out audio and video on the receiver with lip sync.

However, once there are multiple receivers, we'll need some timing metadata to be exchanged between the sender and receivers. Here are a few possible scenarios (not exhaustive):

  1. Sending audio to one device and video to another.
  2. Sending audio to multiple devices.
  3. Sending video to multiple devices.
  4. Sending audio and video to multiple devices (possibly with multiple audio and video tracks).
  5. Scenarios involving text tracks or metadata cues.
  6. Scenarios involving non-1.0-rate playback.

Not all of these may be in scope, however. Items 1 and 4 were pointed out as important in Berlin.

Next steps are to research what's feasible from an implementation point of view, and study the proposals in the following groups:

Multi-Device Timing CG Timing Object: https://webtiming.github.io/timingobject/
Media Timed Events TF: https://github.com/WICG/datacue/blob/master/explainer.md

[1] https://www.w3.org/2019/05/23-webscreens-minutes.html#x29

@markafoltz
Copy link
Contributor Author

See Issue #80: Investigate message latency requirements for media sync

@chrisn
Copy link
Member

chrisn commented Sep 4, 2019

Here is some information about the sychronisation protocol for companion screens in HbbTV. I hope this is useful input into the sync capability we design into the Open Screen Protocol. The goal of the HbbTV protocol is to enable very close synchronisation so that a closely related media stream, such as audio description, could be played on the companion device in sync with the program content on the TV.

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

No branches or pull requests

3 participants