Search results

  1. Max

    Ошибка Access Denied при попытке скачать iOS SDK v.2.6.19

    Добрый день, проблему исправили, сборка 2.6.19 загружается. Спасибо, что обратили внимание.
  2. Max

    SSL и Android

    В сборке Android SDK 1.0.1.73 добавлена опция сессии SessionOptions.trustAllCertificates аналогично Android SDK 1.1. Подробнее здесь.
  3. Max

    iOS 14 crash after calling play() for each streaming source

    Good day. Since build 2.6.19, iOS SDK includes two frameworks: Objective C and Swift Please review Swift framework examples description here and source code here
  4. Max

    Minimize the video call screen and display a floating RTCEAGLVideoView over other screens

    Good day. Since build 2.6.19, iOS SDK includes two frameworks: Objective C and Swift Please review Swift framework examples description here and source code here
  5. Max

    Video stream shows a white screen on Chrome 88 - Android 10

    Good day. We do not receiving such reports yet. We also tested Player example in Chrome 88.04324.141 and 88.0.4324.93 on Xiaomi Redmi 9, Samsung S9+ (Android 10) and S10+ (Android 11) and cannot reproduce the issue. Recently, there was a fix in build 5.2.889 concerning stream playback if...
  6. Max

    Cannot play mixer stream in iOS

    Failed by ICE timeout means WebRTC connection cannot be established from the device to the server. It is no depending on client code. So we back to the post above: - please check if media ports (31001-32000/udp by default) are avalable from the device where error occurs - please collect a report...
  7. Max

    Высокие показатели nack count на origin

    Добрый день. При публикации сервер присылает Nack в том случае, если он не получил пакет данных либо не смог его обработать. Проверьте, что при тестировании в Media Devices включен транспорт TCP, в этом примере он всегда задается явно, поэтому настройки сервера не влияют. В присланном Вами...
  8. Max

    Через 30-40 секунд звонок отключается

    Добрый день! К сожалению, из лога, который вы прислали, нельзя сделать вывод о причинах сбоя подключения к SIP серверу. Пожалуйста, соберите и пришлите серверные логи на момент подключения к SIP серверу. Для сбора логов на вашем WCS сервере выполните следующие команды: cd...
  9. Max

    Live Stream getting freeze

    Please clarify what exactly does not work. Provide SSH access using this form if necessary. All the fixes concerning 4K streaming are in 5.2. 5.1 branch was not even tested for 4K streaming, so you should upgrade. Please read this article about 4K streaming issue. Briefly, 4K requires: - TCP...
  10. Max

    sharing only Audio

    You can use stream mixer functions at server side if you want to mix a different streams. Please read also here if you wish to dub a video stream with some audio one.
  11. Max

    sharing only Audio

    Good day. You can publish audio only stream using constraints publishStream = session.createStream({ ... constraints: { video: false, audio: true } ... }).publish(); You can capture audio stream from canvas as described here, then publish audio only...
  12. Max

    SSL и Android

    По портированию фикса SSL в Android SDK 1.0 есть тикет WCS-3047
  13. Max

    При подключении наушников к устройству, звук идет через динамики устройства

    Это связано с требованиями библиотеки WebRTC, которая интегрирована в Android SDK 1.1 Создали отдельный тикет WCS-3059 по портированию фикса в Android SDK 1.0. Пока Вы можете тестировать на Android SDK 1.1, функция будет та же самая.
  14. Max

    SSL и Android

    Добрый день. Только анализом трафика в Wirashark и т.п. В сборках до 1.1.0.18 у нас вообще должны были проходить проверку любые сертификаты. Начиная с этой сборки, добавлен параметр сессии sessionOptions.trustAllCertificates, который по умолчанию проверку всех сертификатов отдает системе. Если...
  15. Max

    При подключении наушников к устройству, звук идет через динамики устройства

    В сборке 1.1.0.19 добавлена возможность переключения на Bluetooth гарнитуру при помощи функции Flashphoner.getAudioManager().setUseBluetoothSco() Подробности здесь.
  16. Max

    Live Stream getting freeze

    Have you tried the solution we recommended in this post? We still recommend you to update WCS to 5.2 because 5.1 is obsolete and is not supported now. The common recommendations for both versions are in this post, but channel quality detection is not supported in 5.1.
  17. Max

    Cannot play mixer stream in iOS

    What Stream.getInfo() and [ICODEStream.getErrorInfo()[/ICODE] methods return in this case?
  18. Max

    Session is undefined - Two_way_streaming.js

    The publishing browser can change stream resolution and bitrate on the fly if it does not fit to the channel. So if you're publishing 1280x720, but on players side the resolution is 960x540, this means you channel is not enough to publish 720p. So you have to lower publishing resolution and/or...
  19. Max

    how can I avoid stream disconnect

    Good day. You can resume stream playback on client side as described here Yes, you will receive STREAM_STATUS.FAILED when stream is stopped by some failure or if there is no such stream on server.
  20. Max

    Mac OS Safari Broadcaster - HLS not working

    We cannot reproduce the issue in Chrome 88 on Mac OS Catalina and MacOS BigSur. Just wait for Chrome update. Use Safari on High Sierra as workaround.
Top