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

Handle adding .ts files to existing m3u8 stream for delayed OOI Streaming with timestamp prefix #42

Open
mcshicks opened this issue Jun 28, 2022 · 0 comments

Comments

@mcshicks
Copy link
Contributor

We need to cover the case of append new data to an older m3u8 file. i.e you convert 8 hours of delayed data, and then 8 hours later you do it again. There is a option for "hls_flags" and one flag is "append_list". I have not played with it, but it seems like a good place to start. So in terms of the timestamp it could be it might some like
OO-HYVM2--YDH-2022-06-27T10:00:00.000000_001
OO-HYVM2--YDH-2022-06-27T10:00:00.000000_002
and then 8 hours later
OO-HYVM2--YDH-2022-06-27T18:00:00.000000_001
OO-HYVM2--YDH-2022-06-27T18:00:00.000000_002

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

No branches or pull requests

1 participant