Search results

  1. Max

    Microphone Feedback in android device

    Good day. googEchoCancellation and another constraints are probably not supported in iOS, so we raised the ticket WCS-3036 to investigate how to integrate echo cancellation to iOS SDK. Will let you know results here.
  2. Max

    Зависает микшер

    Добрый день! Провели тестирование по вашему кейсу. Для WCS версии 5.2.873 на AWS c5.2xlarge при воспроизведении потока микшера в VLC плеере по RTMP подвисаний или артефактов не было. Поток микшера воспроизводился корректно. Для дальнейшей диагностики, пожалуйста, предоставьте ssh доступ к...
  3. Max

    iphone video freeze

    By default, localion parameters are relative to example source code: Flashphoner.init({ flashMediaProviderSwfLocation: '../../../../media-provider.swf', receiverLocation: '../../dependencies/websocket-player/WSReceiver2.js', decoderLocation...
  4. Max

    Как сделать публикацию стрима под android только с Audio?

    Добрый день Так действительно не получится. Вы удалили видео дорожку из потока, чтобы ее добавить, нужен повторный обмен SDP между клиентом и сервером. Это пока не реализовано на стороне сервера, хотя есть в планах. Однако, мы не можем пока назвать сроки реализации, тем более на стороне Android...
  5. Max

    Java Memory Allocation on Linux 2 AMI

    Unfortunately, Java version is not a biggest change. Amazon Linux is based on old Fedora, and Amazon Linux 2 is based on Centos 7.3. So OS is changed too: a new kernel, glibc, systemd, etc. Amazon claims to deprecate Amazon Linux in near future, so we have to move AMI to Linux 2. We raised the...
  6. Max

    how many endpoints concurrently

    Hello! Unfortunately, the information provided by you from the statistics page is not informative. Please tell us step by step how you are testing and, if possible, provide ssh access to your WCS to analyze the problem. You will also need screenshots of the quality reduction and the results...
  7. Max

    WebSocket connection to 'wss://host:8443/' failed: Error during WebSocket handshake: Unexpected response code: 302

    Add read and execute permissions for others for all the parent directories of the streaming directory chmod -R o+rx home If that is not acceptable, since build 5.2.864, WCS can be started under root by script from /usr/local/FlashphonerWebCallServer/bin ./startup.sh or ./webcallserver start
  8. Max

    Function documentation

    The JavaScript API is built from sources using JSDoc Sources https://github.com/flashphoner/flashphoner_client/tree/wcs_api-2.0 JavaScript API https://flashphoner.com/docs/api/WCS5/client/web-sdk/latest Example: https://flashphoner.com/docs/api/WCS5/client/web-sdk/latest/Session.html Init...
  9. Max

    Can't play rtmp video while playing

    Could you provide your nginx.conf with RTMP configuration.
  10. Max

    Java Memory Allocation on Linux 2 AMI

    Hello! We tested your case. Indeed, when using the AWS t3.medium instance, there is a freeze when the recording of 16 streams is completed with any WCS-core settings - when the memory allocated for Heap is increased and when ZGC is configured. Changing the Heap and ZGC settings is...
  11. Max

    Can't play rtmp video while playing

    Good day. We noticed that the stream is not available. Could you, please, provide access for our engineers.
  12. Max

    For streaming is that mandatory to set setLocalRenderer on Android.

    Please check if you downloaded latest Android SDK library 1.1.0.17 and build examples according to this manual. Then, test Screen Sharing example out of the box, without modification. Please note that Android SDK 1.1 works only on Adroid 9 and newer (due to WebRTC library used). Also check if...
  13. Max

    Can't monitor server via Jconsole nor Visual VM

    We have tested on our test servers of course. If you need us to check your server you should provide SSH access using this private form.
  14. Max

    WebSocket connection to 'wss://host:8443/' failed: Error during WebSocket handshake: Unexpected response code: 302

    This issue not occured while we tested you server (see above). Usually, audio may be out of sync video if there are packet losses on publisher or player channel. Please check the channel quality using Media Devices example as described here. You can also try to switch WebRTC transport to TCP for...
  15. Max

    Can't monitor server via Jconsole nor Visual VM

    Good day. We cannot reproduce the issue. Both JMC and JConsole (Oracle JDK 8) successfully connect to WCS server with the following settings in wcs-core-properties -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.ssl=false...
  16. Max

    iphone video freeze

    Please do the following: 1. Check if stream playback on iPhone works in Two Way Streaming example shipped with WCS 2. Carefully modify the TwoWay Streaming code to reproduce the issue 3. Send us the code modified using this private form
  17. Max

    How complete facebook live setup in aws ec2 with web call server.

    We answered you in this topic
  18. Max

    How to change default WSS adress in Webrtc as rtmp rebublishing

    Good day. We tested this as follows: 1. Modify the file /usr/local/FlashphonerWebCallServer/client2/examples/demo/streaming/webrtc-as-rtmp-republishing/webrtc-as-rtmp-republishing.js 2. Open WebRTC as RTMP example...
  19. Max

    For streaming is that mandatory to set setLocalRenderer on Android.

    Good day. Yes, it is mandatory to set local renderer to capture video in Android SDK. Before picture is sent to server, it must be drawn on surface. We tested Screen Sharing example application with the latest Android SDK 1.1 build 1.1.0.17, it seems to be working.
  20. Max

    Can't play rtmp video while playing

    We working on it in ticket WCS-3032 as mentioned above. But we do not provide any ETA on forum tickets. So we suppose temporary solutions to use until the problem will be investigated and fixed. If temporary solutions are not acceptable, you'll have to wait for fix. Please also keep the stream...
Top