Search results

  1. Dani

    stream freezes every ~30 seconds for 2 seconds

    I have changed the createStream to TCP transport and still I get this freeze every 1 min for 2 seconds. can you recheck (the credentials I gave you still works) This is not a bandwidth issue - as I both my source and destination are using fiber optic high speed connection. one hint I might have...
  2. Dani

    how can I debug startStream fail status ?

    18:20:44 WARN webrtc - Track contentHint unsupported flashphoner.min.js:19:427421 WebRTC: ICE failed, add a STUN server and see about:webrtc for more details FAILED startStreaming
  3. Dani

    stream freezes every ~30 seconds for 2 seconds

    ssh key provided
  4. Dani

    stream freezes every ~30 seconds for 2 seconds

    I have a problem with the stream once I connect it to another user: when I connect to the server (and see my own stream) everything works ok. on the other side the stream get frozen every minute for few seconds. how can I figure out what is causing this and how to fix it ? (upload is wide...
  5. Dani

    Updated crt and key via the :8888 admin console - but I see it didn't change anything

    I've uploaded crt and key files via admin->security->certificate But I check the current certificate on the site and it is still the old ones. Am I missing something ?
  6. Dani

    Error in saving the stream

    Last night we had a strange error for 90 min (which resolved itself) The video stream (that has only sound) was not recorded correctly. All the files are 4K in size. any idea what might caused that ? I'm attaching one sample file.
  7. Dani

    How can I debug session.createStream function ?

    If I set TCP will it try UDP first and than if fails go to TCP ?
  8. Dani

    How can I debug session.createStream function ?

    The server is reachable, as all the clients can connect but one - believe it is a NAT issue, but it's on the client side. I've installed a VPN on the client and the issue was resolved. Question - is there a way to resolve this without VPN ? The client wasn't aware of the NAT (it was the ip he...
  9. Dani

    Failed by ICE timeout - Server behind NAT

    in 2 way streaming - if one of the parties is behind NAT it can happen as well. any idea how to fix it ?
  10. Dani

    How can I debug session.createStream function ?

    this is what I've got: other: Failed by ICE timeout
  11. Dani

    How can I debug session.createStream function ?

    I have this function but when it fails - it doesn't reach the first console.log and I can't tell why it's failing. how can I debug this ? session = Flashphoner.getSessions()[0]; session.createStream(optionsStreamVid).on(STREAM_STATUS.PUBLISHING, function (streamOutV)...
  12. Dani

    Best practices with video resolution and frame rate

    I will try. I see something - that I'm not sure what is the source of this: every 60-90 the video stream freeze for 2 seconds and than continues. sound stream is ok. any idea how to fix this ?
  13. Dani

    Best practices with video resolution and frame rate

    If my site uses many different cameras (from each "user") what is the best practice for 2 way streaming regarding resolution and frame rate ? should I create a stream based on each camera settings or create fixed settings for all streams ? If the camera is 30 fps and I set a stream to be 25...
  14. Dani

    After upgrading flashphoner can't get it to work

    Works perfect ! Thanks.
  15. Dani

    After upgrading flashphoner can't get it to work

    Server does work (production) but I have a strange issue: after running systemctl start webcallserver - this is what I get as systemctl status webcallserver: root@cyber-net bin]# systemctl status webcallserver ● webcallserver.service - Flashphoner WebCallServer Loaded: loaded...
  16. Dani

    After upgrading flashphoner can't get it to work

    is this change related to the update? it worked before this upgrade. thank you for the analysis
  17. Dani

    After upgrading flashphoner can't get it to work

    I've posted the ssh details and private key. the problem occurred on the cloned server
  18. Dani

    After upgrading flashphoner can't get it to work

    Hi Max, I've reverted the server back to the old image, as the system should be kept running. I can try redoing it next week at the same time - if this is working time on your side, as I have a short window when I can keep the system "down" for debugging this.
  19. Dani

    After upgrading flashphoner can't get it to work

    I've used the automatic update for WebCallServer - try to start with systemctl start get me these errors: ● webcallserver.service - Flashphoner WebCallServer Loaded: loaded (/etc/systemd/system/webcallserver.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code)...
Top