Implement audio and rendition selection on web

This commit is contained in:
2026-06-23 23:09:46 +02:00
parent c553c75433
commit 453f86a448
4 changed files with 44 additions and 8 deletions
+1
View File
@@ -24,6 +24,7 @@ export const OmniView = ({
autoPlay={autoplay}
playsInline
crossOrigin="anonymous"
style={{ width: "100%", height: "100%", objectFit: "cover" }}
/>
)}
</VideoPlayer.Container>