Search results

  1. Max

    Unable to see rtsp stream, but stream correctly open in vlc

    This is not strange, it's a normal behaviour: if the stream is protected by username and password, both of them should be provided.
  2. Max

    Unable to see rtsp stream, but stream correctly open in vlc

    Good day. Please provide us a public RTSP link to test using this private form, we will check. Seems like you've not set a valid username and/or password to play RTSP stream.
  3. Max

    MSE broken since FlashphonerWebCallServer-5.2.1408

    We found the issue reason and testing the fix. Also, there is a simple workaround you can use with latest builds: set the following parameter rtp_session_init_always=true and RTSP streams should play via MSE. When we release the fix, you can revert the setting back.
  4. Max

    MSE broken since FlashphonerWebCallServer-5.2.1408

    Good day. We confirm the issue when playing pulled RTSP streams (but all the other streams work) via MSE. Raised the ticket WCS-3909. Will let you know about fix. The only workaround is to roll back to 5.2.1404.
  5. Max

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

    Good day. We're already testing the fix. Please be patient.
  6. Max

    I want to do voice recognition.

    Good day. At server side, you can implement Java class to get audio tracks in PCM format and redirect it to third-party voice recognition tools: Server audio processing At client side, you can access audio track via video tag: stream = session.createStream(options).on(STREAM_STATUS.PENDING...
  7. Max

    Disable 8081

    Good day. If you want to disable HTTP port but use only HTTPS 8444, you can set up firewall (iptables, fwd etc) or NAT router to block requests to port 8081 from outside, for example iptables -A INPUT -p tcp --dport 8081 -j DROP If you want to disable some actions on HTTP interface, please refer...
  8. 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...
  9. Max

    Кодек WebRTC

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

    Кодек WebRTC

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

    WCS starting issue

    You can also share SSH access via the private form. We'll check configuration.
  13. 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...
  14. Max

    Кодек WebRTC

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

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

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

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

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