Search results

  1. Max

    Embed text/images overlay in live stream video

    If you need to add custom image to stream, you should update WCS to latest build and do the following: 1) Place an image in PNG format to some folder on WCS server, /opt/media/Test.png for example 2) Publish a stream named stream1 for example 3) Create a transcoder using REST API query POST...
  2. Max

    Can not build and run Android sample projs

    Please clarify: do you try to build Android sample applications to capture or publish stream from/to http://kfor.com? If not, please create you own topic for new question. In this topic, Android SDK samples building on Windows 10 is discussed. It yes, please check if http://kfor.com (which seems...
  3. Max

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

    Recently, we found some regression in latest build that was installed to demo server demo.flashphoner.com. For example, stream publishing from latest Chrome on MacOS did not work (and player see no video in this case). We just rolled back demo server to last working build. Also, some customers...
  4. Max

    Не работает unMuteAudio на Ipad mini 4 (iOS 13.1.2) Safari

    Рекомендуем обновить iOS на устройстве до более свежей версии.
  5. Max

    Add delay to player

    We'll schedule this today.
  6. Max

    Add delay to player

    For audio stream, the latency should not be perceptible. And this is just temporary solution until we fix RTMP buffer.
  7. Max

    Не работает unMuteAudio на Ipad mini 4 (iOS 13.1.2) Safari

    Добрый день. К сожалению, проблема не воспроизводится на сборках WCS 5.2.394 и 5.2.771 с последней сборкой WebSDK 0.5.28.2753.148. Мы тестировали по описанной Вами методике пример MediaDevices на MacOS Safari 13.1.2, Safari 14 и на iOS 13.5.1. Возможно, необходимо обновить версию iOS на Вашем...
  8. Max

    Add delay to player

    We checked log collected. It seems like RTMP buffer issue that we will fix in ticket WCS-2899. As workaround, we recommend: -in Origin settings, set RTMP buffer polling interval to 20 milliseconds rtmp_out_buffer_polling_time=20 - in client application, enable TCP transport...
  9. Max

    Черный экран

    Добрый день! К сожалению, по предоставленной информации сложно сделать вывод о причинах такого поведения. Пожалуйста, уточните, при каких условиях проявляется баг? В каких кодеках публикуется исходный поток? В каких браузерах зрители смотрят трансляцию и получают черный экран? При...
  10. Max

    Запрос: добавить настройку индикатора речи в MCU

    Добрый день. Мы создали тикет WCS-2903, сообщим здесь о результатах. Также Вы можете попробовать менять настройку уровня, по которому определяется тишина mixer_audio_silence_threshold=-50 По умолчанию тишиной считается все, что ниже -50 Дб. Попробуйте поднять этот уровень, тогда индикатор будет...
  11. Max

    Ограничение на количество участников в MCU?

    Добрый день Нет, таких ограничений нет Любой layout отвечает только за размещение картинок в выходном потоке микшера, поток в микшере все равно при этом должен быть. Возможно, это баг. Мы создали внутренний тикет WCS-2902 для того, чтобы провести нагрузочные тесты, если получим воспроизведение...
  12. Max

    Add delay to player

    We collected some logs and now analyzing them The problem is probably not in audio transcoding. The temporary solution can be to spread users by a number of servers, no more than 300 subscribers to RTMP stream for example. But it requires to deploy at lease 2 servers and do some job at backend...
  13. Max

    При стриминге потока без видео он не воспроизводится на demo плеере

    Воспроизвели лаги в микшере (внутренний тикет WCS-2901), сообщим по результатам.
  14. Max

    Install error

    You can always choose previous AMI version while launching an instance
  15. Max

    Add delay to player

    Ok, we see. Transcoding Opus -> AAC mentioned in this post occurs probably due to this Seem like you have on MSE subscriber, in this case audio is sent to client using AAC codec. We schedule this. Also we'll try to reproduce the issue in load tests.
  16. Max

    Трансляция не работает если запустить стрим через Mac OS.

    В этом случае очистка данных браузера должна помочь.
  17. Max

    Renegotiation

    Hello! For your case, you can try using a mixer and publish additional audio tracks to the mixer. The mixer is formed on the server side and the original video stream is fed into it. Publish the audio stream separately and add it to this mixer too. The output stream of the mixer will be...
  18. Max

    Add delay to player

    If this is Edge server statistics page, you have excessive AAC to Opus transcoding on Edge server. This should be excluded by adding the following parameter to flashphoner.properties on Edge codecs_exclude_cdn=mpeg4-generic,alaw,ulaw,g729,speex16,g722,telephone-event,flv Yes, this is known...
  19. Max

    Install error

    Hello! If you have manually installed CertBot on your server, then you cannot work with it using our script. All commands must also be executed manually. For example: https://certbot.eff.org/lets-encrypt/centos6-apache You can also manually download the certbot-auto script wget...
  20. Max

    Android incoming\outgoing stream audio data access

    We're working on raw PCM audio extraction on server side in ticket WCS-2863. But you have to use some backend communication to pass data parsed to client.
Top