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.
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.
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.
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...
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...
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/. На скриншоте слева Ваш сервер, справа - работающий инстанс с корректной установкой
При попытке опубликовать или...