android

  1. bb0707

    [Android] Room already has user with such login

    Hi team, Currently, when the network is down, I will disconnect by calling RoomManager.disconnect() private val networkCallback = object : ConnectivityManager.NetworkCallback() { override fun onAvailable(network: Network) { } override fun onLost(network: Network) {...
  2. bb0707

    [Android] Issue with Android Media Devices example.

    Hi team, I have some issues with the Android Media Devices example. Issue #1: Steps: 1. Publish stream. 2. Play stream. 3. Open another camera app. 4. Open the example app again. Actual result: The local render view and remote render view are black. It looks like the camera has been stopped...
  3. A

    Доступ к микрофону после запуска стрима Abdroid/iOS SDK

    Есть задача после запуска стрима получить доступ к микрофону и брать с него данные для другого сдк внутри приложения. Возможно ли это сделать с включенным микрофоном на стриме и если нет, то возможно ли если микрофон на стриме выключить?
  4. P

    Android | Для чего нужен layout.PercentFrameLayout и org.webrtc.SurfaceViewRenderer | localRender

    Здравствуйте, используем ваш пример из android SDK - Screen Sharing. Есть кусок кода из верстки, если который убрать, то стрим будет но без картинки. https://github.com/flashphoner/wcs-android-sdk-samples/blob/1.1/screen-sharing/src/main/res/layout/activity_screen_sharing.xml...
  5. S

    Chrome Android 11 ICE Timeout

    Hi! When I'm trying to connect to stream to my server (via wss, using WEB SDK), all it's right except in Chrome of Android 11 (only Android 11) with an "ICE Timeout" error. With any other device (included iOS, Android 10 or under and Computer), all it's correct without any problem. Is there any...
  6. A

    Внешний видеоисточник

    Использую бибилиотеку Banuba для наложения масок на лицо. Banuba умеет отдавать кадры. Вопрос. Могу ли я к Flashphoner прикрутить внешний источник по примеру как это делает Agora https://dev.to/ysc1995/build-a-streaming-application-with-face-filter-on-android-2fjm (раздел Push External Video...
  7. Mik

    Не пишется видео-поток с android firefox

    Добрый день Один и тот же телефон, android 10, chrome - порядок, firefox stable/firefox beta - поток не пишется. Клиентский лог с ошибками прилагаю. P.S. Сервер 5.2.789
  8. G

    Conference Screen - Android Sample App 1.1 is not responding

    Hi, Conference Screen(Android Sample App): The app is not responding on click of leave button in Android 10 version mobile(Xiaomi Note 7 Pro). Steps to produce the bug: Scenario-1: i. Join 2 users in one room. ii. publish the video for another mobile (2nd user). iii. click leave button in...
  9. G

    Procedure to implement Screen Sharing in Conference Room - Android

    Hi, Please let us know the procedure to implement Screen Share feature in Conference Room for Android. Thank you in advance.
  10. buzolive

    How to apply beauty and filter feature in live stream

    hello , i am developing a app where i integrated flashphoner ,now i need to apply beauty and filters on stream camera how can i do that ?. it can be done with flashphoner or by third party?. or is it possible to do please tell...
  11. M

    Publisher playback video black

    We started to receive complaints from a few customers on Android and iPhone with black video when publishing. Our connection workflow is the following: 1. Broadcaster open the page, video playback is shown and it connects to Flashphoner server to create the session (Video showing) 2...
  12. G

    Some of live streaming URL not working in Android System WebView

    Hi, I made Android Application for my product and only display my website in android system webview. Now In some of the Android Phone my live streaming URL is not working. Live Streaming URL is working in Desktop Chrome Browser, Mobile Phone chrome Browser but having issue in Android Phone...
  13. P

    SessionOptions for Android

    Hello, 1. on iOS, "FPWCSApi2SessionOptions" class offers "urlServer", "appKey", and "custom" parameters. 2. on Android, only "urlServer" and "renderers" are available. How about "appKey" and "custom"? 3. on Web, there is an "appKey" & "custom" fields available. "custom" field is important for...
  14. A

    Microphone Feedback in android device

    Hi I am facing an issue with android device.. When the call is in loudspeaker there is a lot of feedback when two people are talking to each other is there any way to eliminate the feedback?
  15. P

    Тихий звук с android в конференции

    Добрый день, В конференции при подключении людей с android с использованием Chrome звук с микрофона намного тише чем у остальных участников, тесты делали с разных телефонов, одно и тоже. С iPhone (safari) все ок. Что может быть?
Top