Parent pages:
  1. Home
  2. Blog
  3. Media streaming with JW Player

Media streaming with JW Player

If in latest versions of JW Player — popular Flash-based player of audio and video files and streams — playing audio stream spontaneously stops in several seconds after start, the just add duration variable with -1 value to flashvars parameter of Flash movie (which is JW Player):

<param name="flashvars" value="file=http://example.com:8000/stream.mp3&amp;duration=-1&amp;…" />