File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ func onvifDeviceService(w http.ResponseWriter, r *http.Request) {
7171 res = onvif .GetCapabilitiesResponse (r .Host )
7272
7373 case onvif .ActionGetServices :
74- // important for Unifi: Media section
7574 res = onvif .GetServicesResponse (r .Host )
7675
7776 case onvif .ActionGetSystemDateAndTime :
@@ -99,11 +98,9 @@ func onvifDeviceService(w http.ResponseWriter, r *http.Request) {
9998
10099 case onvif .ActionGetProfiles :
101100 // important for Hass: H264 codec, width, height
102- // important for Unifi: framerate, bitrate, quality
103101 res = onvif .GetProfilesResponse (streams .GetAll ())
104102
105103 case onvif .ActionGetVideoSources :
106- // important for Unifi: framerate, resolution
107104 res = onvif .GetVideoSourcesResponse (streams .GetAll ())
108105
109106 case onvif .ActionGetStreamUri :
You can’t perform that action at this time.
0 commit comments