We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f32a5 commit c52f3ebCopy full SHA for c52f3eb
www/hls.html
@@ -21,8 +21,7 @@
21
<video id="video" autoplay controls playsinline muted></video>
22
<script>
23
// http://192.168.1.123:1984/hls.html?src=demo&mp4
24
- // const url = new URL('api/stream.m3u8' + location.search, location.href);
25
- const url = 'http://192.168.10.5:1984/api/stream.m3u8?src=rtsp-dahua2&mp4';
+ const url = new URL('api/stream.m3u8' + location.search, location.href);
26
27
const video = document.getElementById('video');
28
if (Hls.isSupported()) {
0 commit comments