Search results

  1. Max

    Is it possible to automate the voice streaming using AI tools?

    Good day. This seems to be an integration task: 1. A TTS system should generate an audio file 2. The file should be converted to mp4 container and placed to /usr/local/FlashphonerWebCallServer/media (or a folder defined by media_dir parameter) 3. Stream injection feature should be used (enable...
  2. Max

    Кодек WebRTC

    Да, можно снять дамп трафика со стороны WCS (начинать запись дампа необходимо до звонка). Если от SIP сервера на WCS приходит SIP INVITE без SDP, это означает, что SIP сторона использует reINVITE. На стороне SIP сервера должна быть настройка, которая отключает подобное поведение.
  3. Max

    Кодек WebRTC

    К сожалению, WCS в настоящее время не поддерживает reINVITE. На добавление этого функционала есть тикет WCS-3360, но он не является приоритетным, и мы не можем дать ETA по данному тикету. Вам необходимо настроить SIP сервер таким образом, чтобы не использовать reINVITE (ранее у вас звонки...
  4. Max

    Support for 302 - Moved Temporarily

    Please use the form to send anything. Also, please clarify the following: - does VLC playing your stream? - does WCS playing your stream (with or without exception in logs)? If you can't provide the stream link available 24/7, you should collect a report including traffic dump.
  5. Max

    WCS starting issue

    You can also share SSH access via the private form. We'll check configuration.
  6. Max

    WCS starting issue

    Hello This is a warning message. WCS health check subsystem is trying to check port 8081. If this port is already busy by another application the health check will be failed. This health checking may be disabled if necessary by setting a zero tries sudo ./webcallserver start --health-timeout 0...
  7. Max

    Кодек WebRTC

    Здравствуйте. Настройка кодеков По-умолчанию включены все: codecs=opus,alaw,ulaw,g729,speex16,g722,mpeg4-generic,telephone-event,h264,vp8,flv,mpv Чтобы исключить все голосовые и видео кодеки кроме G.711 (alaw, ulaw), нужно перечислить их так...
  8. Max

    Support for 302 - Moved Temporarily

    @stone We tested the sream URL you've sent. Unfortunately, it cannot be played both with WCS and VLC with connection timed out message (see VLC screenshot below): Please check if your stream can be played in VLC. Also the stream must be available 24/7 to test it.
  9. Max

    Support for 302 - Moved Temporarily

    Please update to the latest WCS build 5.2.1725. We tested redirection with this build, it should work. If not, please provide RTSP URL to test using this form.
  10. Max

    OD Injection Issue since last update

    Good day. We fixed the issue in build 5.2.1719: VOD injection is available when using use_new_injector=true and /stream/inject2/startup: Injecting a VOD stream from file
  11. Max

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

    Добрый день. Начиная со сборки iOS SDK 2.6.114, фреймворки, входящие в состав iOS SDK, доступны в виде пакетов для Swift Package manager: FPWCSApi2 - фреймворк для ObjectiveC приложений (только для обратной совместимости, в промышленной эксплуатации рекомендуется использовать Swift)...
  12. Max

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

    Still working on fix. Please keep a test configuration. We'll let you know when fix the issue.
  13. Max

    Ошибка при запуске трансляции

    Проверили Ваш сервер. По всей видимости, WCS был некорректно установлен: отстутсвуют символьный ссылки на необходимые модули в каталоге /usr/local/FlashphonerWebCallServer/lib/so/. На скриншоте слева Ваш сервер, справа - работающий инстанс с корректной установкой При попытке опубликовать или...
  14. Max

    Ошибка при запуске трансляции

    Здравствуйте. 1. Работает ли пример Two Way Streaming - на вашем сервере - на демо сервере https://demo.flashphoner.com/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.html 2. Воспроизводится ли ваш URL в плеере VLC? rtsp://333.333.333.333:45183/live/ch00_0 3. Пришлите...
  15. Max

    Ошибка при запуске трансляции

    Добрый день. Для работы WebRTC необходим домен, привязанный к серверу, и актуальный SSL сертификат. Пожалуйста, зарегистируйте домен, приобретите сертификат и импортируйте его, как описано здесь: Websocket SSL.
  16. Max

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

    We reproduced the issue on our test server. Raised the ticket WCS-3866 to investigate and fix it. Please do not shut down the accounts, we'll use them for reproducing and testing.
  17. Max

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

    Please provide for us to test and reproduce the issue: - two SIP accounts (caller and callee) - the detailed description of the operation flow using two Phone Video examples Please use this form to send.
  18. Max

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

    We test a call from Phone Video example to Phone Video in Chrome desktop browser, and SIP as RTMP call (with both audio and video enabled) to Phone Video example in Chrome desktop browser. We can't reproduce the issue with build 5.2.1691. Please clarify what script do you use and what do you...
  19. 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.1691, now video calls should work correctly with generate_av_for_ua=all. Please update and check.
  20. Max

    OD Injection Issue since last update

    Please enable the old stream injector implementation by the following parameter (WCS restart required) use_new_injector=false Then use /stream/inject/startup to inject VOD stream (not inject2!). We also raised the ticket WCS-3863 to implement VOD inject function in new stream injector.
Top