ReferenceMedia
DashVideo
UnstableDASH video element powered by dash.js for adaptive bitrate streaming
DASH video element powered by dash.js for MPEG-DASH adaptive bitrate streaming.
Import
Examples
Basic Usage
API Reference
Props
Accepts the standard React props for a native <video>, plus these Video.js-specific props:
Ref
Forwards its ref to the rendered <video>. The ref is an HTMLVideoElement and exposes its complete native property and method API.
Events
Handle standard media events with React event props such as onPlay and onTimeUpdate. For native events without a
React prop, attach a listener through the ref with addEventListener.