Skip to content

Instantly share code, notes, and snippets.

View shuaiscott's full-sized avatar
🙃

Scott Carlson shuaiscott

🙃
View GitHub Profile
@shuaiscott
shuaiscott / index.html
Created June 29, 2021 03:59
Video.js LiVE HLS stream, chromecast (HTTPS) TEST
<video id="streamplayer" class="video-js vjs-big-play-centered" width="640px">
<source src="https://irtdashreference-i.akamaihd.net/dash/live/901161/keepixo1/playlistBR2.m3u8" type="application/x-mpegurl"><source>
</video>
Test Stream URL:
<input type="text" id="streamURL" value="https://bitdash-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8" size="50">
<button onClick="loadStream()">Load</button><br>
<button id="ytURL" value="https://youtu.be/9f8LjrVgR3k" onclick="ytStream()">YT 1</button>
<button id="ytnURL" value="https://youtu.be/vD-SYeXKFec" onclick="ytnStream()">YT 2</button>
<button id="adURL" value="https://irtdashreference-i.akamaihd.net/dash/live/901161/keepixo1/playlistBR2.m3u8" onclick="adStream()">ADV Stream</button>
@shuaiscott
shuaiscott / BBC.m3u
Last active January 9, 2018 16:04 — forked from random-robbie/BBC.m3u
BBC HLS Streams - let me know if i missed any
#EXTM3U
#EXTINF:-1 tvg-id="BBC One HD" tvg-name="BBC One HD" tvg-logo="https://s4.postimg.org/k5xl5dmf1/bbc_one.png" group-title="BBC",BBC One HD
http://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/hls/uk/abr_hdtv/ak/bbc_one_hd.m3u8
#EXTINF:-1 tvg-id="BBC One London" tvg-name="BBC One London" tvg-logo="https://s4.postimg.org/z61nj8qd9/Bbc_london_logo.jpg" group-title="BBC",BBC One London
http://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/hls/uk/hls_tablet/ak/bbc_one_london.m3u8
#EXTINF:-1 tvg-id="BBC One Northern Ireland HD" tvg-name="BBC One Northern Ireland HD" tvg-logo="https://s3.postimg.org/ltztuojqr/6y_QROLCn_400x400.png" group-title="BBC",BBC One Northern Ireland HD
http://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/hls/uk/abr_hdtv/ak/bbc_one_northern_ireland_hd.m3u8
#EXTINF:-1 tvg-id="BBC One Scotland HD" tvg-name="BBC One Scotland HD" tvg-logo="https://s3.postimg.org/ltztuojqr/6y_QROLCn_400x400.png" group-title="BBC",BBC One Scotland HD
http://a.fi
@shuaiscott
shuaiscott / README.md
Last active December 29, 2015 02:09
Dashing Sonarr Upcoming Episodes Widget

Install with: dashing install d60ece82868dce31d10b

Put this in your dashboard.erb

<li data-row="1" data-col="1" data-sizex="2" data-sizey="1">
  <div data-id="sonarr" data-view="Sonarr" data-title="Upcoming Episodes"></div>
</li>

Change the following Sonarr information inside sonarr.rb:

@shuaiscott
shuaiscott / README.md
Last active December 22, 2015 22:41 — forked from tonyedwardspz/README.md
Dashing Trello widget

Description

A Dashing widget for displaying the number of items of lists on a Trello board.

screen shot

See a live demo here.

Usage