Search results

  1. 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...
  2. Dani

    Experiencing a lot of disconnections after 30-63 seconds

    what is the link to this app ?
  3. 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.
  4. 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.
  5. 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.
  6. 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 =...
  7. 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.
  8. Dani

    Experiencing a lot of disconnections after 30-63 seconds

    log sent again via wetransfer.com
  9. 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.
  10. Dani

    Experiencing a lot of disconnections after 30-63 seconds

    I've sent server log from the last incident.
  11. 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 ?
  12. 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 ?
  13. 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...
  14. 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.
  15. Dani

    flashphoner is occupying port 443

    How can I remove flashphoner from this port - I need it for another service (it change after installing the latest version over my previous one)
  16. Dani

    IOS 12.2 and 12.3 problems with video stream

    old version was 5.1.3483 current version is: 5.2.146 the js version - I am not sure, how can I tell from the js file which version is it ? current version (that has issues with 11.4) is 0.5.28.2753.96
  17. Dani

    IOS 12.2 and 12.3 problems with video stream

    maybe I should open a new thread - but once we've upgraded to the latest version IOS 12.2 and 12.3 works perfect but 11.4 stopped working. any idea what happened ?
  18. Dani

    after upgrading flashphoner to 5.2 - can't access the mgmt at port 8888

    but I want to see the flashphoner admin page. and I get the test page.... on 8444 with admin user...
  19. Dani

    IOS 12.2 and 12.3 problems with video stream

    updating to the latest flashphoner.js solved this.
  20. Dani

    after upgrading flashphoner to 5.2 - can't access the mgmt at port 8888

    This is what I see after I login with admin. this is on 8444. on 8888 I get windows authentication that my former colleuge probably set up - and I don't know where is the passwd file (conf settings for your web server) to remove it.
Top