flowplayer / flowplayer-hlsjs

Flowplayer HLS.js plugin
MIT License
81 stars 35 forks source link

hlsjs video file not found from internet | ok local #107

Open qwrty-ftw opened 6 years ago

qwrty-ftw commented 6 years ago

Hi there :)

Try to find out my problem about HLSJS with flowplayer.

When i start OBS and connect to my stream from my web page (http://MY.LOCAL.IP:9090) locally everything is fine and i see the stream.

HTML code of my page for src file:

src="http://MY.LOCAL.IP:9090/live/monstream/index.m3u8">

but when i try to connect from internet with my web page modified:

src="http://MY.EXTERNAL.IP:9090/live/monstream/index.m3u8">

i got "hlsjs video file not found"

Nginx config:

https://pastebin.com/ggBdAsRb

Any idea ?

Thank you !

bbbo commented 6 years ago

Please use the forums for usage questions.

What do the browser network and script console reveal about access problems to the m3u8?

Please post a link to a MINIMAL sample page with the external setup.