mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
guh
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
## video stream
|
||||||
|
- video stream needs to always autoplay, even if it cant unmute itself
|
||||||
|
- currently, it wont play at all unless it can unmute
|
||||||
|
|
||||||
|
##
|
||||||
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>webui</title>
|
<title>webui</title>
|
||||||
<script type="module" crossorigin src="/assets/index-BnJ59h72.js"></script>
|
<script type="module" crossorigin src="/assets/index-XP4uegUE.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-D4wUVUN4.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-D4wUVUN4.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -18,7 +18,8 @@ export default function DriverVideoPanel() {
|
|||||||
return (
|
return (
|
||||||
<section className="rounded-sm bg-[#242a32] p-1">
|
<section className="rounded-sm bg-[#242a32] p-1">
|
||||||
{roverId ? (
|
{roverId ? (
|
||||||
<div className="lg:min-h-[70vh]">
|
<div className="">
|
||||||
|
{/* <div className="lg:min-h-[70vh]"> */}
|
||||||
<VideoTile
|
<VideoTile
|
||||||
sessionInfo={info}
|
sessionInfo={info}
|
||||||
label={roverId}
|
label={roverId}
|
||||||
|
|||||||
Reference in New Issue
Block a user