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

Reworking storage backend #5

Open
wants to merge 7 commits into
base: h264
Choose a base branch
from
Open

Reworking storage backend #5

wants to merge 7 commits into from

Conversation

radekg
Copy link
Owner

@radekg radekg commented Jan 14, 2023

This pull request's main point is to develop an interface of a usable pluggable storage backend with a couple of implementations. A storage backend abstracts the destination where media is stored. Initial implementations: memory and host-fs. A backend storage implementation can accept the optional configuration.

@radekg
Copy link
Owner Author

radekg commented Jan 15, 2023

Rework play so that it uses the underlying storage backend. Reuse the existing video reader and generalize it to handle various media types and codecs.

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