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

REST Call to End Current MP4 VOD and Start a New One: #6664

Open
mekya opened this issue Sep 23, 2024 · 0 comments
Open

REST Call to End Current MP4 VOD and Start a New One: #6664

mekya opened this issue Sep 23, 2024 · 0 comments
Assignees

Comments

@mekya
Copy link
Contributor

mekya commented Sep 23, 2024

Is your feature request related to a problem? Please describe.
We need a REST call that can be used to end the current MP4 VOD and start a new one immediately. This functionality is crucial for situations where an MP4 VOD is needed on-demand, without having to interrupt the live stream or wait for the maximum duration to be reached.

Describe the solution you'd like
Solution: Use the same plugin as here #6663 . Provide a REST API and when it’s called, it will return the MP4 file for that moment, let’s say 0 - 45 mins. It will be recorded in the directory, has the information for the REST API for the first issue. It will not have any impact for the issue #6663

Update: Use the current HLS “startTime” and “endTime” option to get the HLS for the specified interval. Convert it to MP4 and record it database that meets the requirement in the first issue.

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

No branches or pull requests

2 participants