Advertisement
Guest User

tv publica

a guest
Jun 30th, 2018
756
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <script src="//ssl.p.jwpcdn.com/player/v/8.0.12/jwplayer.js"></script>
  2. <script>jwplayer.key = 'XSuP4qMl+9tK17QNb+4+th2Pm9AWgMO/cYH8CI0HGGr7bdjo';</script>
  3. <div id="player"></div>
  4. <script>
  5. var playerInstance = jwplayer("player");
  6. playerInstance.setup({
  7. file: "https://secure-playlist.livestream.com/streams/27406445_8272365_lsirqb4d4d01t1u30jj_1/media/[email protected]?dw=14400&token=1530554311_480ab3f556a5412a2afac1f8890b8df89d6f33f8&ts=1530378000",
  8. androidhls:"true",
  9. aspectratio: "4:3",
  10. type: "hls",
  11. width: "100%",
  12. height: "100%",
  13. withCredentials: false,
  14. cast:{ },
  15. autostart: false,
  16. sharing: { },
  17. title: "Kahsad TV - TV Pública",
  18. description: "Ver en vivo el canal TV Pública de manera gratuita.",
  19. image: 'https://i.imgur.com/QHnp1DZ.jpg'
  20. });
  21. playerInstance.on("play", function(){
  22. console.log(jwplayer().getPosition());
  23. jwplayer().seek(-30);
  24. console.log(jwplayer().getPosition());
  25. });
  26.  
  27.  
  28. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement