Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. var playerInstance = jwplayer("target");
  2. playerInstance.setup({
  3. file: "rtmp://mystreamhere",
  4. autostart: true,
  5. repeat: "always",
  6. primary: "flash",
  7. controlbar: "none",
  8. icons: false,
  9. width: "100%",
  10. aspectratio: "16:9"
  11. });
  12.  
  13. bandwidth: "1.79769313486231e+308"
  14. bufferfill: 0
  15. qualitylevel: 0
  16. screenwidth: 820
  17. transitioning: "false"
  18.  
  19. file: "rtmp://mystreamhere",
  20.  
  21. stretching: "exactfit",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement