Skip to content

Commit 55f424b

Browse files
authored
[dahuadoor] Add attribution to Dan Cunningham for Go2RtcManager and PlayStreamServlet (#20664)
Signed-off-by: Sven Schad <svnsssd@gmail.com>
1 parent 205dfe3 commit 55f424b

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

bundles/org.openhab.binding.dahuadoor/src/main/java/org/openhab/binding/dahuadoor/internal/media/Go2RtcManager.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@
4242
* configuration parameter.
4343
* </p>
4444
*
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
4651
*/
4752
@NonNullByDefault
4853
public class Go2RtcManager {

bundles/org.openhab.binding.dahuadoor/src/main/java/org/openhab/binding/dahuadoor/internal/media/PlayStreamServlet.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@
6060
* Body: base64(SDP answer)
6161
* </pre>
6262
*
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
6469
*/
6570
@NonNullByDefault
6671
public class PlayStreamServlet extends HttpServlet {

0 commit comments

Comments
 (0)