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

Optimize Segment Request #11

Open
flipmcf opened this issue Jun 27, 2022 · 0 comments
Open

Optimize Segment Request #11

flipmcf opened this issue Jun 27, 2022 · 0 comments

Comments

@flipmcf
Copy link
Owner

flipmcf commented Jun 27, 2022

each segment request will create an instance of a vodhls manager in the flask application (casterpak.py)
this could move to be a static method 'segment_exists()' and the manager can be created if the segment is not present.
No need to instantiate the class every time - except for convenience.

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