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

Feature: Add Support for Live Media Processing #3

Open
omeryusufyagci opened this issue Sep 29, 2024 · 0 comments
Open

Feature: Add Support for Live Media Processing #3

omeryusufyagci opened this issue Sep 29, 2024 · 0 comments
Labels
feature New feature or request hacktoberfest This issue is eligible for Hacktoberfest contributions help wanted Extra attention is needed

Comments

@omeryusufyagci
Copy link
Owner

Begin development for live processing support, in addition to the current offline filtering. Instead of "download and process," we need a stream-based approach to handle live data. This should be optionally available and backward compatible with the current, offline mode.

Dedicated Live Processing Class:
Add a new class in MediaProcessor for live streaming, ensuring modularity and reusability.

Backend Changes:
Update the Flask backend to handle live streams alongside the existing process.
Add endpoints to manage live processing (start/stop).

Frontend Update:
Add a simple UI update to select between live and offline modes.
Include status indicators for live processing.

This issue tracks the addition of a working version, performance improvements will come later.

@omeryusufyagci omeryusufyagci added feature New feature or request help wanted Extra attention is needed labels Sep 29, 2024
@omeryusufyagci omeryusufyagci added this to the Live Stream Support milestone Oct 1, 2024
@omeryusufyagci omeryusufyagci added the hacktoberfest This issue is eligible for Hacktoberfest contributions label Oct 6, 2024
omeryusufyagci pushed a commit that referenced this issue Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request hacktoberfest This issue is eligible for Hacktoberfest contributions help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant