Search results

  1. Dani

    2 seconds freeze in stream

    parameters from the client stream: cacheLocalResources: false constraints: {audio: false, video: true} display: div#DIVremoteVideo.display.center flashShowFullScreenButton: true mediaProvider: "WebRTC" name: "show49pmNN90yuAnV8210121170530867" __proto__: Object
  2. Dani

    2 seconds freeze in stream

    [root@cyber-net ~]# free -m total used free shared buff/cache available Mem: 32009 6844 369 1454 24795 23292 Swap: 2111 23 2088
  3. Dani

    2 seconds freeze in stream

    2021-01-21T09:04:41.041-0500: 2897.461: [GC (Allocation Failure) 2021-01-21T09:04:41.041-0500: 2897.461: [ParNew: 1088994K->44807K(1150208K), 0.0546900 secs] 1170951K->130591K(16649472K), 0.0551144 secs] [Times: user=0.49 sys=0.25, real=0.06 secs] 2021-01-21T09:05:15.752-0500: 2932.172: [GC...
  4. Dani

    2 seconds freeze in stream

    java -Xmx16G -Xms16G -XX:+UseConcMarkSweepGC -XX:NewSize=1024m -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70 -Djava.net.preferIPv4Stack=true -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.ssl=false...
  5. Dani

    2 seconds freeze in stream

    many of my streams has lags (stream freeze for 2 seconds than continues) . Is there a way to improve this ? what would be optimize settings to avoid these froze moments ? server cpu is less than 10% (load average 0.9, 1.19, 1.33) I've connected to the stream through several places and it...
  6. Dani

    can't open steam on iphone 11 and 12 while in a phone call.

    Finally figured out the issue with iphone11 and iphone12 - and it is reproduced with your own demo. You can't publish a stream while using the phone (regular call).
  7. Dani

    Webcallserver update hanged.

    last one was successful.
  8. 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
  9. Dani

    Webcallserver update hanged.

    running on CENTOS trying to upgrade from 5.2.454 to 5.2.874
  10. 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.
  11. 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...
  12. 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...
  13. 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 ?
  14. 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 ?
  15. 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...
  16. 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 ?
  17. Dani

    iphone video freeze

    thanks I will. you sample works on the iphone.
  18. 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: ")...
  19. 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
  20. 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...
Top