Search results

  1. Max

    Axis Camera stream fails after upgrade from OS10 to OS11

    Good day. The issue was fixed in build 5.2.2305. Please update and use the following parameter to play the stream from this camera rtsp_ignore_from_unknown_ssrc=false
  2. Max

    MPEG-TS RTP stream publishing via reserved ports

    Seems you've installed WCS on the server by wrong way: unpacked the server distribution archive to /usr/local then installed. There can be undefined behaviour in this case Please do the clean reinstallation: 1. Uninstall WCS completely sudo /usr/local/FlashphonerWebCallServer/bin/unistall.sh...
  3. Max

    RTSP over TCP (Interleaved) stalls after initial frames when traversing DNAT relay - need WCS NAT/IP advertisement and keep-alive guidance

    Good day WCS support only interleaved RTSP over TCP playback, so it is always forced You should set IP addresses in flashphoner.properties as follows ip=<external_ip_address> ip_local=<internal_ip_addess> client_mode=false rtc_ice_add_local_component=false You can check what IP is used by...
  4. Max

    MPEG-TS RTP stream publishing via reserved ports

    Please provide SSH access to the server using this form
  5. Max

    MPEG-TS RTP stream publishing via reserved ports

    Good day. We checked the configuration on the latest build 5.3.131. With the correct indentation, it works perfectly The stream is publishing and playing on the test server Please double check the indentation on your server
  6. Max

    AWS Marketplace создание второго инстанса со своей лицензией

    Опишите пожалуйста пошагово со скриншотами. Сейчас звучит так, что не получается создать второй инстанс на AWS Marketplace. Проверили. Работает. 1. Создали один инстанс. 2. Далее кликаем по кнопке "Launch more instances" и создаем второй. Подписка (соглашение) действительно одна. В рамках...
  7. Max

    AWS Marketplace создание второго инстанса со своей лицензией

    Здравствуйте Уточните что значит со своей лицензией? Лицензии 1. Standalone 2. Subscription 3. AWS Marketplace Built In Проблем создать 2 и более инстансов AWS Marketplace быть не должно. Похоже у Вас задача поднять non AWS Marketplace Instance (например просто AWS EC2) и активировать на...
  8. Max

    new flashphoner server and sdk - is there any issues with old computers ?

    Please clarify about an old PCs: - hardware configuration: CPU, RAM, disk etc - operating system - browser version - WCS and Web SDK versions
  9. Max

    How do I record (re-publish) while simulcasting on SFU?

    SFU subsystem is separated from streaming subsystem inside WCS core. So you cannot mix or record SFU tracks at server side. The option is to use Selenium, OBS or similar tools capturing screen with audio at client side. For example: 1. Open SFU conference web page 2. Start OBS with window...
  10. Max

    new flashphoner server and sdk - is there any issues with old computers ?

    Good day. WebSDK uses browser API to establish WebRTC connection, publish and play video on the page. So yes, a modern Chrome (and other browsers) versions requires more CPU resources to encode/decode video, and older PCs resources may be not enough for this. Disk IO performance also matters...
  11. Max

    An AudioContext was prevented from starting automatically. It must be created or resumed after a user gesture on the page.

    Good day. This is a browser warning. Since Chrome 71, content autoplay policy was changed. Now, user has to do something to start video playback on web page, to press a key for example. The policy change affects also audiocontext creation that is needed to play a sound. According to new policy...
  12. Max

    sfu client sample page test error

    This can be bypassed after updating server by manually removing that conf folder and then copying server/conf/zclient folder instead.
  13. Max

    sfu client sample page test error

    Seems like some YAML config files in /usr/local/FlashphonerWebCallServer/conf/zclient/conf folder were broken while updating. Those files are used to set up SFU rooms users for example.
  14. Max

    sfu client sample page test error

    Please try to uninstall WCS using /usr/local/FlashphonerWebCallServer/bin/uninstall.sh Then install 5.2.2301. Is the issue reproducing in this case?
  15. Max

    sfu client sample page test error

    Did you try to install 5.2.2301 from scratch? Is the issue reproducing in this case? Also, we did not recommend to update 5.3 branch to 5.2 and vice versa, in prefer to install a new instance then copy a configuration files needed.
  16. Max

    sfu client sample page test error

    Please see the public IP address here
  17. Max

    sfu client sample page test error

    Good day. We cannot reproduce the issue both on latest WCS build 5.2.2301 and on our demo server (build 5.3.116). SFU Client example seems working Please try the example on demo server: https://demo.flashphoner.com:8444/client2/sfu/client/main.html Note that actual docs are here...
  18. Max

    *URGENT* clients can't connect to the WebCallServer - I get 502 from activation is it related ?

    WCS sends a health check (a “ping”) to license servers endpoint every 15 minutes. If there is no response three times in a row, the license switches to Suspended. In practice, this provides a grace period of roughly 45–60 minutes during which the license continues to work without reaching the...
  19. Max

    Is the a process to replace flashphoner server

    Another non-critical configs for migration (depends on features): 1) on_record_hook.sh - if recorder is used 2) wcs-core.properties (JVM launch settings) Do not overwrite this file on the new server. It is recommended to tune this config manually because it depends on version of Java. See...
  20. Max

    Is the a process to replace flashphoner server

    This is a short guide how to migrate 5.2.x > to 5.2.latest OR 5.2.x > to 5.3.latest Migration Step 1 - Prepare a new server 1) Download 5.2 https://flashphoner.com/downloads/builds/WCS/5.2/FlashphonerWebCallServer-5.2.2300.tar.gz 5.3...
Top