mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(react): use SimpleVideo as default Video and rename HLS version to HlsVideo (#171)
This commit is contained in:
@@ -12,7 +12,7 @@ export function TimeSliderDemo() {
|
||||
<VideoProvider>
|
||||
<MediaContainer style={{ position: 'relative', zIndex: 10 }}>
|
||||
<Video
|
||||
src={VJS8_DEMO_VIDEO.hls}
|
||||
src={VJS8_DEMO_VIDEO.mp4}
|
||||
poster={VJS8_DEMO_VIDEO.poster}
|
||||
muted
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user