Guest User

Untitled

a guest
Jun 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. player = jtv_api.new_player(document.getElementById('video_container'), {
  2. width:'100%',
  3. height:'100%',
  4. custom:true,
  5. consumer_key:'yjw6J88EzQ2kCj8NhBXA',
  6. events : {
  7. stream_lost : play_random,
  8. video_not_found : play_random,
  9. }
  10. });
Add Comment
Please, Sign In to add comment