Changed mDNS value to HostName

This commit is contained in:
Rene Zeldenthuis
2022-09-24 21:10:36 +02:00
parent b0144271d7
commit 78e0a38e78
3 changed files with 3 additions and 3 deletions

View File

@@ -176,7 +176,7 @@
<div class="card-body">
</p>The camera stream can be found at the following location:
<a
href="rtsp://{{ThingName}}.local:{{RtspPort}}/mjpeg/1">rtsp://{{ThingName}}.local:{{RtspPort}}/mjpeg/1</a>
href="rtsp://{{HostName}}:{{RtspPort}}/mjpeg/1">rtsp://{{HostName}}:{{RtspPort}}/mjpeg/1</a>
</p>
<img class="rounded mx-auto d-block" src="snapshot" alt="Camera image" width="25%">
</div>