You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
fe7a833: Add a native provider for playing raw media URLs. Import NativePlayer from @karnstack/kino/native (or createNativeProvider) to wrap kino's glass chrome
around a plain <video> element playing an mp4/webm/ogg URL directly — no Mux
account or HLS engine involved. Supports posters, sidecar caption tracks,
playback-rate persistence across source swaps, PiP, fullscreen, and OS media
keys. Quality switching hides itself since a raw file has no rendition ladder.