Search results

  1. Max

    Высота и ширина прямоугольного фона текста в микшере

    Добрый день! Для того, что бы размер надписи не изменялся в зависимости от разрешения микшера, можно отключить автомасштабирование текста. Что бы это сделать укажите в файле flashphoner.properties mixer_text_autoscale=false Размеры прямоугольника под надпись, можно регулировать заданием размера...
  2. Max

    Websocket connection error to demo server

    Yes, this can be applied for testing purposes. But, however, demo server should not be used in production.
  3. Max

    high quality stereo audio from server

    Good day. We added a tweak to play stereo in Chrome browser in Web SDK build 0.5.28.2753.151 using this constraint constraints.audio.stereo=true for example session.createStream({ name: streamName, display: remoteVideo, constraints: { audio: { stereo: true...
  4. Max

    iOS SDK - Add headers to websocket connection

    Good day. We raised the ticket WCS-2950 to investigate it, let you know results here.
  5. Max

    Websocket connection error to demo server

    Seems like you're trying to connect to your webserver instead of demo.flashphoner.com. You can try web application examples from demo web page. The best solution is to deploy WCS instance on AWS EC2 from Marketplace AMI or on Digital Ocean from its Markeplace image. Then you can try WebSDK with...
  6. Max

    Custom mixer layout cropping

    Good day. From custom layout class code you can only manage picture placement, but not content. We raised the ticket WCS-2949 to inevstigate it and let you know result here. As temporary solution you can try to use decoded frames custom interceptor class: crop the desired stream, then add it to...
  7. Max

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

    Not yet. Please be patient.
  8. Max

    Не работает flashphoner при работе из-за NAT

    Вместо этого можно добавить в файл flashphoner.properties настройку hold_ip_settings=true Эта настройка отключает автоматическое определение IP адресов при старте Также просим сообщить, какой именно облачный хостинг используется, либо предоставить нам доступ к серверу, используя эту форму, чтобы...
  9. Max

    Не работает flashphoner при работе из-за NAT

    Конфигурация выглядит не совсем корректно. При такой конфигурации, если она заработает, весь медиа трафик пойдет через сервер, на котором установлен nginx. Тогда теряется смысл выделения WCS в отдельный сервер. WCS должен обрабатывать медиатрафик напрямую. Т.е. nginx вполне может проксировать...
  10. Max

    Websocket connection error to demo server

    Hello The demo server is no longer serving non demo.flashphoner.com domains. To connect to the demo server for testing purpose you can set in the hosts file: 192.168.1.55 demo.flashphoner.com Here 192.168.1.55 is LAN address of your web server Linux /etc/hosts Windows...
  11. Max

    Video distortion when changing RTCEAGLVideoView size

    Good day. We fixed the issue which allowed the lowest available resolution for publishing. Please update iOS SDK to build 2.6.2.
  12. Max

    В js sendData приходят знаки вопросов вместо русских букв

    Добрый день. Посмотрите, пожалуйста, здесь, как эту проблему устранить.
  13. Max

    WebRTC to RTMP, optimize quality

    Freezes with TCP transport usually means bitrate is too high for publishers channel bandwidth. Please clarify what bitrate settings do you use. Usually, 2000 kbps should be enough for 720p stream with acceptable quality. You can check channel quality using Media Devices example as described here...
  14. Max

    WebRTC to RTMP, optimize quality

    Hello! For WCS there is a possibility of buffering outgoing RTMP stream. This increases the broadcast latency, but allows you to get smoother playback of the stream on the server, where the stream is relayed. Buffering is enabled using a parameter in the flashphoner.properties file...
  15. Max

    Security camera for live streaming

    Good day. You can buy any outdoor Wi-Fi IP camera which supports RTSP or RTMP and provides RTSP/RTMP URL. Please note that WCS does not support ONVIF. You should use RTSP or RTMP to capture video.
  16. Max

    Issue with ios Canvas player

    Hello We can't reproduce this behavior on our Player example https://demo.flashphoner.com/client2/examples/demo/streaming/player/player.html?mediaProvider=WSPlayer Please check screenshot. As you can see, single Canvas element is mounted. It is Chrome 86 browser. Compare...
  17. Max

    Video On Demand Service

    Hello You can use Mixer REST API 1. Add your live stream (stream1) into the Mixer (stream2). 2. Play your live stream from the Mixer (stream2). To insert ad REST API 3. Remove your live stream from the mixer. REST API 4. Create VOD-LIVE stream (stream3). REST API 5. Add your VOD-LIVE...
  18. Max

    Publisher playback video black

    Good day. We fixed the issue with Chrome publishing on Samsung devices in Web SDK build 0.5.28.2753.150. Please update Web SDK and check.
  19. Max

    Проблемы со звуком

    Эта проблема проявляется, начиная с Chrome 86, при проигрывании потоков только с аудио, и заключается в согласовании кодеков при установке WebRTC соединения (поэтому она затрагивает не только наш продукт). Исправлена в сборке 5.2.791. Пожалуйста, обновите сервер до последней сборки с этой страницы.
  20. Max

    Android incoming\outgoing stream audio data access

    Good day. Since build 5.2.795 it is possible to extract raw audio data from published stream in PCM 16 bit format with a following processing on server side. To do this, you should implement Java class, please read details here
Top