Recent content by Max

  1. Max

    DigiEye's streams cant be played

    We reproduced the issue playing the stream from the dump provided and raised the ticket WCS-4129, We'll let you know about progress here.
  2. Max

    invoke method call for client

    Добрый день. Нужен полный отчет с логами и настройками сервера: Сбор отладочных логов при помощи скрипта report.sh. Пришлите его через эту форму.
  3. Max

    How to remove and reinsert audio during video transmission (mute X)

    WebSDK does not support track adding or removing. Perhaps we will support it in the next major version, but it is not a priority task and will take a long, long time to release.
  4. Max

    How to remove and reinsert audio during video transmission (mute X)

    Good day. You don't need to remove audio track to mute it. Use Stream.muteAudio() method, for example (Conference sample source code) $("#localAudioToggle").text("Mute A").off('click').click(function(){ if (stream.isAudioMuted()) { $(this).text("Mute A")...
  5. Max

    IDecodedPcmInterceptor Java 9+ support

    We placed IDecodedPcmInterceptor implementation to a separate package com.flashphoner.pcmInterceptor, tested on JDK 12, 14, 17, 18. It seems to be working. So we updated the example in documentation: Server audio processing. Please try to build it as described.
  6. Max

    Unreponsive due to high CPU usage

    Good day. We found a probable reason for SocketException and fixed it in build 5.2.1963. We also added some logging to detect a problem if it persists. Please update and check.
  7. Max

    Version not available on update

    Good day. This is a known issue: a fixed 5 seconds timeout is used to check if a build is available to download. This timeout is enough in most cases, but may be not enough if there are som temporary network issues between server to update and the builds file storage. There is the ticket...
  8. Max

    Video transmission stops midway

    Send indication is sent by client. If client stops sending suck packet it probably stops sending a media traffic too.
  9. Max

    Video transmission stops midway

    Yes. According to the dump and explanation provided, a problem is between TURN server and publishing client, not between WCS and TURN сервер.
  10. Max

    Video transmission stops midway

    No. This is definitely a problem between publishing client and TURN server. Yes, the bottleneck may be in network settings.
  11. Max

    Video transmission stops midway

    Good day. Unfortunately, you've not provided any additional information to the dump: 1. TURN server address, WCS server address, client address 2. Was it publishing or playing client? We see in dump a periodic Previous segment not captured messages with TCP retransmission. It seems like a packet...
  12. Max

    ERROR Error: Flashphoner API is not initialized

    We checked publishing and playback on your server. When using a valid server domain name (we get it using reverse DNS lookup), a test stream is playing successfully in Player example in iOS Safari 17.4.1. But Safari refuses to connect to secure Websocket when connecting by IP address So you...
  13. Max

    Flashphoner Android SDK plays stream shows call volume slider

    This is WebRTC library implementation behaviour. We can't change that.
  14. Max

    Parsing error when collecting format prometheus stats

    Good day. We fixed the issue in WCS build 5.2.1960. Please update and check.
  15. Max

    ERROR Error: Flashphoner API is not initialized

    We tested WebRTC playback in iOS Safari 17.4.1 (iPhone 12 mini) on our demo server (WCS build 5.2.1917, WebSDK build 2.0.240): 1. Published a test stream in Media Devices example in Windows Chrome 123 2. Played the test stream in Player example in iOS Safari 17.4.1 The stream is playing...
Top