Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <video controls style="display:inline-block;max-width:174.22vh;max-height:98vh;width:98vw;height:55.125vw;background-color:#ccc;" preload="auto" poster="my-preview-image.jpg" data-dashjs-player>
  2. <source src="myvideo/hls/playlist.m3u8" type="application/x-mpegURL">
  3. <source src="myvideo/dash/manifest.mpd" type="application/dash+xml">
  4. <source src="myvideo/myvideo-vp9.webm" type="video/webm; codecs=vp9,opus">
  5. <source src="myvideo/myvideo-vp8.webm" type="video/webm; codecs=vp8,vorbis">
  6. <source src="myvideo/myvideo-h264.m4v" type="video/mp4; codecs=h264,aac">
  7. </video>
  8.  
  9. <script src="dash.all.min.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement