Search results

  1. Max

    RTSP - No Codecs Found

    We reproduced the problem playing this dump. Will let you know when fix it.
  2. Max

    Stream Conferencing & Mixing

    Please clarify what do you trying to do? To manage stream mixing, use mixer REST API To find streams in RoomApi room use /stream/find as shown above. There is no any other REST API to manage rooms.
  3. Max

    Permanently Publish Stream pulled from RTMP Source Efficiently

    You should stop a pulled RTMP stream with /pull/rtmp/terminate REST query POST /rest-api/pull/rtmp/terminate HTTP/1.1 Host: locathost:8081 Content-Type: application/json { "uri":"rtmp://abc.xyz:1935/live/ch_1" } Then you can start a new stream with another source by /pull/rtmp/pull...
  4. Max

    Продолжительная прогрузка(задержка) видео при первичном запросе

    Добрый день. Видео может начать проигрываться только после получения ключевого кадра (I-frame или key frame). Поэтому чаще всего долгое проключение связано с редким получением ключевых кадров. Если Вы публикуете поток по WebRTC или захватываете с RTSP камеры, в этом случае поможет настройка...
  5. Max

    WCS EC2 Flashphoner crash

    We checked you server. It seems working: But there's not enough memory for server to work on the instance: The minimum required is 2 Gb RAM (1 Gb for Java heap). Otherwise, server can stop due to out of memory. Please add more RAM to the instance.
  6. Max

    Stream Recording - No link after Start and Stop

    Good day. Please collect a report as described here and send using this form.
  7. Max

    Configuration WCS livestream up to 300 streams ON AWS EC2

    If you're using AWS Marketplace AMI, you have not pay additional charges, just hourly payment for instance. If you're deploy Amazon Linux for example and install WCS manually, you should buy a license.
  8. Max

    WCS EC2 Flashphoner crash

    Good day. Please provide SSH access to the instance using this form
  9. Max

    Permanently Publish Stream pulled from RTMP Source Efficiently

    Good day. You can achieve this using REST API /pull/rtmp/pull: POST /rest-api/pull/rtmp/pull HTTP/1.1 Host: localhost:8081 Content-Type: application/json { "uri":"rtmp://abc.xyz:1935/live/ch_1", "localStreamName":"ch1_for_viewers" } In this case you should use localStreamName...
  10. Max

    Configuration WCS livestream up to 300 streams ON AWS EC2

    Good day. Seems m5.2xlarge should be enough. Please also make a tuning steps described in this article, chapter Preparing for testing, points 1-5
  11. Max

    Возможно ли запустить сервер на Андроид - устройстве?

    Добрый день. WCS работает только на Linux x86_64. Поэтому нет, на Android устройстве WCS запустить нельзя, нужен отдельный сервер. Минимальные требования приведены здесь.
  12. Max

    Launching Flashphoner server in AWS Auto Scaling Group

    This depends on streams published count. You will have as many subscribers on this server as streams published. Please read this article about one-to-one streaming testing. The server with 24 CPU cores, 80 Gb RAM is enough to handle 200 720p 2500 kbps streams in this case.
  13. Max

    При подключении наушников к устройству, звук идет через динамики устройства

    Это ограничение библиотеки WebRTC, код внутри которой мы не меняем. iOS SDK обеспечивает только websocket сигналинг и вызовы для установки WebRTC соединения.
  14. Max

    При подключении наушников к устройству, звук идет через динамики устройства

    Добрый день. Нет, к сожалению, iOS такого не позволяет. Например, нельзя играть WebRTC поток одновременно с Youtube. Это касается как видео, так и аудио.
  15. Max

    Unpublish event duplication

    Добрый день. По тикету WCS-2738. В сборке 5.2.1036 добавлена возможность передачи custom объекта из /publishStream в /unpublishStream, а также для пары /playStream-/stopStream.
  16. Max

    Missing custom variables in ConnectionStatusEvent: Disconnected

    Good day. We added session custom object to /ConnectionStatusEvent with DISCONNECTED status since build 5.2.1036. Also it is now possible to receive /publishStream or /playStream custom object in /unpublishStream or /stopStream respectively.
  17. Max

    Принудительное изменение разрешения видео стрима

    Добрый день. В Ваших настройках сразу несколько ошибок: 1. Параметр cdn_origin_allowed_to_transcode устанавливается только на Edge серверах, о чем написано здесь 2. Параметр force_client_requested_video_resolution не имеет отношения к транскодингу 3. Параметры hls_player_width=1280...
  18. Max

    RTSP - No Codecs Found

    We received the dump. Will check.
  19. Max

    Launching Flashphoner server in AWS Auto Scaling Group

    In this case, use the scheme above: Origins are behind LB, and one Edge is permanent (and powerful enough to collect all streams, c5.4xlarge for example). You can also place Edges behind a separate LB (not the same as publish LB) if you play streams only as RTMP because ffmpeg uses one port to...
  20. Max

    Change in updated flashphoner.js causes error

    Good day. Yes, this changed in all examples since build 2.0.179 (on GitHub and in NPM package too). We added Browser object aexport from Flashphoner namespace and removed dubbing code from dependencies, so this change is necessary fro backward compatibility.
Top