mirror of
https://github.com/rzeldent/esp32cam-rtsp.git
synced 2025-11-14 04:04:02 +00:00
Changed mDNS value to HostName
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user