Search results

  1. Max

    Failed by DTLS error

    В верхней части темы форума есть ссылка Report для отправки доступов и других данных. Если отправлять через нее, в спам не попадает.
  2. Max

    Failed by DTLS error

    Здравствуйте. Сообщение от 10 февраля попало в спам. Подняли его из спама. Информация есть. По проблеме: Failed by DTLS error Какое-то время назад, браузеры перешли на DTLS 1.2. Версия сервера не менялась и для сервера 5.0.3530 осталась на DTLS 1.0. Поэтому использовать старую версию сервера с...
  3. Max

    About License Key

    Contact sales
  4. Max

    about license key

    Hello Please contact sales@flashphoner.com to unlock your license You can't unlock the license from your end.
  5. Max

    IDecodedFrameInterceptor for all streams

    We confirm the issue, the ticket WCS-3718 is raised. Will inform you about progress here.
  6. Max

    Testing new version

    Not yet. We raised the ticket WCS-3717 to update a ready to use examples. Will let you know about progress here.
  7. Max

    Testing new version

    You've not set username, so we could guess it's ec2-user Embed player supports a special option to enable restart. So you should either pass the option https://wcs:8888/embed_player?urlServer=wss://wcs:8443&streamName=test&mediaProviders=WebRTC&restart or replace false to true in the string...
  8. Max

    Testing new version

    Unfortunately we cannot connect to the server using private key you've sent: You can download a ready to use Player and Embed Player examples with auto reconnect here: Player Embed Player
  9. Max

    FlashphonerWebCallServer cannot be started from user flashphoner, please fix the permissions to the folders or run 'webcallserver set-permissions'!

    Seems you've mixed installation archive and installation dir. Your server installation folder looks like But it should look like So you must do the following: 1. Uninstall WCS: cd /usr/local/FlashphonerWebCallServer/bin sudo ./uninstall.sh 2. Remove the folder if it was not removed during...
  10. Max

    FlashphonerWebCallServer cannot be started from user flashphoner, please fix the permissions to the folders or run 'webcallserver set-permissions'!

    Good day. We cannot reproduce the problem by installing the build 5.2.1555 from scratch or by updating from previous build. So please try to install the build from scratch and copy a setting needed. If the problem is still reproducing, provide SSH access to the server using this form. If you...
  11. Max

    Есть ли в iOS SDK аналог Publishing/playback channel quality control?

    Добрый день. В сборке 2.6.110 (также доступна в CocoaPods) добавлена возможность контроля качества канала, основываясь на разнице битрейтов клиента и сервера. Подробности см здесь: Контроль качества канала публикации/проигрывания
  12. Max

    Testing new version

    Please make sure you've done systemctl enable webcallserver Please provide SSH access to the instance using this form.
  13. Max

    Testing new version

    Hello Update instruction
  14. Max

    Testing new version

    We fixed the issue in build 5.2.1555. Please update and check.
  15. Max

    stream freezes every ~30 seconds for 2 seconds

    This is definitely bandwidth issue between server and playing client. You can test the channel on client side while playing: Publisher and player channel quality control TCP eliminates a packet loss, so the only thing you could do is to decrease a resolution/bitrate for the client, for example...
  16. Max

    TLS/SSL certificates

    Добрый день. wss.jks - это стандартное хранилище SSL сертификатов для Java приложения. Формирование этого файла Java процессом WCS не отличается от стандартного инструмента keytool, входящего в поставку JDK: Импорт сертификата при помощи инструмента keytool. При переходе на G2 указанных...
  17. Max

    WebRTC stream push

    Good day. The feature is still available, and all API methods are described on the page There are also API request examples on this page The functions are described here: From another WCS server via WebRTC To another WCS server via WebRTC
  18. Max

    Screen Sharing Problem

    Good day. You are using a very outdated Web SDK version. You have to update Web SDK to the latest build 2.0.228 to make it work with the latest Chrome version.
  19. Max

    Getting real time viewer count of a stream

    No, we do not allow any data receiving about stream subscribers on client side due to security reason. You can delpoy your own backend server which will use HTTP GET query http://wcs:8081/?action=stat&params=streams_viewers&format=json once per second to collect an actual state, then implement...
Top