Search results

  1. Dani

    Stream failure after 60 seconds on chrome

    Server Version: FlashphonerWebCallServer-5.2.175-ddf5396db023f3126e2f6b1111374a72c018e101 Chrome version: 75.0.3770.142 SDK: from Jul 4 (not sure how to tell the version) : -rw-r--r-- 1 root root 760626 Jul 4 23:55 flashphoner.min.js possible...
  2. Dani

    Stream failure after 60 seconds on chrome

    We've noticed on 3 different computers something new from today - the session is disconnected after 60 seconds, only from chrome. I will update this post with versions for chrom, websdk and wc server in a few min
  3. Dani

    issues with chrome 75, firefox and edge

    this is a strange case - same computer: on chrome (75.0.3770.100)- I loose the stream (FAILED) after 60 seconds (with no reason) on firefox - the stream "works" but no video is shown (I do get these messages: navigatoe.getUserMedia is deprecated WARN core mediaSteamError { name: "AbortError"...
  4. Dani

    IOS 12.2 and 12.3 problems with video stream

    do I need to upgrade the server side as well to latest or just the client2 folder and the code embeded in my web site ?
  5. Dani

    0.5.28.2753.99 - still dropping after 70 seconds

    I tested with both (99 and 100) latest is 101. fails on both. I will try to collect the logs as described next morning.
  6. Dani

    0.5.28.2753.99 - still dropping after 70 seconds

    I've try to use this new code, but 12.3.1 drops after 70 seconds. I actually using an older version of yours and it works ok on some of the phonse - as long as I turning off any WEBRTC feature in the safari advanced settings under experimental feature. Is there any fix on the way ?
  7. Dani

    on(STREAM_STATUS.FAILED, function () {

    I am not sure how to adapt - should I replace playStream() function with publishStream() function ? should I react differently to FAILED status and UNPUBLISHED ? Updated code: var retryToRestartTimeout = 3000; //ms var addMilesecondsToRestartTryOnEveryFailed = 1000; //ms...
  8. Dani

    Experiencing a lot of disconnections after 30-63 seconds

    what is the link to this app ?
  9. Dani

    on(STREAM_STATUS.FAILED, function () {

    the link you put here is to this post.... I don't think I do playback - both sides publish live stream - is that what you mean ? The problem is that in iphone the phone side get disconnected after 1 min. I want to restart the camera and publish the stream or better - prevent it from disconnecting.
  10. Dani

    on(STREAM_STATUS.FAILED, function () {

    we're publishing live stream (it's a chat app) so both side can send video. Would the code be changed in that case ? For some reason - and only on iphone, the stream "Stops" after 1 min.
  11. Dani

    Experiencing a lot of disconnections after 30-63 seconds

    This is not rotation issue - the phone is sitting on a desk. We're on 5.2.146 on the server. and latest sdk available (may 27th) I will update the server to 175.
  12. Dani

    on(STREAM_STATUS.FAILED, function () {

    here is my code: let me know if it should work: var retryToRestartTimeout = 3000; //ms var addMilesecondsToRestartTryOnEveryFailed = 1000; //ms var retryMaxTimes = 100; var retryCount = 0; var isManualStopped =...
  13. Dani

    Experiencing a lot of disconnections after 30-63 seconds

    now one side of the stream is alive but the other side (we use 2 streams ) but I see now that the video has lags that it didn't used to have before. This works for 12.2 but not for 12.3.1 - they keep disconnecting after short period.
  14. Dani

    Experiencing a lot of disconnections after 30-63 seconds

    log sent again via wetransfer.com
  15. Dani

    Experiencing a lot of disconnections after 30-63 seconds

    Any update ? Iphone 12.2 and above cant hold a session longer than a min.
  16. Dani

    Experiencing a lot of disconnections after 30-63 seconds

    I've sent server log from the last incident.
  17. Dani

    on(STREAM_STATUS.FAILED, function () {

    Is there a way on this call - to order flashphoner to try to reconnect the stream rather than shut down ?
  18. Dani

    Experiencing a lot of disconnections after 30-63 seconds

    I have tested iphone 7 with 12.2 - got disconnected after a minute- both on 4g and on wireless. This wasn't so bad before. continuing my previous question - how can I debug this ?
  19. Dani

    Experiencing a lot of disconnections after 30-63 seconds

    Is there a way to instruct the server or the client to try and keep the connection rather then throw STREAM_STATUS.FAILED upon small disconnections ? most issues are on mobile (iphone and android) but also on some desktops. Here is my server setup: port_from =30000 port_to...
  20. Dani

    IOS 12.2 and 12.3 problems with video stream

    it didn't solve the problem, 12.2 and 12.3 works, 11.4 doesn't work.
Top