Search results

  1. D

    Низкий bitrate при подключении нескольких устройств.

    Добрый день, Стек: IOS/Android SDK Web Call Server ver. 5.2.1054 Origin+transcoder->Edge Origin+transcoder->Controller->Edge Функционал: Два мобильных устройства подключаются к Origin(транскодируются если есть необходимость) и через Edge отдают картинку противоположному устройству...
  2. D

    TLS/SSL certificates

    Добрый день, Нам пришло уведомления от DigiCert о переходе на second-generation (G2) root hierarchies. Они сообщают, что могут быть проблемы в случае: Поскольку для нас скрыт процесс формирования файла wss.jks, который создается после загрузки сертификата и приватного ключа (мы это делает...
  3. D

    Periodic sync issue when transcoding

    Hello, We faced a problem of video and audio sync issues after permanently enabling stream transcoding for all streams. In a nutshell about architecture: Android / iOS SDK is used, while during the stream, the publication takes place between two mobile devices. Before publishing the video, a...
  4. D

    Android/IOS SDK manage bitrate for the stream

    Hello, Is it possible to control the stream's bitrate using android/ios SDK? According to the documentation, the settings webrtc_cc_min_bitrate/webrtc_cc_max_bitrate are for the browser only. Our main problem is sometimes we have inferior stream quality and we would like to see if we can...
  5. D

    Auto stop transcoding session after 1 minute

    Hello, We are facing a stable issue with transcoding stopping after 1 minute. If we use less than one-minute session, there is no problem. As we understand, it is related to parameter rtp_activity_detecting (default - true,60), but changing this parameter does not lead to anything, the session...
  6. D

    Video resolution changes in transcoding

    Hello, We implemented VP8 stream transcoding, but faced another problem: A new session for transcoding starts with the parameters that we specified in the API request (480x640), but in fact, when recording, we get 640x640 resolutions. When examining the logs, we found that at some point the...
  7. D

    How to enabling transcoding

    Hello, I made a new request as a fork from 14073 to see how we can enable transcoding on the fly. Our problem is that the multi-record does not support the v8 video codec, and therefore your team recommended for us to use transcoding. The first tests show that transcoding is not performed at...
  8. D

    Problem with multi-record(VP8 codec)

    Hello, We faced a problem when recording a "multi-record" from a Pixel 6 phone(missing video/audio track), during the reasirching we found out what comes from the device stream with the VP8 video codec: { ... "name" : "challenger826", "published" : true, "hasVideo" : true, "hasAudio" ...
  9. D

    Logging messages that the client device receives from kFPWCSStreamStatus

    Hello, Is it possible to log information about the status of streams? In the logs of the client part, We see message: [-- BEGIN CLIENT LOG --] .... LOGS: Client didn't pushed logs to server, try to enable push_log at client side. [-- END CLIENT LOG ----] Will the necessary information be...
  10. D

    High CPU utilization after undefined events

    Hi, We observe high jumps in the loading of the CPU process from the Flashphoner. The problem occurs either on all servers at once or on several nodes separately. Undefined events take place in the interval 00:00 - 01:00 UTС on all servers, after the events, the use of the processor by the...
Top