Search results

  1. Max

    Log folder

    You can also just remove a logs folder systemctl stop webcallserver rm -rf /usr/local/FlashphonerWebCallServer/logs then create a symlink to a custom folder ln -sf /path/to/custom/folder/logs /usr/local/FlashphonerWebCallServer/logs Then set the proper privileges to the custom logs folder...
  2. Max

    Access WebRTC stream using simple URL format

    Good day. WebRTC streams pulling needs a special signaling implementation. So you have the following options: 1. Make your application act as WebRTC playing client. In this case, you should implement a custom websocket signaling API: Raw WebSocket API 2. Capture the stream using RTSP or RTMP...
  3. Max

    MCU Support

    No. One mixer is created per one room. And this room mixer has a number of output streams, per every participant, without the voice of the participant, to prevent its own echo. Please read the article How many mixers can a server have? Please try to reproduce the issue on our demo server...
  4. Max

    Log folder

    If you need to place all the logs hierarchy to the custom folder, just replace all base path occurences ${com.flashphoner.fms.AppHome}/logs to a custom one. If you need to set only server logs location, change the path and file name in the following parameter only...
  5. Max

    REST hooking connectionStatusEvent or streamStatusEvent in RoomAPI

    We checked the report. According to the traffic dump and logs, WCS correctly parses your custom backend responses. But we see no requests forwarded by custom backend to the internal WCS RoomApp application http://wcs:8081/apps/RoomApp. This must be done because RoomApi logic is implemented in...
  6. Max

    REST hooking connectionStatusEvent or streamStatusEvent in RoomAPI

    You can also try to set up a reverse HTTP proxy (nginx for example) at front of backend server to fix its responses.
  7. Max

    Log4J

    If your customers are not satisfied by our explanation, there are the following options: 1. Call to independent experts who can parse log4j-1.2.17.jar from WCS distribution package and check if CVE-2021-44228 can be exploited. 2. Get the jar file from reload4j project reload4j-1.2.22.jar and...
  8. Max

    Log4J

    Good day. WCS uses Apache log4j 1.2.17. This old version does not support JDNI feature which is added since log4j 2.0-beta9. Therefore, CVE-2021-44228 vulnerability (and other JDNI vulnerabilities) cannot be exploited in WCS. The tests confirm that We referencing to the official Apache log4j...
  9. Max

    REST hooking connectionStatusEvent or streamStatusEvent in RoomAPI

    Unfortunately we can't reproduce the issue on PHP backend. Please reproduce it and collect a report including server logs using report.sh script and traffic dump at server side, then send using this form.
  10. Max

    Log folder

    Good day. You can change the settings in log4j.properties file: Logging settings in log4j.properties
  11. Max

    REST hooking connectionStatusEvent or streamStatusEvent in RoomAPI

    Yes, it should be HTTP/1.1 200 OK, both status code and response phrase are required May be. Note that connection may also be closed by library which is used by WCS (of course, we do not implement HTTP directly, but using Apache library to do the work). This is our new project which requires...
  12. Max

    Delay after 3 hour

    Hello, Played the RTSP stream on WCS for more than three hours. Delay is up to five seconds in the first few seconds and then does not increase with time. In VLC, the delay is about the same. There is an issue with the stream: unsync value is constantly growing. Please let know whether there is...
  13. Max

    Webcallserver in docker - Failed to connect to rtsp stream

    From the log, RTSP pulling fails cause port allocation fails (Failed to allocate port, No free ports available in the log), i.e. the ports are not accessible. Please check network configuration. Here is an article about docker container setup. Also, there is NoHttpResponseException issue, which...
  14. Max

    MCU Support

    Hello, With MCU, a new stream is published for each participant added to mixer, and that stream does not contain audio of the participant. There is MCU client example which plays such stream mixed for the participant.
  15. Max

    WCS 5.2.1431 Firefox 320x240 H264 stream not working

    Good day. We fixed the issue with keyframe detection in build 5.2.1460. Now, H264 320x240 stream published from Firefox on NVIDIA GPU should play correctly. Please note that in the dump you provided there is only one keyframe in the beginning of the stream, so it may not play for subscribes who...
  16. Max

    Нет исходящего аудио-потока в Chrome

    Добрый день. Проверьте, работает ли публикация потока только с аудио в Chrome в примере Media Devices: Убедитесь, что в статистике слева отображается число отправленных пакетов, проиграйте этот же поток в том же примере с сервера. Если поток играет, убедитесь, что Вы указали правильные...
  17. Max

    REST hooking connectionStatusEvent or streamStatusEvent in RoomAPI

    Good day. The latest public WCS build is 5.2.1452, not 1453. Please check if Conference example works with a default application http://localhost:8081/apps/RoomApp. If yes, you did not probably pass any REST hooks from your custom application to default RoomApp. This must be done because a...
  18. Max

    Webcallserver in docker - Failed to connect to rtsp stream

    Good day. Please check if RTSP source is available from inside the container (ping the source IP, try to connect to the source using static ffmpeg build).
  19. Max

    Ошибка при активации

    Проверили Ваш сервер. Действительно, лицензия была ранее активирована на другом сервере, который, возможно, был удален без деактивации. В этом случае лицензия типа Standalone блокируется. Сейчас лицензия разблокирована, можете ее активировать. Обратите внимание: если будете мигрировать этот...
  20. Max

    How to stream to YouTube

    Good day. Please ensure you've set the following parameters in flashphoner.properties rtmp_transponder_full_url=true rtmp_transponder_stream_name_prefix= rtmp_flash_ver_subscriber=LNX 76.219.189.0 rtmp_transponder_send_metadata=true Also please check if you can stream to Youtube from OBS...
Top