Recent content by chpat

  1. C

    Update docker image (recent OS and JDK)

    Thank you for your concern. We are running on production with docker for 4 years now. I was talking about upgrading the image :-D . Best regards,
  2. C

    Production down with message "com.flashphoner.server.B.A.G: No free ports available"

    Hi, Quick follow up. Sorry I didn't sent the report. We did enable log4j.logger.RtspPortManager=DEBUG and the issue totally disappeared. We removed this configuration and the production was down within 4 days. We put back the setting, and our production is running flawlessly for the last 3...
  3. C

    Update docker image (recent OS and JDK)

    Thanks a lot ! We will use it in production for our next deployment (expected in 2026). Will report any issue.
  4. C

    Production down with message "com.flashphoner.server.B.A.G: No free ports available"

    Thanks for your help. I had log4j.logger.RtspPortManager=ERROR and change it to log4j.logger.RtspPortManager=DEBUG Do I wait for the issue to occur again, and THEN I send you the logs ? How much log duration do you want ? Before and after the event ? Because we are rotating these logs quite...
  5. C

    Production down with message "com.flashphoner.server.B.A.G: No free ports available"

    Hi, We updated to 5.2.2192 and went into production (docker image). This morning the issue reappear and our streaming service was down until we restarted the application. Please find below our configuration, the log, and a dashboard with our metrics. Thank you for your help. # cat...
  6. C

    Send logs to stdout when using WCS docker image

    Hi @JoshLaw I already tried this without success. If you have the right config example I am interested, of course.
  7. C

    Production down with message "com.flashphoner.server.B.A.G: No free ports available"

    Hello, We are using WCS and WebRTC in production. Every 8-9 days, Flashphoner freeze and refuse new connections. In the log, we are seeing a LOT of : 20:35:50,987 ERROR RtspAgents - Can't create rtspClient Mar 13 20:35:50 flashphonerprod000000 bash[3564236]...
  8. C

    Send logs to stdout when using WCS docker image

    I added the following line in run-wcs.sh after the webcallserver start tail -n0 -F /usr/local/FlashphonerWebCallServer/logs/server_logs/flashphoner.log & It's a bit hacky but it works as expected. Thanks
  9. C

    Update docker image (recent OS and JDK)

    Thanks a lot :-D .
  10. C

    Update docker image (recent OS and JDK)

    Hello, We are currently using WCS latest docker image in production. As we are using WebRTC, some ports are directly accessible from internet. We saw that the current docker image is based on Ubuntu 18.04, which is EOL for several years now. We also would like to use newer JDK, as you...
  11. C

    Send logs to stdout when using WCS docker image

    Hello, Using latest version of Flashphoner, I was not able to get the app to log to stdout. I am using the latest public docker image. When I start the app with a docker run, I get all the output from the script run-wcs.sh (startup logs, license activation, etc.) but nothing else. Logs are...
Top