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

Video Controls #10

Open
dsilhavy opened this issue Sep 7, 2023 · 1 comment
Open

Video Controls #10

dsilhavy opened this issue Sep 7, 2023 · 1 comment

Comments

@dsilhavy
Copy link
Contributor

dsilhavy commented Sep 7, 2023

Description

Basic video playback controls to play/pause, seek and maybe even switch audio or texttracks would be nice to have. In addition, we can think about adding controls to manually select a video/audio quality if ABR streaming is used.

@nlsdvl
Copy link
Contributor

nlsdvl commented Sep 8, 2023

The basic video controls would be controlling a media pipeline instance, for MPEG_media definitions in the gltf source, where MPEG_media.controls == true, the video controls should be enabled.

  • A scene may have multiple medias playing concurrently, with individual media controls.
  • Controls such as play/seek/pause/resume may be applied to multiple media pipelines at once where MPEG_media.unifiedTimeline == true.

Did you also consider a top level Play/Pause/Seek/Buffering scene playback control ?

@nlsdvl nlsdvl removed this from the Version 1.0.0 milestone Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants