A Pen by superman-enamy on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class='container'> | |
| <video width="680" class='video-js vjs-default-skin vjs-big-play-centered' controls='' data-setup='{}' id='sa-dev' preload='auto'> | |
| <source src='https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-576p.mp4' type='video/mp4'/> | |
| <track kind="captions" label="Indonesia" srclang="id" src="https://rawcdn.githack.com/sadevID/vidJS/f23e769a20d5e06f59afe4ab2f3bbfd154939838/View_From_A_Blue_Moon_Trailer-HD.id.vtt" default /> | |
| <track kind="captions" label="English" srclang="en" src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.en.vtt"/> | |
| </video> | |
| </div> | |
| <p><center style='font-family:Inter;font-size:10px'>Open my website for full documentation.</center><center style='font-family:Inter,sans-serif;font-weight:400'>Created by <a href='https://dev.samedia.biz.id' target='_blank' style='font-weight:700;text-decoration: none'>SA DevLabs</a></center></p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="player-container"> | |
| <video-js id="video-player" class="vjs-luxmty vjs-16-9 vjs-show-big-play-button-on-pause" poster="https://raw.githubusercontent.com/EmilioSG11/videojs-cosmos-skin/main/images/bbunny.jpg"> | |
| <source src="https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8" type="" /> | |
| </video-js> | |
| </div> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="myElement"></div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <video controls crossorigin playsinline poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg"> | |
| <source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-576p.mp4" type="video/mp4" size="576"> | |
| <!-- Caption files --> | |
| <!-- Fallback for browsers that don't support the <video> element --> | |
| <a>Video Oynatılamıyor</a> | |
| </video> | |
| </div> | |
| <div class="container"> |