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

Added hibertantion support for channels #12

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Conversation

lars18th
Copy link
Contributor

Channels can now be paused/restarted. A new API for the webserver provides the "start"/"stop" commands for a channel. In addition, a new command line parameter "-I" starts all channels in hibernation.

Channels can now be paused/restarted. A new API for the webserver provides the "start"/"stop" commands for a channel. In addition, a new command line parameter "-I" starts all channels in hibernation.
@gfto gfto merged commit 5742074 into gfto:master Mar 19, 2024
@lars18th
Copy link
Contributor Author

Hi @gfto ,

This is my first PR related to the IGMP support commented in #2 .

The initial modification is to add support for on-the-fly start/stop of channels. The control can be done using simple HTTP comands. For example with curl http://127.0.0.1:9090/stop/chan1 you can pause the channel "chan1". The new code is robust and tested. And it's inspired by the (unfinished) work from nerosketch@b30b45c .

Please, check it. After that I'll start to implement the IGMP part.
Regards.

@lars18th lars18th deleted the hibernation branch March 19, 2024 08:46
@lars18th lars18th mentioned this pull request Mar 19, 2024
This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants