1

I have jwplayer set up with an hls stream, it works fine.

I need to implement this on a page using the tag however. I cannot find documentation to support using JWPlayer as object for use with HLS streams. All combinations of variables I use seem to fail.

I'm willing to use another OSMF based player if it could be easier to use object and an hls stream.

Thanks if you can help. :)

user3408672
  • 23
  • 1
  • 4

1 Answers1

2

(Posting my comments as the answer, for posterity.)

In JW Player 6, you must use the jwplayer.js script to embed the video. You can't use an object tag (or a video tag, for that matter).

JW Player 5 allowed the use of the object tag, but has no HLS support. In addition, all support for JW Player 5 ends on July 1, 2014.

MisterNeutron
  • 3,359
  • 3
  • 17
  • 20