Adds rtsp link to index.html

This commit is contained in:
Alexey Khit
2022-09-16 17:59:54 +03:00
parent 8f43ad2a35
commit bbbade4097
+1
View File
@@ -69,6 +69,7 @@
// '<a href="video.html?src={name}">video</a>',
'<a href="api/stream.mp4?src={name}">mp4</a>',
'<a href="api/frame.mp4?src={name}">frame</a>',
`<a href="rtsp://${location.hostname}:8554/{name}">rtsp</a>`,
'<a href="api/streams?src={name}">info</a>',
];