Search results

  1. Max

    Reference Error :browser is not defined

    Good day. We fixed the unnecessary dependencies issue in WebSDK build 2.0.169. Screen sharing minimal example described here should now work in Chrome browser without utils.js or other dependencies.
  2. Max

    audio playback issue

    Good day. Please check if the problem is reproducing in MCU Client example https://wcs:8444/client2/examples/demo/streaming/mcu_client/mcu_client.html You can also try to implement a minimal MCU conference example as described here.
  3. Max

    Reference Error :browser is not defined

    We have raised internal ticket WCS-3195. Will keep you informed.
  4. Max

    Reference Error :browser is not defined

    Hello Try to import this js file https://demo.flashphoner.com/client2/examples/demo/dependencies/js/utils.js It seems flashphoner.js has dependency on Browser variable of utils.js We will double check screen sharing embedding example...
  5. Max

    Issue With Screen Share

    In modern browsers versions, you can share screen without extension, please read details here
  6. Max

    Перестала работать запись

    В этом случае только использовать другой порт, работающий по умолчанию (HTTPS 8888), либо менять порт в настройках на любой другой, который не пересекается с используемыми портами и требованиями хостера, например https.port=48444
  7. Max

    Перестала работать запись

    Только настройка https.port, в которой указан другой порт для HTTPS, но по отчету эта настройка у Вас выставлена по умолчанию, что подтверждается данными netstat из отчета Принимаются ли REST API запросы, если обращаться на HTTP порт 8081? Доступна ли страница статистики...
  8. Max

    Перестала работать запись

    Добрый день. У всех публикаций, которые есть в логах, "record" : false. Также в логах нет записей о получении REST API запросов на запись, таких, как 14:24:55,782 INFO RestApiRouter - HTTP-pool-3-thread-2 Use controller class com.flashphoner.rest.server.rest_v2.RestStreamController with...
  9. Max

    RTSP Stream Says Playing But No Video

    Good day. Please collect a report as described here including traffic dump collected on the server side. Please note that traffic dump collection must be started before trying to play the stream in demo player. One minute should be enough. Then, send logs and traffic dump using this form Since...
  10. Max

    Reference Error :browser is not defined

    Good day. Please check if the problem is reproducing in Screen Sharing example available on your WCS instance by URL https://wcs:8444/client2/examples/demo/streaming/screen-sharing/screen-sharing.html. If yes, please provide the following: - OS and browser version - WCS version - Web SDK version...
  11. Max

    Getting Error in some cases

    Good day. Usually, Could not start video source means that web camera is busy by some other application (other browser for example), or web camera access is not allowed for this site. Please check this.
  12. Max

    Не запускается звук в safari

    Добрый день. Воспроизводится ли проблема в стандартных примерах Web SDK: Two Way Streaming, Player, Video Chat? Если не воспроизводится, модифицируйте код одного из этих примеров в минимальном объеме так, чтобы проблема воспроизводилась, и пришлите нам, используя эту форму. Также посмотрите...
  13. Max

    WebRTC:VP8 player loader keeps spinning

    You can deploy Web SDK examples to another web server and connect to your WCS server via websocket wss://your-wcs-server:8443. So it is not necessary to enable demo feature, just open websocket port 8443 and WebRTC media ports to test. If the problem is reproducing with Media Devices example...
  14. Max

    SSL issue

    Good day. You can roll SSL certificate storage back to default self-signed certificates. Connect to the server instance via SSH, go to WCS configuration folder cd /usr/local/FlashphonerWebCallServer/conf and copy default SSL storage file over the corrupted one yes | cp wss.jks.backup wss.jks...
  15. Max

    Issue With Screen Share

    Good day. You can use Stream.switchToScreen() and Stream.switchToCam() functions. Please read details here
  16. Max

    Error during WebSocket handshake

    Good day. Please note that if you're receiving error 403 when connecting to wss://demo.flashphoner.com like in this post, this is normal behaviour. You can connect to our demo server usin its built-in web interface only. If you're experiencing this problem using your own WCS instance, please...
  17. Max

    macOS Big Sur. roomApi. Участника выкидывает если у него отключена камера

    Добрый день. Баг Webkit, приводивший к данной проблеме, исправлен в MacOS 11.3.1, Safari 14.1 (16611.1.21.161.6). Необходимо обновить Mac до этих сборок, если они поддерживаются.
  18. Max

    AWS CloudFormation template

    Good day. Not yet. There is the ticket WCS-2797 about that, but this is not a priority task. You can use this example from AWS labs with UserData example script from this page modified as you need.
  19. Max

    Не корректное получение стирма на Android - Pixel 3 и Pixel 3XL

    Уточните также: проблема проявляется только на Android 11 или на доступных для этих моделей младших версиях тоже?
  20. Max

    WebRTC:VP8 player loader keeps spinning

    Good day Please clarify: do you stripping H264 codec from server settings like this: #codecs =opus,alaw,ulaw,g729,speex16,g722,mpeg4-generic,telephone-event,h264,vp8,flv,mpv codecs =opus,alaw,ulaw,g729,speex16,g722,mpeg4-generic,telephone-event,vp8,flv,mpv...
Top