feat(spf): HLS engine composition walkthrough + doc-driven cleanups (#1512)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Pillsbury
2026-05-05 12:07:26 -07:00
committed by GitHub
co-authored by Claude Opus 4.7
parent 17d44a5d32
commit 0cfd3bb395
103 changed files with 2509 additions and 1277 deletions
@@ -1,4 +1,4 @@
import { SpfMediaMixin } from '@videojs/spf/dom';
import { SimpleHlsMediaMixin } from '@videojs/spf/hls';
import { HTMLVideoElementHost } from '../video-host';
export class SimpleHlsMedia extends SpfMediaMixin(HTMLVideoElementHost) {}
export class SimpleHlsMedia extends SimpleHlsMediaMixin(HTMLVideoElementHost) {}