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

Virtual Channels for Stitcher #31

Open
matvp91 opened this issue Sep 30, 2024 · 0 comments
Open

Virtual Channels for Stitcher #31

matvp91 opened this issue Sep 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@matvp91
Copy link
Collaborator

matvp91 commented Sep 30, 2024

The idea is to construct a schedule, a list of ScheduleItem.

[
  {
    start: 1727727770280,
    end: 1727727830280,
    uri: "mix://66ddcdd1-2d36-48b5-89cd-edf13bf813d6"
  },
  {
    start: 1727727830280,
    end: 1727728170280,
    uri: "mix://b0acc946-0f38-4399-babc-aebee8f517a5"
  }
]

Stitcher can then consume the schedule and expose segments gradually over a clock. This would simulate a live channel with pre-configured assets defined in the schedule. Also introduce EXT-X-MIX-SLIDING-SIZE=60.000 to indicate the dvr range. Either that or we can intercept the playlist on the client and calculate it ourselves.

@matvp91 matvp91 changed the title FAST channels Simulate virtual channels with stitcher Oct 7, 2024
@matvp91 matvp91 added the enhancement New feature or request label Oct 7, 2024
@matvp91 matvp91 changed the title Simulate virtual channels with stitcher Virtual Channels support for stitcher Oct 7, 2024
@matvp91 matvp91 changed the title Virtual Channels support for stitcher Virtual Channels for stitcher Oct 7, 2024
@matvp91 matvp91 changed the title Virtual Channels for stitcher Virtual Channels for Stitcher Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant