Search results

  1. D

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

    Добрый день, Добавления min_bitrate улучшело ситуацию, но при использовании max bitrate появился делей в видео. webrtc_sdp_min_bitrate_bps=3000000 webrtc_cc_min_bitrate=3000000 При этом проблема все еще остаеться на IOS 16.04 версии. Подскажите пожалуйста Web Call Server ver. 5.2.1054...
  2. D

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

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

    TLS/SSL certificates

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

    Periodic sync issue when transcoding

    Thanks for the recommendation, we will look into upgrading to a newer version. We have real-time publishing going on, could you advise, based on your experience, which type would be the optimal UDP or TCP, provided that there may not be a stable Internet there, but real-time synchronization...
  5. 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...
  6. 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...
  7. D

    Auto stop transcoding session after 1 minute

    Perhaps the stop is not related to active connections, because the log indicates that there are subscriptions, but at the same time there is a stop at the end of the log. How can we debug who exactly stops the session? 12:39:10,780 INFO TranscoderAgent -...
  8. 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...
  9. D

    Video resolution changes in transcoding

    For the original stream, we set the same resolution 480x640, but it does not change, as it happens with the transcoding session: let video = FPWCSApi2VideoConstraints() video.minWidth = 480 video.maxWidth = video.minWidth video.minHeight = 640 video.maxHeight =...
  10. 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...
  11. D

    Problem with multi-record(VP8 codec)

    Thank you for the prompt reply. Could you please estimate (time/cost) this feature development for our purposes? It would be hard for our project to wait for this feature more than 1-2 months. Thank you.
  12. 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...
  13. D

    Problem with multi-record(VP8 codec)

    According to the stream-recording documentation, the flashphoner can record a stream with the VP8 codec. Do you have plans in your Roadmap to add support for recording the VP8 codec for multi-recording? If so, could you let us know an approximate deadline? This is a very serious problem for...
  14. D

    Problem with multi-record(VP8 codec)

    Are there any other alternative solutions to the problem? We cannot switch to another SDK and "stream mixer" does not suit us in terms of functionality. Now the only problem is that Multi-records cannot record video with the VP8 codec.
  15. D

    Problem with multi-record(VP8 codec)

    Is there some way to get the actual list of supported video codecs from the device and get them in the logs? Both devices claim support for encoding/decoding h.264 video codec.
  16. D

    Problem with multi-record(VP8 codec)

    Such a solution with disabling the VP8 codec leads to the fact that there is no video at all: "name" : "challenger872", "published" : false, "hasVideo" : true, "hasAudio" : true, "status" : "PLAYING", "audioCodec" : "opus", "record" : false, "width" : 0, "height" : 0...
  17. 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" ...
  18. 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...
  19. D

    High CPU utilization after undefined events

    Thank you, it solved my issue.
  20. 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