You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
matvp91
changed the title
FAST channels
Simulate virtual channels with stitcher
Oct 7, 2024
The idea is to construct a schedule, a list of
ScheduleItem
.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.The text was updated successfully, but these errors were encountered: