We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2e0af commit d88c254Copy full SHA for d88c254
src/ui/svelte/VideoFetch.svelte
@@ -15,10 +15,6 @@
15
let mp4boxfile
16
let pendingSegments = {}
17
18
- $: showSVG = videoElement.value
19
- ? props.isControlled && (videoElement.value?.paused ?? true)
20
- : props.isControlled
21
-
22
// Configure chunk size (1MB). Adjust if needed for performance or latency.
23
const CHUNK_SIZE = 1_000_000
24
let nextRangeStart = 0
0 commit comments