W3AXL

Results 62 comments of W3AXL

This will require a pretty large change to the console codebase as most of the logic today assumes a single selected radio. Daemons won't care fortunately as they have no...

To make this easier, I might create a separate small program (rc2-stream or similar name) that can handle multiple web streams as individual virtual channels (similar to how rc2-dvm works)....

The one issue I have with doing everything console-side is the additional CPU overhead for doing the sound detection/auto activity processing. Of course, it's entirely possible that's a non-issue, but...

This clashes with the current "selected/unselected" volume scheme a bit. Perhaps an individual radio volume offset control? Otherwise those are two conflicting behaviors.

@djshadowxm82 please deconflict with current `main` branch and I will review again.

@djshadowxm82 sorry for the delay in responding to this PR. Could you look at the build failure above? I'll review and make suggestions once that's fixed. Thanks!

Issue still remains in version 2, when an existing client is connected to a radio daemon there is no provisioning for a second/new connection to be initiated before the old...

Should be fixed with commit b3f1bb32d72c50fbf4efb740a14ebb937cbabc21 but will continue to monitor

Turns out the client microphone track can end for unknown reasons and without notification to the user. 9f25cb05007d85fdb8ce03de41595a9c73f8b963 adds a notification popup that the client mic track has ended. Further...

I broke the branches for a sec, so commits aren't split into easy-to-follow chunks, but master should now have a mic auto-restart function to handle this issue.