Search results

  1. Max

    clone new embed_player

    Good day https://wcs:8444/embed_player is a hardcoded special link, this cannot be changed. Please deploy WebSDK to you own web server, then you can make as many embed_player copies as needed.
  2. Max

    ipv6 setting

    Internal TURN server does not work via UDP, use TCP only. Plese read this doc.
  3. Max

    Starting a stream possible without authentication

    Good day. By default, you can open example page by direct link. You can prevent it by deactivating demo user: 1. Login to WCS CLI as admin ssh admin@localhost -p 2001 2. Deactivate demo user update user -a false demo In this case, you should use credentials to enter to WCS dashboard...
  4. Max

    Snapshot timeout

    Good day. The response timeout in this case is 3 seconds (fixed value). Usually, this is enough to take a stream snapshot. Please check your server configuration: for example, if you're using a minimal supported server config (1 CPU core) and trying to take 1080p stream snapshot, the CPU is not...
  5. Max

    Количество одновременных чатов

    Как отмечено в сообщении выше, количество одновременно работающих чатов 1 на 1 зависит только от количества процессорных ядер и объема памяти сервера. Ограничений в программной части нет.
  6. Max

    Количество одновременных чатов

    Добрый день. Можете ознакомиться со статьей по нагрузочному тестированию под чат между двумя пользователями. Тестовый сервер: 12 ядер, 24 потока; 80 Gb RAM; WCS 5.2.946; OpenJDK version 14.0.1 Количество стримов: 200 входящих, 200 исходящих. Эквивалент 100 одновременных видеочатов 1:1. Один...
  7. Max

    Flashphoner integration with other web app and AWS MediaLive, MediaPackages

    Hello This is working scheme. Make sure AWS MediaLive supports RTMP ingestion. Webcam > [WebRTC] > WCS > [RTMP] > AWS MediaLive See also similar forum thread https://forum.flashphoner.com/threads/from-web-browser-to-amazon-ivs-server.13438/#post-26542 Website guide: Testing...
  8. Max

    http , Too many open files Error

    Good day. By default, open files limit is set to 10000. You should increase this value by settin LimitNOFILE[/ICODE parameter in service description file [ICODE]/etc/systemd/system/webcallserver.service, for example, to 1000000 [Service] User=flashphoner Group=flashphoner LimitNOFILE=100000 ...
  9. Max

    audio not working when using Safari and Web SDK (Firefox and Chrome are fine)

    Good day. Since Web SDK build 2.0.202 we've added Two Way Streaming application example in Vue.js. Please read this doc and review GitHub sources. In our tests, audio only streams are successfully playing in iOS Safari, and audio+video too.
  10. Max

    ipv6 setting

    WCS requires ip and ip_local to be IPv4 addresses, IPv6 is only additional address. In our test above, we used private IPv4 network 172.16.0.0/12 (like Docker for example). So you should use such network. We raised the ticket WCS-3350 to implement local IPv6 setting to bind ports if this possible.
  11. Max

    ipv6 setting

    Good day. ip and ip_local should always be IPv4 addresses You should also set WCS internal TURN server to listen other port if you are using port 3478 to connect to coturn on the same host turn_port=3479 Or bind coturn to port 443 for example. Also, you should use transport=tcp. ip_v6...
  12. Max

    Останавливается запись

    Добрый день. Пожалуйста, соберите отчет, как описано здесь, и пришлите, используя эту форму. Уточните также, как играет выходной поток микшера в момент, когда проблема воспроизводится: есть ли в потоке фризы? Какова загрузка CPU в этот момент?
  13. Max

    WebRTC Player doesn't play sound in Microsoft Edge

    Microsoft dropped support for Legacy Edge. We recommend to use Chromium Edge for WebRTC publish/playback, it works just like Chrome (on which is based).
  14. Max

    Стабильное качество аудио при низком интернете

    Если Вы переключили публикацию аудио на TCP транспорт, как мы рекомендовали выше, это максимум, что можно сделать: TCP обеспечивает гарантированную доставку. Это может означать, что битрейт публикации выше, чем пропускная способность канала. В этом случае поможет только полная остановка...
  15. Max

    Using Flashphoner Webrtc in ReactJS

    Good day. Since Web SDK build 2.0.201 we've added some React integration examples: Two Way Streaming React Conference React
  16. Max

    Проблема с chat rooms

    Добрый день. В сборке Web SDK 2.0.201 исправлена проблема, приводившая к ошибке. Кроме того, добавлены примеры интеграции Web SDK в React приложение: Two Way Streaming React Conference React
  17. Max

    Conference record policy template

    The parameter stream_record_policy_template is applied to any multiple stream recording file, including room recording. So you can use it, but with soem known limits. Please read details here. We raised the ticket WCS-3347 to add this setting. As workaround, you can modify...
  18. Max

    ChatRoom no video

    Pleas note: if you are using custom backend replacing default RoomApp your custom application must forward all the queries to the standard http://wcs:8081/apps/RoomApp and must return all the responses from it to client. For example: $api_method = array_pop(explode("/"...
  19. Max

    ChatRoom no video

    Server is configured. You are testing in iframe. 1. Try to test directly using link: https://demo.flashphoner.com/client2/examples/demo/streaming/video-chat/video-chat.html 2. Check web console messages F12 Some ad-blockers can affect scripts inside of iframes.
  20. Max

    ChatRoom no video

    Hello How did you test video chat sample? This is how we test video chat and how it works step by step: 0. Open page https://demo.flashphoner.com/client2/examples/demo/streaming/video-chat/video-chat.html 1. Enter unique nickname "123" 2. Click "Join" 3. Copy invite link 4. Open your...
Top