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

Two way audio stream on live only #16605

Closed
JakeMHughes opened this issue Feb 16, 2025 · 3 comments
Closed

Two way audio stream on live only #16605

JakeMHughes opened this issue Feb 16, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@JakeMHughes
Copy link

Describe what you are trying to accomplish and why in non technical terms
Basically it is a continuation of this issue I created in go2rtc repo - when we define a camera in Frigate we must also define a role for the stream this means that in order to use that camera feed, frigate must always be pulling from that camera feed and this will break two way audio for cameras that can only support one two way stream at a time.

Describe the solution you'd like
I would like an ability to define a camera stream that will ONLY be used in the "live view" of the camera and is not associated with the role component. There may also be a need for an option to only use the feed for the single camera view and not the multi-view in frigate.
this will enable us to set the backchannel for all the role streams to disable the two way, but then we could enable the two way for live viewing only

Alternative Solution
The ability to remove/change the backchannel for the live view only - this seems like it would be harder to implement

Additional context
I am unsure if there is already a work around/solution for this issue, if there is please provide it.

@JakeMHughes JakeMHughes added the enhancement New feature or request label Feb 16, 2025
@hawkeye217
Copy link
Collaborator

The ability to define additional go2rtc streams and use them in Frigate's live view has already been implemented for the next version of Frigate (0.16).

@NickM-27
Copy link
Collaborator

To be clear, this ability exists now, you can already define a stream to only be used for live view https://docs.frigate.video/configuration/live#setting-stream-for-live-ui

@JakeMHughes
Copy link
Author

I thought I tried this but was unable to get the live_stream config working without also defining that stream under a role, but I just tried again and it's working as expected so maybe I had another issue in my config last time I tried.

Thanks guys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants