vime-js / vime

Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
https://vimejs.com
MIT License
2.75k stars 154 forks source link

vm-hls: Disable force HTTPS source data-src #297

Open thekhegay opened 2 years ago

thekhegay commented 2 years ago

Hello!

Is there way to disable force https in vm-hls data-src?

Example:

<vm-player controls [autoplay]="true">
    <vm-hls>
        <source data-src="http://any.com/live.m3u8" type="application/x-mpegURL">
    </vm-hls>
    <vm-ui></vm-ui>
</vm-player>

Error: https://any.com/live.m3u8 net::ERR_SSL_PROTOCOL_ERROR