Search results

  1. Max

    Add delay to player

    Good day. Seems like you lost media_transponder.sdp tweak from this post on Origin server while upgrading it, so audio is resampled twice: from 48 kHz to 44.1 kHz when republishing as RTMP and back again when playing it on Edge server as WebRTC. Please note that media_transponder.sdp file should...
  2. Max

    h265 support

    Hello! WCS supports the following video codecs: - H.264 - VP8 More details: https://docs.flashphoner.com/display/WCS52EN/Server+functions There is also support for the SorensonSpark (H.263) codec in the FLV container for publications from Flash only More details...
  3. Max

    IOS screen sharing/capture support

    Please do not post your question to someone else's topic. Create your own topic if needed. About your question, we replyed you in pre-sale ticket.
  4. Max

    HLS gives HTTP 404 not found

    Good day. Since build 5.2.771, it is possible to capture RTSP stream without intermediate REST API query as https://<WCS_IP>:8445/<URL-encoded-RTSP-URL>/<URL-encoded-RTSP-URL>.m3u8 . Please update and check.
  5. Max

    Доп. возможности микшера реального времени в MCU

    Добрый день. В сборке 5.2.770 добавлены: 1) Управление прозрачностью фона при помощи настройки mixer_text_background_opacity=100 Прозрачность задается в процентах: 0 соответствует полной прозрачности, 100 процентов соответствуют полной непрозрачности (фон будет окрашен заданным цветом). По...
  6. Max

    init

    Вы корректно импортировали сертификаты домена www.sondertv.ru Соответственно, ваш сервер доступен по адресу: https://www.sondertv.ru:8444
  7. Max

    RTMP stream через webcallserver на YouTube/FB

    Добрый день! К сожалению, на нашем оборудовании не получилось воспроизвести вашу проблему. Мы тестировали на Ubuntu 20.04 Desktop и WCS 5.2.755. С вашими командами ffmpeg экран захватывается в поток, но аудио нет. При этом, если запускать тестирование по инструкции – то все работает...
  8. Max

    Доп. возможности микшера реального времени в MCU

    В данный момент сборка по тикету WCS-2871 с настройками шрифта, цвета и прозрачности фона текста проходит финальные тесты. Предлагаем дождаться этой сборки и потестировать с ней.
  9. Max

    Add delay to player

    This is probably one of the audio transcoding issues fixed since build 5.2.764. That's why it can't be reproduced in latest builds.
  10. Max

    WebRTC congestion Network

    Yes, H264 usage should solve transcoding problems. Unfortunately, H264 codec usage is limited by licensing, so it is fully supported for WebRTC streaming in some browsers only. But not at all: latest builds of Firefox on Android does not support H264 for publishing. So you have to use either...
  11. Max

    init

    Вам необходим домен, привязанный к серверу, также необходимо получить SSL сертификаты на этот домен и импортировать их. Проще всего ипортировать сертификаты через веб-интерфейс, как описано здесь. Получить сертификаты можно бесплатно у LetsEncrypt, как описано здесь. Без сертификатов в мобильных...
  12. Max

    Android screen capture problem

    Good day. We updated Android SDK 1.1 documentation according to Google requirements
  13. Max

    WebRTC congestion Network

    Good day. You're publishing 1080p 60 fps WebRTC stream with huge bitrate (3000 - 6000 kbps bounds are set). Also you are using OBS WebRTC streamer. This streamer supports VP8+Opus publishing only, please see this page. When subscribers are playing this stream in browser, H264 codec is preferred...
  14. Max

    Add delay to player

    Please provide SSH access to the server on which the problem is reproduced, we will check
  15. Max

    init

    Пожалуйста, уточните, телефон на IOS или на Android? Запускаете код, скриншоты которого были выше? Демо интерфейс вашего WCS (https://ваш_IP:8444 ) с вашего телефона открывается? Работают на телефоне примеры из демо интерфейса?
  16. Max

    Issue with low connectivity

    In the attached archive there is an example of the code of an HLS player based on video.js with an additional button for a 360p stream. For testing, publish the stream «stream1». Then post the same stream with constraints: constraints.video.width = 640 constraints.video.height = 360 and name...
  17. Max

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

    К сожалению, в нашем окружении проблема не воспроизводится. Поэтому необходим отчет от Вас, включая дебаговые логи и дамп трафика, как мы запрашивали выше. Если со сбором отчета возникают какие-то проблемы, дайте, пожалуйста, SSH доступ к серверу и доступ к веб-интерфейсу для публикации потока...
  18. Max

    Add delay to player

    Seems like you had a problems with channel between browser and server while testing, and some packets were lost. This lead to choppy sound. If this randomly happens, you probably shold not do something with it. If this occurs regularly, check your network connection, check the last mile from you...
  19. Max

    Publish failed from global network

    The flashphoner.properties file is located in /usr/local/FlashphonerWebCallServer/conf folder. To apply IP address changes, WCS must be restarted.
  20. Max

    init

    Добрый день! Вы тестируете внутри своей локальной сети? IP адрес компьютера, с которого вы запускаете код, тоже 192.168.1.n? Если да, то попробуйте отключить файрволл на компьютере, где установлен WCS. Например, для операционной системы CentOS команды будут следующие: sudo systemctl stop...
Top