diff --git a/machinery/src/models/communication.go b/machinery/src/models/communication.go index cfb39cc..da483df 100644 --- a/machinery/src/models/communication.go +++ b/machinery/src/models/communication.go @@ -44,14 +44,14 @@ type Communication struct { // HandleLiveHLS is the live HLS viewer keepalive. It carries the requested // quality tier ("auto"|"high"|"low"; empty => auto) so the producer can switch // the live session between the main and sub stream on demand. - HandleLiveHLS chan string - HandleONVIF chan OnvifAction - IsConfiguring *abool.AtomicBool - Queue *packets.Queue - SubQueue *packets.Queue - Image string - CameraConnected bool - MainStreamConnected bool - SubStreamConnected bool - HasBackChannel bool + HandleLiveHLS chan string + HandleONVIF chan OnvifAction + IsConfiguring *abool.AtomicBool + Queue *packets.Queue + SubQueue *packets.Queue + Image string + CameraConnected bool + MainStreamConnected bool + SubStreamConnected bool + HasBackChannel bool }