audio not working when using Safari and Web SDK (Firefox and Chrome are fine)

Max

Administrator
Staff member
Now vue file contains other error: in this code
Code:
            Flashphoner.playFirstVideo(document.getElementById("autoVideo"), true, this.PRELOADER_URL).then(() => {
              this.playStream()
            }).catch((e) => {
              console.log('error occured: %s',e);
            })
the second parameter of 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).
 

Max

Administrator
Staff member
Please provide a minimal Vue JS project ready to build and test in which the issue is reproducing. Standalone vue file is not enough. Please use this form to send.
 

Max

Administrator
Staff member
Good day.
Since Web SDK build 2.0.202 we've added Two Way Streaming application example in Vue.js. Please read this doc and review GitHub sources.
In our tests, audio only streams are successfully playing in iOS Safari, and audio+video too.
 
Top