Search results

  1. Dani

    Webcallserver update hanged.

    last one was successful.
  2. Dani

    calling https://myserveraddress:8444/rest-api/push/terminate gives an error

    exception "java.lang.NullPointerException" path "/rest-api/push/terminate" error "Internal Server Error" message null timestamp 1611119681055 status 500
  3. Dani

    Webcallserver update hanged.

    running on CENTOS trying to upgrade from 5.2.454 to 5.2.874
  4. Dani

    Update to latest wcs server and client -

    I think this issue was related to a failed upgrade. I've retry the new iPhone on my test env and both worked. I will retry to install the upgrade manually and hopefully it will resolve this.
  5. Dani

    Update to latest wcs server and client -

    We've done all the tests on iphone XR 14.3 After updating server code and client version to latest on production servers iphone xr works great, but iphone 12 and 11 can't open the camera.... is there any changes in the code needed to be done to support iphone 11 and 12 that are not needed for...
  6. Dani

    Webcallserver update hanged.

    Webcall server update got hanged. It looks like it hanged with process chgrp running. hitting break on the process - and running update again - says it's already up to date. but - now - it can only be started at /usr/local/FlashPhonerWebCAlServer/bin/webcallserver start trying to start though...
  7. Dani

    Setting quality based on internet bandwidth

    Is there a way to change the stream quality if the internet bandwidth is good ? there is the target div dimensions, the camera resolution and the steam quality - is there a way to make a better "stream" when I know both sides has good internet connection ?
  8. Dani

    iphone video freeze

    Well. looks like I almost solve everything. The only issue left - Iphone doesn't play the sound of the remote stream. it works on android and on pc, but not on iphone. any idea how canI fix it ?
  9. Dani

    iphone video freeze

    I am not sure why - but changing this code: Flashphoner.init({ flashMediaProviderSwfLocation: 'flash/flashphoner/media-provider.swf', receiverLocation: 'scripts/flashphoner/dependencies/websocket-player/WSReceiver2.js', decoderLocation...
  10. Dani

    Function documentation

    Where can I find documentation on the Flashphoner functions ? (all parameters and options ? ) looking for the init function but I can find only examples, is there a function documentation somewhere ?
  11. Dani

    iphone video freeze

    thanks I will. you sample works on the iphone.
  12. Dani

    iphone video freeze

    I've pushed the code inside the promise of the play first viedo - but I still get the same error message: console.log("Browser.IsWebRTC: " + Browser.isSafariWebRTC().toString()); if (Browser.isSafariWebRTC() || mediaProvidFP === "MSE") { console.log("trying to run playFirstVideo Remote: ")...
  13. Dani

    iphone video freeze

    I will try to push the code inside. but this code works on android. doesn't work only on iphone. I will update
  14. Dani

    iphone video freeze

    the Rejection notice is on play function I believe. this is my code: from the log I can see this text: console.log("remote pass playfirst video, calling start"); I can see the AddEventListener and I can even see once the showVidW: 480 - showVidH: 270 log message but then I get the...
  15. Dani

    iphone video freeze

    the call for playFirstVideo pass. Then I create the stream session.createStream(optionsPlayVid).on(STREAM_STATUS.PLAYING, function (prvStream) and get this on the console: Unhandled Promise Rejection: NotAllowedError: The request is not allowed by the user agent or the platform in the current...
  16. Dani

    iphone video freeze

    What is PRELOADER_URL ? I tried using it as is - and it says it can't find the variable.
  17. Dani

    Cloned server stopped working

    03:23:31,570 INFO Subscription - Subscription Thread processSuccessPingResult result: PingResult{status='success'} 03:23:31,570 INFO Subscription - Subscription Thread Subscription success, connection repaired or subscription has been renewed after a temporary cancellation...
  18. Dani

    Cloned server stopped working

    is it possible it's a licensing issue ? btw https://www.myserveraddress.com:8888/client2/examples/demo/streaming/streamer/streamer.html doesn't work on my production server as well. but production server is working.
  19. Dani

    Cloned server stopped working

    I've cloned the server few months ago to run some tests on upgraded version. boot it up today - and run update - Server is now upgraded to v.0.5.28.2753-5.2.871-f5d67cfdeda1422e35c1ed5482468ba8d96a502c my code can't connect to the server - what would be the steps to verify server status ? how...
  20. Dani

    Big Sur MAC update possible issue with voice streaming

    I've notice something strange on a new Big Sur MacBook Pro - on a 2 way call video + sound one channel (voice) sounds scrambled for about a minute until it starts working ok. We haven't seen this in any other setup yet. I'm will try tomorrow with another MacBook to see if it's consistent. was...
Top