Search results

  1. Max

    After 2K connections no more users able to connect stream

    You should use CDN to accept a maximum viewers number per one server that can be stable handled. 2000 subscribers per server is a common recommendation in this case. One server (physical or virtual) is one CDN node (origin, transcoder or edge). You cannot combine two CDN roles at one server...
  2. Max

    Вопрос по статье

    Здравствуйте. function init_page() { Flashphoner.init({}); localAudio = document.getElementById("localAudio"); remoteAudio = document.getElementById("remoteAudio"); connect(); } Здесь вы задали remoteAudio - это Div - элемент, в который будет примонтирован <video> элемент...
  3. Max

    WebRTC - RTCPeerConnection.onconnectionstatechange выстреливает RTCPeerConnection.connectionState = 'disconnected' без какой либо причины

    Добрый день. Воспроизводится ли проблема в последней сборке WebSDK 2.0.228 в примере Two Way Streaming с последней сборкой WCS 5.2.1606?
  4. Max

    After 2K connections no more users able to connect stream

    1. Remove the following lines because we do not recommend to use this obsoleted feature. 2. Seems you limit a maximum video bitrate to 10 kbps The values are very low. In this case, server will send REMB to a publishing client permanently, this increase publisher channel load. Anyway, 10 kbps...
  5. Max

    After 2K connections no more users able to connect stream

    Good day. If no setup was changed, and server load is the same as in previous tests, it seems like channel bandwidth is decreasing. Please try to switch to TCP transport and check the player channel as described here while testing.
  6. Max

    Ios SDK Lagging More than 3 seconds

    Good day. Try to use lower resolution/bitrate for stream publishing or switch to TCP transport to publish/playback the stream on iOS device. Also, make sure you are using the same network in case of Android and iOS testing (the same Wi-Fi, or the same mobile operator with 4G/LTE)
  7. Max

    webcallserver docker run 8444/admin not connecting

    Good day. You should either accept security exception in browser when connecting a first time to the server or use a domain name with a valid SSL certificates. Certificates should be imported as described here. You can also mount a configuration folder (see Volumes reference) with wss.jks file...
  8. Max

    Ошибка Failed to process remote sdp InvalidStateError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer s

    Проверьте, что проблема воспроизводится в примерах SFU Client и SFU Two Way Streaming. Если да, то соберите отчет, как описано здесь и пришлите, используя эту форму. Если нет, модифицируйте код примера так, чтобы проблема воспроизводилась, и пришлите код на проверку.
  9. Max

    RTP/RTSP/RTMP

    Воспроизвели проблему. Зависит от настроек VLC. Некоторые версии пытаются играть напрямую RTP/UDP и поэтому в них не работает, как в вашем случае. Некоторые версии пытаются играть RTP/UDP и переключаются через некоторое время на RTP/TCP Т.е. плеер должен играть сразу по RTP/TCP (чекбокс)...
  10. Max

    Filter Rest API Streams & Terminate by Custom Data

    REST API queries support filtering by mandatory fields, but custom object is optional. Also, we can't make a supposition about custom object contents, every customer may use its own form.
  11. Max

    RTP/RTSP/RTMP

    Проверили Ваш сервер. При публикации WebRTC поток в VLC по RTSP играет: Однако Вы используете VP8 как предпочитаемый кодек для публикации. Это означает, что для проигрывания потока по RTSP по умолчанию будет включаться транскодинг VP8->H264. На тестовом сервере всего 1 vCPU, поэтому его...
  12. Max

    SSL и Android

    Эта документация относится к Android SDK 1.0. В Android SDK 1.1 эта опция, как и весь код класса X509TrustManager, была удалена в связи с тем, что приложения с использованием Android SDK 1.1 перестали проходить проверку при публикации в Google Play, посокльку код этого класса был признан...
  13. Max

    Filter Rest API Streams & Terminate by Custom Data

    Fixed, it is available again. But we do not test it with latest WCS builds, and do not recommend to use it due to codec limitations (VP8 only). Please use MPEG-TS over SRT publishing instead (ffmpeg, OBS, Gstreamer support this). When receiving a /playStream hook, you have a stream name, a...
  14. Max

    RTP/RTSP/RTMP

    По умолчанию, для обслуживания RTSP клиентов используется TCP порт 554. Начиная со сборки 5.2.801, WCS запускается от пользователя flashphoner. Порт 554 привилегированный, поэтому сервер не может его использовать по умолчанию. Нужно либо менять значение порта: rtsp.port=5554 и играть поток как...
  15. Max

    RTP/RTSP/RTMP

    Добрый день. Вы можете забрать поток с WCS сторонним приложением по RTSP или RTMP. Кодеки при этом настраиваются в файлах SDP flash_handler_play.sdp для RTMP и rtsp_server.sdp для RTSP. Кодеки можно выбрать только из числа поддерживаемых для каждого из этих двух кейсов.
  16. Max

    change wss default port

    You can detect the publisher stream quality: Publisher and player channel quality control. Then, if quality becomes BAD, you can republish the stream with a lower resolution/bitrate. Also, there is WebRTC ABR or HLS ABR for playing streams only. Note that ABR cases require transcoding on the...
  17. Max

    Filter Rest API Streams & Terminate by Custom Data

    Good day. The custom fiels is intended to use in REST hooks, not in REST API filters. Please look at this use case: Authentication. So you should set up REST hook /publishStream (see the example of /connect REST hook setup), collect a stream descriptions including tokens on your backend and then...
  18. Max

    Freezing SFU room

    Проблема исправлена в сборке WCS 5.2.1586. SFU SDK требуется обновить до 2.0.206 (или из NPM).
  19. Max

    Ошибка Failed to process remote sdp InvalidStateError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer s

    Проблема исправлена в сборке WCS 5.2.1586. SFU SDK требуется обновить до 2.0.206 (или из NPM).
Top