flowplayer / flowplayer-hlsjs

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

hlsjs: Video file not found #95

Closed Instacker closed 7 years ago

Instacker commented 7 years ago

I have litle problem with my m3u8 Video - some how the player isn't able to find it , even it url is correct. So i tested it with demo file from flowplayer.org and that works. Only my files dosn't seem to work. The problem is: I'm very new to hls streaming and I need some help. - The test page

My M3U8 File

My setup:

<div class="flowplayer" data-ratio="0.5625">

    <video>
        <source type="application/x-mpegurl" src="https://instacker.com/upload/canyonlands_national_park_utah_usa/canyonlands_national_park_utah_usa.m3u8">
    </video>

</div>

Full Video Download I converted a mp4 file to the m3u8 format with Vodobox HLS Encoder

phloxic commented 7 years ago

@Instacker - thank you for the links and demo page.

Your stream is not delivered with the required CORS headers: https://flowplayer.com/docs/plugins.html#hlsjs-server-side Aside: for the Flash HLS failover the crossdomain.xml policy file at your server root is missing: https://flowplayer.com/docs/setup.html#cross-domain

As this is a usage question, and of common interest, please ask these kind of questions in our public forum https://flowplayer.com/forum in the future. Thanks.

Instacker commented 7 years ago

Oh sry for that - I wasn't shure where to ask. But I relly appreciate your Help thanks