Replace Twitch.TV player

Replaced the flash player with their HTML5 API.  This also lays the
groundwork for VOD playback.
This commit is contained in:
Calvin Montgomery 2016-08-24 20:21:49 -07:00
parent e17dac58fd
commit d821fc6ccd
3 changed files with 219 additions and 45 deletions

View file

@ -250,3 +250,4 @@ html(lang="en")
script(defer, src="/js/froogaloop.min.js")
script(defer, src="/js/video.js")
script(defer, src="/js/videojs-contrib-hls.min.js")
script(defer, src="https://player.twitch.tv/js/embed/v1.js")