Search results

  1. 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...
  2. 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
  3. 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...
  4. 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...
  5. Max

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

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

    Testing new version

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

    Testing new version

    Hello Update instruction
  8. Max

    Testing new version

    We fixed the issue in build 5.2.1555. Please update and check.
  9. 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...
  10. Max

    TLS/SSL certificates

    Добрый день. wss.jks - это стандартное хранилище SSL сертификатов для Java приложения. Формирование этого файла Java процессом WCS не отличается от стандартного инструмента keytool, входящего в поставку JDK: Импорт сертификата при помощи инструмента keytool. При переходе на G2 указанных...
  11. 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
  12. 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.
  13. 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...
  14. Max

    Testing new version

    Good day. We reproduced the issue with RTSP stream playback in latest build and raised the ticket WCS-3708 to fix it. Will let you know about results here.
  15. Max

    Getting real time viewer count of a stream

    Good day. You can get current streams viewers count from statistics page http://wcs:8081/?action=stat&params=streams_viewers&format=json by HTTP GET query using fetch API or XHR.
  16. Max

    About License Key

    Good day. You should deactivate old instance first if you do not uninstall it cd /usr/local/FlashphonerWebCallServer/bin sudo ./deactivation.sh Then activate a new instance cd /usr/local/FlashphonerWebCallServer/bin sudo ./activation.sh YOUR-LICENSE-KEY
  17. Max

    IDecodedFrameInterceptor for all streams

    WCS uses YUV420 internally, so you should use YUV420 to BGR and back to YUV420 conversion.
  18. Max

    On Record Hook Script not triggering

    Good day. We cannot reproduce the issue on the latest build 5.2.1538. Please update, check and, if the issue still persists, provide SSH access to the server using this form
  19. Max

    RoomApi pull request

    Good day. We merged your pull request (commit e86bfd9a47b12ce4efac0e25ab488193f7f19da1). The changes are also published to @flashphoner/websdk NPM package.
Top