Search results

  1. Max

    Не корректное получение стирма на Android - Pixel 3 и Pixel 3XL

    Добрый день. В сборке 1.1.0.30 параметры картинки при публикации по умолчанию установлены в 320x240, 30 fps.
  2. Max

    Launching Flashphoner server in AWS Auto Scaling Group

    Yes, you can apply your current license. But in this case you should use custom image, not Marketplace AMI.
  3. Max

    Launching Flashphoner server in AWS Auto Scaling Group

    Good day. Please read this article with step by step guide. Also read the details in this doc. You can apply the same license key to all the instances. If you're using AWS Marketplace AMI, it will be billed by Amazon itself for their own price. If you're using custom base image with your own...
  4. Max

    Intermittently failed to play audio over webrtc/turn

    Please try to switsh off RTP bundle support rtp_bundle=false and add local interface to ICE candidates rtc_ice_add_local_interface=true Also please make sure you are connecting to WCS to play a stream with Force relay enabled: Flashphoner.createSession({ urlServer: url, mediaOptions: {...
  5. Max

    How to publish the Live RTSP URL and play in Chrome browser

    You can try to launch ffmpeg from your Java/.Net application: https://docs.flashphoner.com/display/WCS52EN/RTP+stream+publishing+via+RTSP ffmpeg -stream_loop -1 -re -i bunny360p.mp4 -c:a libopus -ac 2 -ar 48000 -c:v copy -b:a 96K -b:v 500K -f rtsp -rtsp_transport tcp...
  6. Max

    How to publish the Live RTSP URL and play in Chrome browser

    1. You do a SOAP request. 2. As a result you have RTSP stream URL (does this correct?). 3. You copy RTSP URL into the player and do play. Example of player: https://demo.flashphoner.com/client2/examples/demo/streaming/player/player.html
  7. Max

    Intermittently failed to play audio over webrtc/turn

    Good day. Please collect a full report as described here and send using this form. We will check.
  8. Max

    Возможность отслеживания ивентов mute (video/audio)

    Добрый день. В сборке Android SDK 1.1.0.29 добавлена возможность определить при проигрывании, заглушено ли аудио или видео в потоке. Подробнее здесь.
  9. Max

    no sound in recordings

    No, this is default value and does not affect the case We added the settings audio_incoming_buffer_size=100 video_incoming_buffer_size=100 Then we monitored synchronization values for 3 available streams and recorded the stream with hearable audio periodically using REST API. During the tests...
  10. Max

    Тормоза видео на HTTPS странице.

    TCP дает задержку. Если WebRTC по UDP дает задержку меньше 1 секунды при трансляции, то TCP может давать до 3 секунд. Проверьте два участка канала - между камерой и сервером и между играющим клиентом и сервером: 1. С одной стороны поднимаем iperf сервер (порт должен быть открыт) iperf3 -s -p...
  11. Max

    can't open localhost:8444 (or 9091 or else) after install

    Please note that WCS work only on x86_64 Linux, ARM architecture is not supported. Read the detailed system requirements here.
  12. Max

    Подмена аудиодорожки

    Нет, SRT пока не реализован, над этим работаем в тикете WCS-2680, но SFU является более приоритетной задачей
  13. Max

    Подмена аудиодорожки

    Добрый день. В текущей реализации сервера это можно реализовать только несколькими стримами. Т.е. публиковать на сервер например 3 стрима: 1) stream1 - video only 2) stream2 - audio only 1 3) stream3 - audio only 2 Далее плеер играет stream1 и stream2. Пример 2Players. Чтобы переключиться на...
  14. Max

    How to publish the Live RTSP URL and play in Chrome browser

    Hello Did you check How to test RTSP playback https://flashphoner.com/testing-rtsp-html5-player/ How to embed HTML5 player for RTSP streams https://flashphoner.com/embedding-html5-rtsp-player-into-a-web-page/ Overview...
  15. Max

    Memory leaks, сервер перестает отвечать

    Ваш дамп подтверждает ранее высказанные предположения. Рекомендации остаются прежними: быстрый диск (желательно ramdisk), побольше процессора (16 CPU cores минимум) и памяти (24 Gb Java heap). В тикете WCS-3227 мы исправим проблему роста очередей записи, после этого требования по процессору и...
  16. Max

    can't open localhost:8444 (or 9091 or else) after install

    Hello Make sure 1. Server is up and running ps aux | grep java 2. Port 8444 is listening netstat -nlp | grep 8444 3. Port 8444 is reachable telnet host-ip 8444 These 3 simple checks should help to localize issue.
  17. Max

    no sound in recordings

    This seems like synchronization issue: stream_synchronization parameter in server staistics shows a huge value for all the streams When trying to record the stream with hearable audio, we see in server log: This is a kwon issue described here (p 9). So try to set incoming buffer size for audio...
  18. Max

    Reduce Latency of HLS/M3U8 Live Streaming Playback via Flashphoner/Other Tech

    No. You can only add latency, but not reduce it less then youtube already provides.
  19. Max

    Memory leaks, сервер перестает отвечать

    Получили ссылку на дамп, по результатам отпишем.
  20. Max

    Memory leaks, сервер перестает отвечать

    Пока что Вы не предоставили ни одного дампа памяти. Мы работаем над этой проблемой в тикетах WCS-3226, WCS-3227. До тех пор, пока сборки по этим тикетам не будут выпущены, Рекомендуем взять инстанс с более производительным процессором и большим количеством памяти.
Top