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
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.dahuadoor/src/main/java/org/openhab/binding/dahuadoor/internal/media/Go2RtcManager.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,12 @@
42
42
* configuration parameter.
43
43
* </p>
44
44
*
45
-
* @author Sven Schad - Initial contribution
45
+
* <p>
46
+
* Based on the go2rtc integration in the UniFi Protect binding.
47
+
* </p>
48
+
*
49
+
* @author Dan Cunningham - Initial contribution
50
+
* @author Sven Schad - Adapted for DahuaDoor binding
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.dahuadoor/src/main/java/org/openhab/binding/dahuadoor/internal/media/PlayStreamServlet.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,12 @@
60
60
* Body: base64(SDP answer)
61
61
* </pre>
62
62
*
63
-
* @author Sven Schad - Initial contribution
63
+
* <p>
64
+
* Based on the WebRTC servlet in the UniFi Protect binding.
65
+
* </p>
66
+
*
67
+
* @author Dan Cunningham - Initial contribution
68
+
* @author Sven Schad - Adapted for DahuaDoor binding
0 commit comments