Search results

  1. Max

    Minimize the video call screen and display a floating RTCEAGLVideoView over other screens

    There is the ticket WCS-2794 to update WebRTC library in iOS SDK. In this case, RTCEAGLVideoView will probably be replaced by RTCMTLVideoView. There is also the ticket WCS-2853 to migrate iOS SDK from Objective C to Swift, in this case WebRTC library will also be updated. Both tickets will take...
  2. Max

    Add delay to player

    The set of RTP activity options is intended to control stream publishing and stop it if no media data is received during time interval (60 seconds by default) To disable RTP activity checking, both options should be turned off In your case, they should be turned off on edge servers because the...
  3. Max

    Minimize the video call screen and display a floating RTCEAGLVideoView over other screens

    Good day. Probably yes. However, this is subject to test. Those applications are probably use something like React Native which have a separate WebRTC implementation. We raised the ticket WCS-2852 to support React Native but this will take a time. You can also use WebSDK, in this case the...
  4. Max

    Add delay to player

    Good day. We checked audio only streaming with republishing as RTMP in Media Devices example on your server, and the stream plays correctly with 60 seconds delay. Please don't forget to disable video playback for playing audio only streams (see screenshot, "Play video" switch should be disabled)...
  5. Max

    FlashPhoner Web Browser compatibility

    Hello! Can you tell us more: What doesn't work for you? How is it supposed to work? To help you, we need to have a minimal understanding of your case. For your questions: Firefox has a bug https://bugzilla.mozilla.org/show_bug.cgi?id=1652426, opened at our request and fixed in Firefox 80 and...
  6. Max

    https custom domain AWS

    Hello Please provide SSH access to your AWS server. We will check. 1. Make sure ip and ip_local settings are correct /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties ip - public IP of Amazon AWS Instance ip_local - private IP Amazon AWS Instance 2. Make sure UDP ports in...
  7. Max

    Add delay to player

    You should only update the server where stream is republished to localhost as RTMP. So it's enough to update Origin only.
  8. Max

    Add delay to player

    Good day. We fixed the issue with audio only and video only streams republishing as RTMP with bufferization enabled in build 5.2.744. Please update and check.
  9. Max

    хочу стать клиентом

    Именно поэтому мы его рекомендовали. Если на сервере памяти мало в принципе, и под Java heap выделено 1-2 Гб, разницы между CMS и ZGC не будет, но если памяти много, ZGC значительно обходит CMS по производительности.
  10. Max

    Canvas - Capture iFrame instead a video

    Yes, browser uses CPU while capturing screen, but another applications (OBS Studio for example) also require a lot of CPU while streaming unless hardware acceleration is enabled. So this seems as common drawback: presenter should have a powerful desktop with GPU supported by browser/OBS/etc...
  11. Max

    хочу стать клиентом

    Пожалуйста, уберите параметры -XX:+UseLargePages -XX:ZPath=/hugepages работу с большими страницами памяти имеет смысл настраивать при большой частоте подключений (т.е. пользователи быстро подключаются и сразу отключаются, например, листают потоки). В Вашем случае это пока не нужно. Мы писали об...
  12. Max

    хочу стать клиентом

    Поместили Ваш HTML код на веб сервер без изменений, плеер работает Проверьте, что Вы открываете тестовую страницу с плеером по HTTPS (все ссылки, включая HLS URL, у Вас в HTTPS Проверьте также, что пишет браузер в консоли.
  13. Max

    Security problem only on smartphones?

    To get this working in mobile browsers, all pages must be secure (https), must have valid domain name and valid SSL certificates imported. 1. Take a valid domain name for your server, i.e. wcs.mycompany.com 2. Set DNS A record 157.245.88.113 wcs.mycompany.com 3. Purchase SSL certificate for...
  14. Max

    Documented scripts working only on desktops?

    Hello Take a look at full Two Way Streaming example: https://demo.flashphoner.com/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.html https://demo.flashphoner.com/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.js Does it work on mobile browsers? When...
  15. Max

    хочу стать клиентом

    У вас видимо не хватает video-js.css. Его можно скачать с официального сайта проекта https://videojs.com/ Или ищите в архиве, который прикреплен к этому сообщению.
  16. Max

    Безопасность

    Да, такая схема работы возможна. Логин и пароль для авторизации можно передать в строке обращения к WSS в таком виде wss://login:password@host:port port - значение не обязательное, если nginx у вас будет на стандартном порту. Конфиг nginx для http соединения будет примерно таким (ниже секция...
  17. Max

    WebRTC Streaming issues

    Unfortunately, the trick supposed in this thread work only for playing streams, but not for publishing. RTCPeerConnection ontrack event handler fires when stream is added to RTCRtpReceiver, but not RTCRtpSender. And, for playing streams, this is already done. So using muted audio seems the only...
  18. Max

    AWS устаревшая версия

    Добрый день. Сборка в AWS Marketplace обновлена до 5.2.728. Также, начиная с этой сборки, образы базируются на Amazon Linux 2.
  19. Max

    AWS Marketplace AMI for CDN and autoscaling

    Good day. AMI based on Linux 2 (WCS build 5.2.728) is published on AWS marketplace. All updates will also be based on Linux 2.
  20. Max

    WCS EC2 Server type recommendation

    According to our tests, the c4.large instance showed a speed of about 500 mbps. This instance may be enough for your task without scaling. But, if necessary, you can use the CDN with automatic scaling and load balancing. More on setup in this article
Top