Search results

  1. S

    Embedding iframe player, audio-only mode available?

    Ok i learned it the hard way. After an update of the whole instance to the latest version and replacing the player.js it still not works. The iframe still shows the video part (which is blank if i only stream audio). I use <iframe id="fp_embed_player"...
  2. S

    Latest version not available via Amazon marketplace (only 5.2.944-systemd246 available)

    [ec2-user@ip-172-31-2-124 ~]$ sudo systemctl stop webcallserver [ec2-user@ip-172-31-2-124 ~]$ sudo /usr/local/FlashphonerWebCallserver/bin/webcallserver update sudo: /usr/local/FlashphonerWebCallserver/bin/webcallserver: command not found Doesn't work but this did sudo...
  3. S

    Embedding iframe player, audio-only mode available?

    Just wanted to update to the latest version, but its not listed on the Amazon marketplace :(
  4. S

    Latest version not available via Amazon marketplace (only 5.2.944-systemd246 available)

    Hi I wanted to install the latest version, but the only version that i can run on the Amazon marketplace is 5.2.944 The link that i use is: https://aws.amazon.com/marketplace/pp/prodview-krjasnhnkwyfu Best, Thomas
  5. S

    Embedding iframe player, audio-only mode available?

    Its not working for me :( I just replaced the player.js and restarted the Flashphoner service. But right now, (with the parameter set or removed), the video placeholder is still shown and the player isn't able to play anything (there is an endless spinner if i try to start playing)
  6. S

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

    Hi Sorry my bad again, i tried it with false too (like you requested) but its not working either (same error)
  7. S

    Embedding iframe player, audio-only mode available?

    Oh cool, thanks for the info :)
  8. S

    Embedding iframe player, audio-only mode available?

    Wow thanks a lot, i will try soon :) Is there a possibility to bring the fullscreen button back but only, if the parameter 'audioOnly=true' is not set and allowfullscreen='allowfullscreen' is set? This would be ideal since then, when using audio/video mode the user can use fullscreen and in...
  9. S

    Embedding iframe player, audio-only mode available?

    I cannot do this since it doesn't work in my VUE.JS application for Safari browsers (thread https://forum.flashphoner.com/threads/audio-not-working-when-using-safari-and-web-sdk-firefox-and-chrome-are-fine.13904/#post-29707)
  10. S

    Embedding iframe player, audio-only mode available?

    Hello version: 5.2.944 I am using WebCallServer 5 (hosted on AWS) and want to embed the player via an iframe. As i sometimes have an audio-only stream, i would like to only show the controls and no video player. How is that possible (i was looking for a flag like "audio-only" to pass to the...
  11. S

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

    It works for the iframe player, but i really net got get this to work in VUE.js. So how to i disable autoplay completely (i don't want it)? Its strange because the video/audio never starts automatic playback (i also don't want it)
  12. S

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

    Hey -I am using HTTPS -The preloader file is available -It works in the example with pure javascript Like i said i don't want to use any autoplay. I just want when the user clicks on the play button, there should be a stream.
  13. S

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

    Can it be that for enabeling the audio i have to use playFirstSound() somehow?
  14. S

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

    I have set my preference (this is the default, see https://support.apple.com/en-ca/guide/safari/ibrwe2159f50/mac) to Stop Media with Sound: Only videos that don’t have audio will autoplay. Once i set it to Allow All Auto-Play: All videos on the site can autoplay. it works (but i...
  15. S

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

    It was false before, and it still didn't work (so i set it to true but it also didn't work). With false is get The error that i catch is the return value of playFirstVideo() if (!this.isDesktop || browser.name == 'safari') {...
  16. S

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

    I changed the code to the following, but the error still exists (and i get the message in the dev console): The preloader video is shown before the current stream, but audio is still not displayed. Sometimes it doesn't work at all and sometimes it works after the first pause/resume...
  17. S

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

    Also this here didn't help this.LOCAL_STREAM = this.LOCAL_SESSION.createStream(options) this.LOCAL_STREAM.on(this.STREAM_STATUS.PLAYING, (previewStream) => { this.$toast.clear() this.streamWorking = true console.log('media provider: %s'...
  18. S

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

    I tried to unmute the audio on Safari browsers but this doesn't work. You get the muted stream, then you have to pause and resume (you see something in the console like "Found cached WebRTC instance..." it then it works. What am i doing wrong? loadVideo() { this.SESSION_STATUS =...
Top