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
To simulate an event it should be possible to configure the engine to insert an EXT-X-ENDLIST tag in the manifest [1]. If the engine is initiated with the option { event: true } it will insert an EXT-X-ENDLIST at the end of the manifest when no new VOD is received by the nextVod() call within an iteration.
To simulate an event it should be possible to configure the engine to insert an
EXT-X-ENDLIST
tag in the manifest [1]. If the engine is initiated with the option{ event: true }
it will insert an EXT-X-ENDLIST at the end of the manifest when no new VOD is received by thenextVod()
call within an iteration.[1] https://developer.apple.com/documentation/http_live_streaming/example_playlists_for_http_live_streaming/event_playlist_construction
The text was updated successfully, but these errors were encountered: