0

is it possible to embed an m3u8 stream? i tried several players and stuff but it just don't play, is it something about crossdomain?

here is what i got

https://html.house/f16jzx1y.html

  • 5
    Possible duplicate of [Playing m3u8 Files with HTML Video Tag](https://stackoverflow.com/questions/19782389/playing-m3u8-files-with-html-video-tag) – ventiseis Mar 31 '19 at 21:00
  • some streams work, some others wont, i guess some of them are domain protected? because i can watch it on VLC no problems –  Apr 01 '19 at 10:02

1 Answers1

0

You must configure CORS server side. If you do not control the server, then it’s not possible to embedded the stream in another domain. That is exactly the purpose of CORS.

szatmary
  • 29,969
  • 8
  • 44
  • 57