I\'m trying to make a online stream player with JW Player 6.
If I create a smil file with all the quality version of streams and use the code below it works fine:
Defining type of source solves the problem.
sources: [{ file: "/player/smil.asp", type: "rtmp" }]
Thanks to Ethan for his patience.