Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.08 KB

twitch-clip-player

Add as browser source and fill in the client key by creating an app at https://dev.twitch.tv/console

  1. Download clipplayer.html
  2. Sign up at https://dev.twitch.tv/console
  3. Register a new application on the dev console by picking a name and using http://localhost for "OAuth Redirect URLs"
  4. Copy the Client Key
  5. Open clipplayer.html and paste the Client Key to var apiKey = "HERE";
  6. Change var twitchChannel = "witlock"; to your own channel
  7. Add a new browser source in OBS and browse to clipplayer.html Host this file on a local server (ex. WampServer) or on your website and add a browser source pointing to it.

If the clips are getting cut off while playing change the var playDelay = 2500; to some higher value (milliseconds)

You can avoid certain clips by adding the slugs (twitch.tv/witlock/clip/ToughAdorableNewtFutureMan?filter=clips&range=7d&sort=time) to the skipClips array.

skipClips = [
    'ToughAdorableNewtFutureMan',
    'ShySullenMallardDancingBaby',
    'your clip slug',
    'your second clip slug']