Search results

  1. Max

    Implementing iOS Client without SDK - Failed by DTLS error

    Good day. Check if the problem is reproducing with Two Way Streaming example from the same device. Make sure you opening the page via HTTPS. Also please try to use TCP transport for WebRTC (some providers may block UDP DTLS traffic from iOS devices), this may be tested in Media Devices example...
  2. Max

    Enable camera after app starts (CallKit flow)

    When stream is published with video: false, it has audio track only. You should stop WebRTC stream and publish it again with audio: true, video: true to add a video track. Another way is to publish an additional video stream after app starts (and is seems like a suitable workaround for your...
  3. Max

    Enable camera after app starts (CallKit flow)

    This means no video traffic is sent from the device From here https://developer.apple.com/documentation/callkit/cxcallupdate: All those parameters relate to SIP calls, but you have no SIP party in the call. So setting those parameters may break anything. Please also make sure you have set...
  4. Max

    Log4J

    reload4j is the fork of Apache log4j 1 aimed to support this version because a lot of projects still needs it. And yes, reload4j reports version number 1.x because it is fully compatible with Apache log4j. We recommend your customer to hire third party independent experts to check reload4j...
  5. Max

    Freezing SFU room

    Обновите WCS и SFU SDK до последних сборок (5.2.1471 и 2.0.131 соответственно). Если проблема воспроизведется на этих сборках, соберите полный отчет: Сбор отладочных логов при помощи скрипта report.sh и отправьте, используя эту форму.
  6. Max

    Enable camera after app starts (CallKit flow)

    Is the problem reproducing in CallKitDemo example? If not, please modify it minimally to reproduce the issue and send the code using this form.
  7. Max

    mixerLayoutClass custom elements

    Good day. This may be possible, but we don't test it. You can try it in custom class implementation. No. The custom mixer layout class work at server side, not on client. A player only receives ready to play picture frames via WebRTC. All the user interaction must be implemented in browser or...
  8. Max

    Updated crt and key via the :8888 admin console - but I see it didn't change anything

    Good day. When updating SSL certificate via web interface, it will be applied to a new connections. So you should renew the page in browser and maybe should clean browser data to display a new SSL certificate. WCS should be restarted to apply a new certificate when updating it via command...
  9. Max

    Webcallserver in docker - Failed to connect to rtsp stream

    If you can connect to the address from host, but cannot connect to it from the container, this is definitely Docker networking (routing) issue. Usually, Docker on Mac is not a good solution because it uses a virtual machine under the hoods. So, a complete Linux virtual machine or a separate...
  10. Max

    Enable camera after app starts (CallKit flow)

    Good day. You cannot change the constraints if stream is already publishing. Please clarify your flow: 1. Report the incoming call to CallKit SDK 2. Create a stream object 3. Publish the stream 4. Mute video 5. User opens the application 6. Unmute video Is that right? If yes, this seems to be a...
  11. Max

    Freezing SFU room

    Как именно оценивалось время перезапуска, по каким критериям: ответ по Websocket, загрузка демо-страницы, загрузка страницы статистики http://localhost:8081/?action=stat? Если долгий старт воспроизводится время от времени при перезапуске сервера, соберите отчет сразу после одного из таких...
  12. Max

    File format requirements

    Good day. The fragment provided has a correct file structure, but has only one key frame, so seems like it does not play correctly even in VLC. The error displayed on screenshot shows some problems with downloading data from S3 storage. May be channel bandwidth between WCS instance and S3...
  13. Max

    switchCam and switchMic is not working

    Good day. Please update Web SDK to the latest build 2.0.225. Reproduce the issue in Media Devices example using appropriate Switch buttons: Please note that microphone and camera switching works only when stream is publishing (you should publish stream first, then you can switch). If the issue...
  14. Max

    Unable to record

    Pleas check a Spam or similar folder of your inbox. Spam filters may reject notification emails.
  15. Max

    Call via SIP disconnecting after around 1 minute

    Yes, all the settings should be configured in flashphoner.properties file
  16. Max

    Необходима помощь в настройке трансляции камеры на Web Call Server

    Здравствуйте. WCS работает корректно. Если подать стрим с OBS, он играет в плеере. По какой-то причине, ffmpeg в вашем тесте не смог подключиться к WCS. 1) Попробуйте команды ffmpeg, которые перечислены в документации: https://docs.flashphoner.com/display/WCS52EN/Using+ffmpeg 2) Попробуйте с...
  17. Max

    Поддержка RTMPS

    Добрый день. RTMPS поддерживается для републикации RTMP на сторонний сервер (например, на Facebook). Для публикации RTMP на WCS RTMPS в настоящее время не поддерживается. Для захвата RTMP потока со стороннего сервера RTMPS не тестировался, если Вы можете предоставить такой URL...
  18. Max

    Web Call Server on digital ocean

    В этом случае перезапуск WCS должен помочь systemctl restart webcallserver Такое бывает, если NTP отвалился в момент, когда идет обращение к серверу лицензий, в этом случае время между дроплетом и сервером лицензий будет несинхронизировано, и лицензия считается истекшей. Если NTP работает...
  19. Max

    Web Call Server on digital ocean

    Да, можете здесь. После получения лицензионного ключа необходимо деактивировать предыдущий: Деактивация лицензии, затем активировать ноый ключ Активация через веб-интерфейс.
  20. Max

    Web Call Server on digital ocean

    Добрый день. Проблема не воспроизводится на дроплете, развернутом из DO Marketplace: работает с триальной лицензией по умолчанию. Пожалуйста, уточните: Вы запрашивали и активировали собственную триальную лицензию? Если да, то ее можно продлить, обратившись в sales@flashphoner.com и указав...
Top