Now vue file contains other error: in this code
the second parameter of
And we still need a minimal example to launch (with src, assets and so on).
Code:
Flashphoner.playFirstVideo(document.getElementById("autoVideo"), true, this.PRELOADER_URL).then(() => {
this.playStream()
}).catch((e) => {
console.log('error occured: %s',e);
})
playFirstVideo
function should be false
for playing stream as we wrote above.And we still need a minimal example to launch (with src, assets and so on).