Skip to content

Instantly share code, notes, and snippets.

View superman-enamy's full-sized avatar
🏠
Working from home

superman-enamy

🏠
Working from home
View GitHub Profile
@superman-enamy
superman-enamy / index.html
Created June 21, 2025 21:34
VideoJS Player
<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>
@superman-enamy
superman-enamy / index.html
Created July 28, 2024 18:30
Videojs Luxmty Skin Advanced
<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>
<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.
@superman-enamy
superman-enamy / index.html
Created July 31, 2023 16:07
Video Player with 'plyr.js'
<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">