Search results

  1. Max

    OD Injection Issue since last update

    Hello 5.2.1690 uses new injector implementation by default. Try use_new_injector=false Please provide related error logs. We will try to reproduce issue in our environment. You can provide logs right here or via the private form Collect error report. It will help us to fix the issue.
  2. Max

    Поддержка SPM менеджера в SDK под iOS

    Добрый день. Миграция на Swift Package Manager затруднена, поскольку в нашем iOS SDK есть зависимость, которая поддерживает только CocoaPods. Есть PR, но разрабочики его игнорируют.
  3. Max

    SIP to webrtc react component

    Good day. There are no ready to use React components. You can use React integration examples (source code: JS, TS) to integrate Flashphoner WebSDK to React application and create your own component. Please use SIP Phone example (source code) as a base code for the component.
  4. Max

    SIP video call from WCS can't hear audio of audio file was play from SIP server

    We still working on it. We'll let you know when issue will be fixed.
  5. Max

    Can´t renew certificates, please help

    Good day. Please provide an SSH access to the server and SSL certificate files archive using this form, we will check.
  6. Max

    Security vulnerabilities

    Good day. Google claims this issue is not mandatory to fix. So you can still use the latest Android SDK 1.1 build. We raised the ticket WCS-3843 to update WebRTC library to actual version. But this will definitely lead to drop Android 8-11 support, depending on minimal libwebrtc API level...
  7. Max

    SIP video call from WCS can't hear audio of audio file was play from SIP server

    We reproduced the issue and working on it in the ticket WCS-3837. Let you know about progress here. A quick and dirty workaround is to disable A/V generator, but in this case only video to video and audio to audio calls will work.
  8. Max

    Background IOS audio issue

    iOS SDK uses WebRTC library without modifications (just built from sources). The library established WebRTC connection and sends media packets correctly, but audio packets contains empty media payload as we checked above. So this seems to be iOS issue, not Flashphoner iOS SDK. This is the common...
  9. Max

    Background IOS audio issue

    Good day. We checked the report. According to client logs and traffic dump, an application successfully sends media packets (we can play the stream from traffic dump), but audio packets are sent with empty payload (0 bitrate). So you should remove the following lines from flashphoner.properties...
  10. Max

    record issue

    11:09:57,448 ERROR FileRecordRotation - FScheduling-pool-1-thread-1 Problem to move file /usr/local/FlashphonerWebCallServer/records/2306024Eljumbp-shareD1685671629464-377c_{startTimeMillis}_{endTimeMillis}.webm to...
  11. Max

    record issue

    Hello If you are using rooms API, we assume that you may use multiple recorder. Because this recorder can record video tracks in sync with audio. That's why we supposed the multiple recorder use. According your notice it seems you don't user multiple recorder. If so, all streams in the room...
  12. Max

    SIP video call from WCS can't hear audio of audio file was play from SIP server

    SIP calls recording is supported only for SIP as stream or SIP as RTMP functions. If you're using WebRTC-SIP gateway, the only way to record is to setup call recording at SIP PBX side. There is also the ticket WCS-3723 to fix SIP calls audio recording, but no ETA for this ticket yet due to more...
  13. Max

    Need to configure CDN with one origin and two edege server

    Good day. Please read this step-by-step guide to configure a simple CDN.
  14. Max

    SIP video call from WCS can't hear audio of audio file was play from SIP server

    Good day. The issue was fixed in build 5.2.1672. Please update WCS, then enable a/v generator generate_av_for_ua=all
  15. Max

    RTSP KeyFrame

    Динамические (не требующие перезапуска) настройки нужно менять следующим образом: 1. Меняем настройку в файле flashphoner.properties 2. Заходим по SSH на сервер, затем заходим в CLI WCS сервера ssh admin@localhost -p 2001 3. Выполняем команду reload node-settings Проверили на последней...
  16. Max

    RTSP KeyFrame

    Если имеется ввиду, что по RTSP играем WebRTC поток, то такое может быть, если WebRTC стрим идет в кодеке VP8. Если переключиться на H.264, то ключевые кадры должны идти регулярно.
  17. Max

    RTSP KeyFrame

    WCS может попросить у WebRTC endpoint (браузера) высылать К-фрейм, например каждые 5 секунд. periodic_fir_request = true periodic_fir_request_interval = 5000 Браузер будет высылать К-фреймы если сможет. Суть в том, что ключевыми фреймами может управлять только тот, кто эти фреймы производит...
  18. Max

    RTSP KeyFrame

    Управление количеством ключевых кадров возможно только при транскодинге потока. /transcoder/startup { "uri": "transcoder://tcode1", "remoteStreamName": "test", "localStreamName": "testT", "encoder": { "width": 640, "height": 480, "keyFrameInterval": 30, "fps": 30, "watermark"...
  19. Max

    Плохое качество связи и согласование вызовов по TCP

    В скриншотах, приведенных сотрудниками Mango, виден большой джиттер медиа пакетов и большая задержка между последовательными медиапакетами, отправленными WCS в сторону SIP-сервера Такие задержки могут быть обусловлены, например, работой сборщика мусора (GC) Java на WCS сервере. Пожалуйста...
  20. Max

    Плохое качество связи и согласование вызовов по TCP

    Это говорит о том, что минимальный набор аудио кодеков для работы через Mango, следующий: Opus, PCMA (alaw), PCMU (ulaw), G729 (плюс обязательный telephone-event) Речь идет не о скорости, а о пропускной способности канала вызывающий абонент-WCS-SIP-вызываемый абонент. Для аудио звонков (без...
Top