Search results

  1. Max

    Encrypted SSL

    Please share your full nginx config. See also: Full nginx configuration file example: https://docs.flashphoner.com/pages/viewpage.action?pageId=23037755#WebsockettrafficproxyingforWebRTCpublishing/playing-ReverseproxysetupwithbasicauthenticationforWebsocket Listen directive is not allowed...
  2. Max

    [Android] Issue with Android Media Devices example.

    Good day. If the application goes to background, it can't use camera. You should launch a service from application activity to continue streaming: Stream publishing from Android application in background mode Those methods just mute/unmute realtime audio and video. If publisher speaks...
  3. Max

    Web Call Server sometimes play stream with WebRTC media provider has show error FAILED: Failed by ICE timeout

    Good day. Please check if media ports set in flashphoner.properties file are not blocked media_port_from=31001 media_port_to=32000 See this doc: Port routing checking
  4. Max

    Unreponsive due to high CPU usage

    We fixed the issue in WCS build 5.2.1924. Please update and check.
  5. Max

    Too many open websocket connections

    We fixed the issue in WCS build 5.2.1924. Please update and check.
  6. Max

    cli apps

    There is no message Route not found returned by WCS in response on /multipleRecorder/add query. Check what exactly is returned. May be Stream not found or Recorder not found. You can check if stream exists by /stream/find query and if recorder exists by /multipleRecorder/find_all query.
  7. Max

    cli apps

    Hello This is your custom URL. This is because your URL should pass request to default app to get this working. 1. You have custom URL, i.e. /myApp 2. Default URL is /RoomApp 3. Your custom URL receives HTTP request /myApp/connect 4. You should forward this request to /RoomApp/connect 5. The...
  8. Max

    Проблемы с конвертацией из webm в mp4 и c сохранением записи стрима.

    Заметили, что большая часть из потоков, которые не записались, опубликованы из приложения с использованием iOS SDK. Рекомендуем обновить версию до 2.6.122, у нас в примере Conference с этой версией на устройстве с iOS 17.2 проблема не воспроизводится. Также рекомендуем вам исключить...
  9. Max

    Проблемы с конвертацией из webm в mp4 и c сохранением записи стрима.

    Добрый день. Во всех этих случаях выглядит так, что от клиента не получен либо получен, но не разобран ключевой кадр, поэтому не стартовала запись. Потоки 153249-1845_f2a26693-69e9-4005-9c23-fd0c8fc4abdb, 153041-3827_A19B43F0-E6A3-4138-BC29-946992AA082A...
  10. Max

    Synchronization problem on multi-stream mixing

    Please check if you set the transport explicitly at frontend with stream option: room.publish({ display: display, constraints: constraints, record: false, receiveVideo: false, receiveAudio: false ... transport: "UDP", ...
  11. Max

    Synchronization problem on multi-stream mixing

    Did you restart WCS? The option requires restart to be applied
  12. Max

    Synchronization problem on multi-stream mixing

    Media session id is the server side entity. You should use REST API /stream/find to find participant streams by name, and get media session id from response POST /rest-api/stream/find HTTP/1.1 Host: 192.168.1.101:8081 Content-Type: application/json { "name":"room-aaf982-user2-3df5"...
  13. Max

    Synchronization problem on multi-stream mixing

    Good day/ This setting is not available since a very old builds. You cannot use it. This is probably due to bad channel quality of a source stream publishing. You can use lower resolution/bitrate to publish a stream or switch to TCP transport ice_tcp_transport=true
  14. Max

    Problem with latest versions 1914 and 1920

    Good day. We raised the ticket WCS-4061 to perform load tests and try to reproduce the issue.
  15. Max

    Unreponsive due to high CPU usage

    We raised the ticket WCS-4061 to perform load test and try to reproduce the issue.
  16. Max

    room module error

    Good day. Please check if the issue reproducing in the Conference example? If not, please modify the source code minimally to reproduce the issue and send us the code using this form.
  17. Max

    Ищем Android разработчика с опытом работы с Flashphoner

    Добрый день. Данный форум предназначен для технической поддержки продуктов Flashphoner. Используйте специально отведенные места для поиска сотрудников.
  18. Max

    Too many open websocket connections

    Hello We issued internal ticket WCS-4061 for load tests and investigation of reported issue. Please send us a report sudo /usr/local/FlashphonerWebCallServer/tools/report.sh --sysinfo --conf --tar And zip server_logs/flashphoner.log and other hourly rotated logs related latest version. Based...
  19. Max

    frameDecoded writePixel yuv420 wrong colors

    Good day. Since WCS build 5.2.1914 we added the method Frame.rewriteData() to update frame data not by pixel, but as a solid byte array. This allows to use OpenCV RBG to YUV I420 convertion function and render its result properly. Please see the detailed example here: Decoded frames interception...
  20. Max

    Too many open websocket connections

    Sorry for inconvinience. There is no command line key --jstack because report.sh script collects jstack dump in any conditions. So you can call it like sudo /usr/local/FlashphonerWebCallServer/tools/report.sh --sysinfo --conf --tar then send us the report archive
Top