Search results

  1. Max

    Question about FlashPhoner on Chrome macOS Monterey 12.2

    Good day Please reproduce the issue in Two Way Streaming example. If it's reproducing please provide Chrome Dev Tools console screenshot.
  2. Max

    Could not resolve project :fp_wcs_api.

    Please clarify: what exactly result you've got on every step (1, 2, 3, 4)? Also check if examples are built correctly with Gradle from command line.
  3. Max

    Flashphoner.init() multiple times

    Yes, ICE connection is establishing only for WebRTC publishing/playback. And seems this is broken yet on some of Samsung devices (but on good old flagships like S10/S10+ ICE works correctly both in Chrome and Samsung browser). So, we have to wait for Samsung fix and use Firefox as workaround.
  4. Max

    Flashphoner.init() multiple times

    Thank you for investigation. Please, check if the problem is reproducing in latest Samsung browser build (they may fix it in proprietary browser). If this is not fixed yet, try also to publish VP8 in Media Devices example: If codec stripping does not help, seems like Firefox is the only...
  5. Max

    Flashphoner.init() multiple times

    As you mentioned in this post, other WebRTC examples (AppRTC, TrickleICE) also does not work properly in Samsung browser. We use the standard WebRTC API (getUsersMedia, PeerConnection etc) in all the browsers. So the problem is not in WebSDK, but in WebRTC implementation in the browser. Also, we...
  6. Max

    Could not resolve project :fp_wcs_api.

    The examples should be configured for building: a special script adds the downloaded library version to dependencies, sets the minimal targetSDK etc.
  7. Max

    My WCS instance is currently not working.

    Hello We don't have access to your instance. Please send SSH access details using this form. Then we will be able to check.
  8. 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...
  9. 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.
  10. 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.
  11. Max

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

    It is recommended to restart WCS after changing license key.
  12. 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.
  13. 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.
  14. 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
  15. Max

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

    Да, настройкой на стороне сервера mixer_show_separate_audio_frame=false Необходимо настроить размеры микшера так, чтобы соотношение сторон соответствовало портретному mixer_video_width=720 mixer_video_height=1280 Имя потока трансляции экрана должно включать слово desktop (или другое слово...
  16. 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...
  17. 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...
  18. Max

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

    В таком случае поможет микширование: стрим с экрана + стрим с микрофона того, кто транслирует экран. И этот микшированный стрим вставлять в комнату. Создавать микшер и добавлять в него потоки можно через REST API. В таком случае нужно модифицировать код примера до тех пор, пока проблема не...
  19. 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
  20. 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"...
Top