Search results

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

    How can I debug session.createStream function ?

    If I set TCP will it try UDP first and than if fails go to TCP ?
  3. 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...
  4. 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 ?
  5. Dani

    How can I debug session.createStream function ?

    this is what I've got: other: Failed by ICE timeout
  6. 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)...
  7. 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 ?
  8. 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...
  9. Dani

    After upgrading flashphoner can't get it to work

    Works perfect ! Thanks.
  10. 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...
  11. 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
  12. 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
  13. 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.
  14. 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)...
  15. Dani

    someone is spamming my thread - can you remove his answers ?

    https://forum.flashphoner.com/threads/unable-to-mux-webm.14046/
  16. Dani

    unable to mux webm

    I'll try that. I don't know if this belongs to a new thread - but I see we have issues with the muxed files. when I check the ffmpeg log I get these errors: [mp4 @ 0x14a4da0] Non-monotonous DTS in output stream 0:1; previous: 24533609, current: 21660000; changing to 24533610. This may result in...
  17. Dani

    unable to mux webm

    One more update- looks like restarting WebCallServer will solve this to new recordings (but not for the already made) plus - we now know that it solves it for a period of few days and then the error resume....
  18. Dani

    unable to mux webm

    tried - same error: ffmpeg version 4.4.1-full_build-www.gyan.dev [matroska,webm @ 0000021e7b5ed080] Length 8 indicated by an EBML number's first byte 0x01 at pos 1427 (0x593) exceeds max length 4. [matroska,webm @ 0000021e7b5ed080] Element at 0x4b ending at 0x804dbb8c53abd8 exceeds containing...
  19. Dani

    unable to mux webm

    sh49VID2020319.webm: Error in the Matroska file structure at position 303. Resyncing to the next level 1 element. Resyncing successful at position 4527. sh49VID2020319_s.webm: Error in the Matroska file structure at position 303. Resyncing to the next level 1 element. Resync failed: no valid...
  20. Dani

    unable to mux webm

    It happened again, from Jan 1st I can't mux again with this error: [matroska,webm @ 0x1572f40] Invalid EBML number size tag 0x01 at pos 1427 (0x593) sh978VID2020270.webm: Input/output error Nothing was updated on the server. I've uploaded the sample files using your form, and this is my ffmpeg...
Top