-1

So i'm trying to play HLS streams on HTML5 without using Flash. We've tried many video players but they all relay on a flash player. My question, is it possible to play HLS streams (any) on HTML5 without using Flash?

(I know of the https://github.com/RReverser/mpegts but it doesn't work on mobile and is pretty laggy.)

  • which player did you use to play it? device? ios version? you can provide mediainfo? – Luka May 09 '17 at 12:17
  • What encoding format in your video? Check codec https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/FrequentlyAskedQuestions/FrequentlyAskedQuestions.html – karthikeyan May 09 '17 at 12:17

1 Answers1

0

m3u8 file is for live streaming. so please play your url in AVPlayer https://developer.apple.com/streaming/

MAhipal Singh
  • 4,745
  • 1
  • 42
  • 57