mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-01-07 00:06:57 +01:00
Fix stream name not being used for MSE (#6796)
This commit is contained in:
parent
a8f282515f
commit
ff1b5c87aa
@ -121,7 +121,7 @@ export default function Camera({ camera }) {
|
||||
<div className="max-w-5xl">
|
||||
<video-stream
|
||||
mode="mse"
|
||||
src={new URL(`${baseUrl.replace(/^http/, 'ws')}live/webrtc/api/ws?src=${camera}`)}
|
||||
src={new URL(`${baseUrl.replace(/^http/, 'ws')}live/webrtc/api/ws?src=${cameraConfig.live.stream_name}`)}
|
||||
/>
|
||||
</div>
|
||||
</Fragment>
|
||||
|
Loading…
Reference in New Issue
Block a user