Search results

  1. Max

    *URGENT* clients can't connect to the WebCallServer - I get 502 from activation is it related ?

    Good day. We experienced an outage on our licensing servers. The issue has been resolved, and we’re investigating the root cause. Nowall the servers should work.
  2. Max

    Axis Camera stream fails after upgrade from OS10 to OS11

    We received the dump and raised the ticket WCS-4594 to investigate the problem. Unfortunately, we should fix our pcap parser tool first, this take a time. If you could provide a direct RTSP link to the camera, this will speed up the main problem resolution.
  3. Max

    Flashphoner RTSP Configuration and streamName Usage Inquiry

    Hello. We tested on latest WCS builds 5.2.2300 and 5.3.126. A stream published in Conference example is successfully playing as RTSP rtsp://wcs:5554/room-76cfb7-fptest-1170 by the name found in rest-api/stream/find_all results. This also works on our demo server (build 5.3.119). May be you have...
  4. Max

    Axis Camera stream fails after upgrade from OS10 to OS11

    We did not receive pcap file. Please place it to Google Drive/OneDrive etc and send a link using this form.
  5. Max

    How do I record (re-publish) while simulcasting on SFU?

    Yes, you should mix audio and video streams, then republish the mixer output stream. Note that you should disable displaying audio only streams as black squares in mixer (that is enabled by default) mixer_show_separate_audio_frame=false
  6. Max

    Axis Camera stream fails after upgrade from OS10 to OS11

    Please provide a public RTSP URL using this form, our engineeers will check it. If you cannot provie a public RTSP URL, please collect RTSP dump: 1. Start Wireshark traffic capturing 2. Start VLC, open the camera RTSP stream 3. Play for one minute 4. Stop playing 5. Stop Wireshark traffic...
  7. Max

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

    Good day. We investigated the issue. Please update WCS to build 5.2.2299 and set the lower RTSP ports auditor timeout rtsp_ports_auditor_interval=1000 This should fix the issue.
  8. Max

    How do I record (re-publish) while simulcasting on SFU?

    Good day. The bridge function converting SFU tracks to WCS streams may be unstable, we do not recommend to use it in production. You can try multiple streams recording to record a multiple streams to the same file.
  9. Max

    Android 16 KB Alignment

    Добрый день. В сборке 1.1.0.70: - обновлена WebRTC библиотека до версии 134 - восстановлена сборка для устройств armeabi-v7a (в части сборок WebRTC эта архитектура была убрана, но потом ее вернули, так что мы восстановили поддержку) - нативные библиотеки пересобраны с выравниванием на 16 kB
  10. Max

    Балансировка

    Техническая документация доступна здесь: CDN 2.2, также есть статья на сайте с простым примером настройки ключей.
  11. Max

    Session cannot hold on windows 10 machine

    Good day. Please reproduce the issue on a staging server and collect a report as described. Then, send the report using this private form. Please also note that Windows 10 support ends soon, consider to use an actual system with full vendor support.
  12. Max

    Тестирование стриминга через OBS

    Добрый день. При публикации RTMP из OBS на транспортном уровне используется TCP, поэтому уже при публикации задержка будет от 1 до 3 секунд. Если нужны минимальные задержки, рекомендуется публикация WebRTC из OBS: Публикация WebRTC по протоколу WHIP и проигрывание потока у зрителей по WebRTC с...
  13. Max

    how to reduce steam cutoff / lags

    No, it is not needed
  14. Max

    how to reduce steam cutoff / lags

    Hello https://docs.flashphoner.com/static/WCS53/Working_with_the_server/Before_moving_to_production/ Please check the steps: 11. Java Heap 12. ZGC Submit a report via the private form cd /usr/local/FlashphonerWebCallServer/tools sudo ./report.sh --sysinfo --conf --tar Our engineers will...
  15. Max

    How to obtain a client’s sessionId (for /connection/find API) from WebSDK

    On AWS instance, the instance Id is used as default admin password. Please check.
  16. Max

    How to obtain a client’s sessionId (for /connection/find API) from WebSDK

    Good day. Websocket session Id is known at server side only, not at client side. So there is no way to get sessionId in WebSDK (and other SDKs) directly. You should use REST hook /connect to get a client sessionId at custom backend. Then, you can use this sessionId in /connection/find or similar...
  17. Max

    Upgrade from WCS 5.2.1264 to 5.3.109

    WCS 5.3 should work with the WCS 5.2 configuration Using nginx as reverse proxy may be better than direct connection at security point. For example, you can proxy websocker and http connections to WCS with user authentication on nginx.
  18. Max

    Issue with server update

    Hello We can't reproduce with demo server 5.2.2269 1. Publish stream https://demo.flashphoner.com/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.html 2. REST /rest-api/stream/startRecording curl -X POST "https://demo.flashphoner.com/rest-api/stream/startRecording" \...
  19. Max

    Upgrade from WCS 5.2.1264 to 5.3.109

    You should start WCS in root mode to bind one of the priileged ports: systemctl stop webcallserver /usr/local/FlashphonerWebCallServer/bin/webcallserver set-root-mode enabe systemctl start webcallserver Another option is to set up nginx based reverse proxy which listens port 443 and proxying...
  20. Max

    Upgrade from WCS 5.2.1264 to 5.3.109

    Yes, WCS 5.2 is also tested and working with JDK 21 We recommend you to deploy a staging server, update and test on it, then move it to production use.
Top