This commit is contained in:
legop3
2025-11-15 23:43:04 -05:00
parent c55b5a7092
commit 57dc40dfd3
4 changed files with 9 additions and 3 deletions
+5
View File
@@ -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
+1 -1
View File
@@ -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>
+2 -1
View File
@@ -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}