Search results

  1. Max

    Can't establish a WebSocket connection in Win 11

    Please also check if you're using a valid domain with a valid SSL certificate to connect from Win 11 PC. If not, you must either use a valid SSL certificate or open WCS websocket URL from Win 11 PC in Chrome as https://your_wcs_ip_address:8443 before establishing websocket connection and accept...
  2. Max

    Can't establish a WebSocket connection in Win 11

    Good day. Please check if port 8443 on WCS instance is available from Win 11 PC: Port routing checking. If this is available please reproduce the issue and collect a report at server side: Getting logs with report.sh script. Send the report using this form.
  3. Max

    XCode 16 compile error

    Good day. Yes, seems like we can't solve the issue with third party dependency. We raised the ticket WCS-4238 to check if it's still working in XCode 15.4. The right way is to replace the buggy dependency, but it may take a time.
  4. Max

    No audio and video when streaming from Windows 11 (Firefox and Chrome)

    Good day. Seems you're using too old versions. Please update WCS to the latest build 5.2.2078 and WebSDK to the latest build 2.0.248.
  5. Max

    Wowza-Server in old Flashphoner 2.1 open for everyone?

    Yes, seems like you should stop this process.
  6. Max

    Ошибки в обс WriteN, RTMP send error 10060 10038 10054

    Да, такое вполне возможно. Если стримеры используют различных провайдеров, то и каналы у них могут вести себя по-разному. По описанию похоже, что эта проблема касается физической сетевой карты на железном сервере. Возможно, изменение настройки внутри виртуального сервера не приведет к...
  7. Max

    Ошибки в обс WriteN, RTMP send error 10060 10038 10054

    Да, если стримить с битрейтом 5 Мбит/с, канал на upload до сервера должен быть не менее 10 Мбит/с. Лучше поднять дополнительный приемный сервер ближе к стримерам, в том ДЦ, до которого пропускная способность не ограничена.
  8. Max

    Ошибки в обс WriteN, RTMP send error 10060 10038 10054

    1) Другой сервер Попробуйте отправлять стрим на другой WCS сервер, который находится в другом датацентре с другой локацией. Например demo.flashphoner.com Будут ли проблемы в этом случае? 2) Снятие дампов Если проблема стабильно воспроизводится, снимите дамп RTMP трафика одновременно на...
  9. Max

    Reconnecting issue

    Option 1 https://docs.flashphoner.com/display/WCS52EN/Using+OBS+Studio#UsingOBSStudio-Knownissues flash_rtp_activity_enabled=true rtp_activity_timeout=10 If no audio or video for 10 seconds, the Stream will be released. Option 2 rtmp.server_read_socket_timeout = 10 If no data read from...
  10. Max

    Wowza-Server in old Flashphoner 2.1 open for everyone?

    Hello We have double investigated your report. 1. Flashphoner has never contain Wowza server inside. 2. Flashphoner 1.x was an add-on (extension) for Wowza in a form of jar file. 3. Flashphoner 2.x was a standalone RTMFP-SIP server without any dependencies to other media servers. It seems you...
  11. Max

    Wowza-Server in old Flashphoner 2.1 open for everyone?

    Also Wowza is not a part of Flashphoner 2.1. Maybe you've installed Wowza server by yourself. In this case, you may try to update Wowza to recent version and refer to Wowza documentation for security setup.
  12. Max

    Wowza-Server in old Flashphoner 2.1 open for everyone?

    Good day. Flashphoner 2.1 is very old and obsoleted. We can't even test it right now. So we recommend to deploy a new instance with latest 5.2 if a security issues persist.
  13. Max

    License period expired exception on Amazon (pay-as-you-go) license

    We fixed the issue. Should work now.
  14. Max

    License period expired exception on Amazon (pay-as-you-go) license

    Good day. Seems like license server was not available from your instance. There were no any operations on license servers during this time, so it was probably an AWS network issue.
  15. Max

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

    Есди это не поможет. Напишите пожалуйста номер лицензии на sales@flashphoner.com Разблокируем.
  16. Max

    not able to add text watermarking in stream

    No, you can only get image from local file system.
  17. Max

    not able to add text watermarking in stream

    You can use a third party tool to convert text to image as supposed in this article, then apply the image as watermark.
  18. Max

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

    Добрый день. Попробуйте деактивировать лицензию, а затем активировать заново cd /usr/local/FlashphonerWebCallServer sudo ./deactivation.sh XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX sudo ./activation.sh XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
  19. Max

    not able to add text watermarking in stream

    Watermark requires Transcoding API https://docs.flashphoner.com/display/WCS52EN/Stream+transcoding 1. Publish stream1 2. Transcode stream1 to stream1_output /rest-api/transcoder/startup 3. Set watermark for Transcoder URI /rest-api/transcoder/set_watermark 4. Play stream1_output with...
  20. Max

    Failed by rtp activity - что значит

    Добрый день. Сообщение Failed by RTP activity говорит о том, что в одной из составляющих потока (аудио или видео) медиа данные отсутствуют в течение заданного времени (по умолчанию 60 секунд) rtp_activity_timeout=60 По умолчанию публикация или проигрывание в этом случае останавливается...
Top