AirenSoft / OvenPlayer

OvenPlayer is JavaScript-based LLHLS and WebRTC Player for OvenMediaEngine.
https://OvenMediaEngine.com/ovenplayer
MIT License
498 stars 124 forks source link

Vue 3 doesnt work Error initializing HLS. #401

Open zdimaz opened 7 months ago

zdimaz commented 7 months ago

Vue 3 doesnt work Error initializing HLS.

All version in Beta

<OvenPlayerVue3 :config="videoConfig">
</OvenPlayerVue3>

const videoConfig = ref(computed(() => ({
    autoStart: true,
    autoFallback: true,
    mute: false,
    sources: [{
        type: 'hls',
        file: 'https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8' // test
    }],
    hlsConfig: {
        liveSyncDuration: 1.5,
        liveMaxLatencyDuration: 3,
        maxLiveSyncPlaybackRate: 1.5
    }
})))
SangwonOh commented 5 months ago

@zdimaz Hi. Please refer this issue https://github.com/AirenSoft/OvenPlayer/issues/333