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...
Да, можно снять дамп трафика со стороны WCS (начинать запись дампа необходимо до звонка). Если от SIP сервера на WCS приходит SIP INVITE без SDP, это означает, что SIP сторона использует reINVITE.
На стороне SIP сервера должна быть настройка, которая отключает подобное поведение.
К сожалению, WCS в настоящее время не поддерживает reINVITE. На добавление этого функционала есть тикет WCS-3360, но он не является приоритетным, и мы не можем дать ETA по данному тикету.
Вам необходимо настроить SIP сервер таким образом, чтобы не использовать reINVITE (ранее у вас звонки...
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.
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...
Здравствуйте.
Настройка кодеков
По-умолчанию включены все:
codecs=opus,alaw,ulaw,g729,speex16,g722,mpeg4-generic,telephone-event,h264,vp8,flv,mpv
Чтобы исключить все голосовые и видео кодеки кроме G.711 (alaw, ulaw), нужно перечислить их так...
@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.
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.
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
Добрый день.
Начиная со сборки iOS SDK 2.6.114, фреймворки, входящие в состав iOS SDK, доступны в виде пакетов для Swift Package manager:
FPWCSApi2 - фреймворк для ObjectiveC приложений (только для обратной совместимости, в промышленной эксплуатации рекомендуется использовать Swift)...
Проверили Ваш сервер. По всей видимости, WCS был некорректно установлен: отстутсвуют символьный ссылки на необходимые модули в каталоге /usr/local/FlashphonerWebCallServer/lib/so/. На скриншоте слева Ваш сервер, справа - работающий инстанс с корректной установкой
При попытке опубликовать или...
Здравствуйте.
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. Пришлите...
Добрый день.
Для работы WebRTC необходим домен, привязанный к серверу, и актуальный SSL сертификат. Пожалуйста, зарегистируйте домен, приобретите сертификат и импортируйте его, как описано здесь: Websocket SSL.
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.
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.
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...
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.