Search results

  1. Max

    Multiple Edge servers behind AWS LB not communicating

    Good day. We answered you in this topic about CORS headers setting on server side.
  2. Max

    HLS edge server not playing

    Good day. Please update to latest WCS build. Please note that CDN version is changed to 2.4 since build 5.2.685, so it is recommended to update all the CDN servers. You should add the following parameters to flashphoner.properties on HLS Edge servers behind load balancer...
  3. Max

    screen sharing and re-publish error

    This is an ancient issue which was fixed. Please update to latest WCS build and Web SDK build If the issue persists in latest build, please collect a report as described here including client debug logs, and sed using this link, we will check. You can do the folowing: 1. Play the screen...
  4. Max

    Issue with Video chat and Screen sharing (two way communication)

    Using MCU mixer, speaking participant is shown by green frame This is enabled by default. Please see this doc. You should use a special suffix for screen sharing stream name (desktop by default) to automatically activate screen sharing layout Please see details here You can use REST API to...
  5. Max

    Mixer Layout

    Yes, by default. You can order layouts by stream name: user1, user2, ... Actually, server crashes here. The reason is this string layoutHeight = Math.min((int) ((layoutWidth*9.0d/16.0d)), (int) ((canvasHeight - (yUVFrameArr.length - 1) * PADDING_IN)/ (double) (yUVFrameArr.length - 1))); In...
  6. Max

    screen sharing and re-publish error

    Good day. We cannot reproduce the issue with the latest WCs and WebSDK builds. So please update to latest WCS build from this page. This can be probably network issue between WCS and RTMP server to republish, the channel bandwidth is not enough for HD stream for example. Please try to use Chrome...
  7. Max

    Player HTML5 - Show Controls

    If you wish to always display controls on video in most browsers, you should implement custom controls as done in Embed Player example
  8. Max

    AWS Marketplace AMI for CDN and autoscaling

    Yes, the servers using custom AMI may become useless unless the separate license is activated while creating this AMI.
  9. Max

    Issue with Video chat and Screen sharing (two way communication)

    We suppose the following workflow in this case: 1. The speaker publishes video (for example, speakerStream) and share its screen (for example, desktopStream). 2. All participants play speakers streams (speakerStream + desktopStream) with audio and video using constraints constraints...
  10. Max

    Не воспроизводится видеопоток в Safari

    Предоставьте постоянный (24/7) TeamViewer доступ к проблемному Macbook, а также доступ к веб-интерфейсу Вашего сервера для проверки. Доступы отправьте, используя эту ссылку
  11. Max

    Can you please link ticket WCS-2753 to my account

    You're right. We prepared the online doc about GCP load balancing with autoscale to clarify the isues mentioned in this topic.
  12. Max

    what is the codec of the Screen Sharing ?

    H.264 is used by default. Some devices and browsers do not support H.264 codec. In such a case VP8 is used. On WebRTC end you can remove all other codecs using stripCodecs option https://docs.flashphoner.com/display/WCS52EN/From+a+web+camera+in+a+browser+via+WebRTC 1. On WebRTC client...
  13. Max

    AWS Marketplace AMI for CDN and autoscaling

    If you create an instance from marketplace AMI, then create a custom AMI from this instance, and then use this custom AMI as autoscale group base, Amazon can bill this incorrect. Yes.
  14. Max

    Caller ID Phone UI

    Good day. You can set the following session options: this.sipOptions = {}; this.sipOptions.login = $('#sipLogin').val(); this.sipOptions.password = $('#sipPassword').val(); this.sipOptions.authenticationName = $('#sipAuthenticationName').val(); this.sipOptions.domain =...
  15. Max

    Артефакты на видео

    Вы воспроизводили этот стрим в плеере с другого клиента во время записи, и артефактов не было? В таком случае необходим полный отчет, включая дебаговые логи публикации, дамп трафика на стороне сервера и сэмпл записи, снятые одновременно во время воспроизведения проблемы. Дамп трафика необходимо...
  16. Max

    AWS Marketplace AMI for CDN and autoscaling

    It cannot be used in autoscaling configuration as described in docs because Amazon billing can be incorrect for custom AMI. Using Cloud Formation can be solution (in this case Amazon declares their billing to be correct), but we working on it yet.
  17. Max

    streaming from ReactNative app

    We added the documentation about decoded frames interception and changing on server side. The Java interface class implementation is required, but you can also invoke python from Java if needed. Please note that pictures will be decoded only if stream transcoding is enabled, so you shoudl...
  18. Max

    AWS Marketplace AMI for CDN and autoscaling

    Good day. Yes, the marketplace WCS AMI can be used to deploy CDN. For autoscaling, you should buy and activate license on this step, or try to use AWS CloudFormation. We now working on documenting CDN setup with load balancing in ticket WCS-2797.
  19. Max

    Issue with Video chat and Screen sharing (two way communication)

    Yes. When mixer is used, a publisher (and all the participants) receives one stream. Otherwise, a publisher receives 99 streams. Even with 100 kbps per stream it requires 1 Gbps channel bandwith from publisher to server, so this will not work properly. Mixer allows to reduce streams count per...
  20. Max

    streaming from ReactNative app

    You should set bitrate on publisher side, not only frameRate. Please look at source code - (FPWCSApi2MediaConstraints *)toMediaConstraints { FPWCSApi2MediaConstraints *ret = [[FPWCSApi2MediaConstraints alloc] init]; ... if ([_sendVideo.control isOn]) {...
Top