You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
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 onlyAlternative Solution
The ability to remove/change the
backchannel
for the live view only - this seems like it would be harder to implementAdditional context
I am unsure if there is already a work around/solution for this issue, if there is please provide it.
The text was updated successfully, but these errors were encountered: