Search results

  1. Max

    Limit number of opened sessions per IP

    Hello WCS server sends REST request http://localhost:8081/EchoApp/connect upon each websocket connection attempt This REST request contains IP of user who is trying to establish the websocket connection. 1. You can configure your own REST URL , i .e. http://myhost/myapp 2. You can handle such...
  2. Max

    Could not resolve project :fp_wcs_api.

    Good day. Please make sure you've done all the steps described here: Preparing examples for building. Than you can build examples with Gradle from commad line or with Android Studio.
  3. Max

    Call Kit and Flashphoner

    In this case, you have to wait for our CallKit usage example release (ticket WCS-3420). To resolve the issue, we need a reproduction. So, we implement the example and check if the issue is reproducing. We let you know results here.
  4. Max

    License activated demo app audio says I am still running trial version

    It is recommended to restart WCS after changing license key.
  5. Max

    GPU Transcoding and Custom Transcoder Interface

    Now, GPU transcoding is on testing and debugging stage. It's not ready yet for production use. Please be patient.
  6. Max

    RTSP Stream failed

    Hello All related threads are tagged https://forum.flashphoner.com/tags/wcs-3106 Once the issue is resolved or if we have early builds, we will update all tagged threads. The ticket is internal and activity is not visible.
  7. Max

    Mixer layout question

    In the latest WCS builds it is possible to set layout and other mixer parameters while creating mixer via REST API: Mixer configuration while creating the instance using REST API
  8. Max

    iOS Screen Capturer, fatal error в одной из последних версий фреймворка

    Да, настройкой на стороне сервера mixer_show_separate_audio_frame=false Необходимо настроить размеры микшера так, чтобы соотношение сторон соответствовало портретному mixer_video_width=720 mixer_video_height=1280 Имя потока трансляции экрана должно включать слово desktop (или другое слово...
  9. Max

    Question about record link file.

    We reproduced the behaviour in latest WebSDK builds. This is not a problem, but expected behaviuor in WebSDK build since 2.0.210 and newer. Please read this doc for details: Start stream playback with muted audio So you should update WebSDK to 2.0.212 and use the stream option unmutePlayOnStart...
  10. Max

    Flashphoner.init() multiple times

    1. Please try to reproduce the problem with our demo server https://demo.flashphoner.com:8888/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.html 2. If problem is not reproducing with demo server, please check if media ports on your server instance are available from the...
  11. Max

    iOS Screen Capturer, fatal error в одной из последних версий фреймворка

    В таком случае поможет микширование: стрим с экрана + стрим с микрофона того, кто транслирует экран. И этот микшированный стрим вставлять в комнату. Создавать микшер и добавлять в него потоки можно через REST API. В таком случае нужно модифицировать код примера до тех пор, пока проблема не...
  12. Max

    Video chat not working with iPhone in power save mode

    Good day. We added Low Power Mode detection example to Conference application in WebSDK build 2.0.212: Stream publishing and playback in Low Power Mode
  13. Max

    Settings (server and client) for fullHD Streaming

    You can use a minimal example from our site with step by step instructions (and here is the source code to download). You should use stream options and constraints in the example recommended above: function publishStream() { stream = session.createStream({ name: "stream"...
  14. Max

    Question about record link file.

    We cannot reproduce the problem with WebSDK build 2.0.207. So seems the problem is in custom code, perhaps in video tag attributes. Please check if the problem is reproducing in Two Way Streaming example. If not, modify the example code minimally to reproduce the problem and send the code using...
  15. Max

    Wowza stream authentication

    In the latest WCS builds, this feature is supported. Please read details here: Parameters passing in server URL
  16. Max

    Question about record link file.

    What WebSDK version do you use? Please update to build 2.0.209 and check if the problem is reproducing in Two Way Streaming example. If not, modify the example code minimally to reproduce the problem and send the code using this form.
  17. Max

    iOS Screen Capturer, fatal error в одной из последних версий фреймворка

    Добрый день. Да, есть возможность захватывать аудио с микрофона отдельным потоком. Смотрите пример iOS Screen Capturer Swift Здесь могут быть две причины: 1. Ключевые фреймы высылаются редко. В этом случае должна помочь настройка на стороне сервера periodic_fir_request=true...
  18. Max

    SSL certificate

    Yes you can, but wildcard looks smoother in production use. Please clarify your case: what kind of streams you plan to record: WebRTC from browser, RTMP, RTSP? Please also read the details about stream recording here: Stream recording
  19. Max

    Playing an RTSP stream via webRTC in local network

    Please check if you open the sample page in browser using HTTPS. WebRTC does not work via HTTP, so you can't play the stream in client browser. The only address where WebRTC is available via HTTP is localhost.
  20. Max

    Поддержка инстансов AWS

    Flashphoner AWS Marketplace AMI обновлен до сборки WCS 5.2.1127, инстансы m6i доступны для выбора при использовании образа.
Top