Advertisement
StevoLopata

Clappr

Aug 3rd, 2018 (edited)
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <html class='' xmlns='https://www.w3.org/1999/xhtml' xmlns:b='https://www.google.com/2005/gml/b' xmlns:data='https://www.google.com/2005/gml/data' xmlns:expr='https://www.google.com/2005/gml/expr'><head><style type='text/css'/><style type='text/css'>.fancybox-margin{margin-right:0px;}</style>
  3. <b:skin><![CDATA[
  4. ]]></b:skin></head><body><div style='clear:both;'/>
  5. <title>Player</title>
  6. <style>
  7. body{margin:0;padding:0; background: #000; font-family: helvetica, arial, sans-serif; color: #fff; font-size: 28px;}
  8. </style>
  9.  
  10. <b:section id='fixelements' showaddelement='no'/>
  11.  
  12. <script type="text/javascript" src="https://cdn.jsdelivr.net/clappr/latest/clappr.min.js"></script>
  13. <script type="text/javascript" src="//cdn.jsdelivr.net/gh/clappr/clappr-level-selector-plugin@latest/dist/level-selector.min.js"></script>
  14. <script src="https://cdn.jsdelivr.net/npm/clappr-chromecast-plugin@latest/dist/clappr-chromecast-plugin.min.js"></script>
  15. <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/clappr-pip-plugin@latest/dist/clappr-pip-plugin.js"></script>
  16.  
  17.  
  18. <body>
  19. <div id="player"></div>
  20. <script>
  21. var player = new Clappr.Player({parentId: "#player", autoPlay: "true", plugins: [LevelSelector, ChromecastPlugin, ClapprPIPPlugin], source: "insert_m3u8_here", chromecast: {appId: '9DFB77C0', contentType: 'video/mp4', media: {type: ChromecastPlugin.Movie, title: '/wooo/tube'}}, height:'100%', width:'100%'});
  22. </script>
  23.  
  24. </body>
  25. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement