Search results

  1. Max

    Unexpected server crashes

    Hello Check tail -n 1000 /var/log/messages Server process can be killed by Out Of Memory error if not enough physical RAM on the server. In such a case server will be terminated by Linux system without any crash logs.
  2. Max

    Disable demo user in script launch template AWS

    You can use REST hooks to hide a real stream name from end users. You should implement /playStream hook and change a stream name passed in URL to real. Please read here about stream renaming. See also step by step REST hook /connect implementation example
  3. Max

    Dynamic MCU mixer layout

    Please check if client debug logging is enabled, if yes, disable it by commenting the following line in flashphoner.properties file client_log_level=debug If this is production server, we recommend also to disable clien logs at all enable_extended_logging=false and decrease server log output in...
  4. Max

    From web browser to Amazon ivs server

    Good day. Yes, you can publish WebRTC stream and then republish it to third party RTMP endpoint like rtmp://rtmp_server:1935/live/stream_key including Amazon IVS. Please read details here about common RTMP republishing case and here about republishing to AWS MediaLive. Please note that this...
  5. Max

    Delayed calls without human action

    Good day. Please reproduce the issue and collect a report as described here, the send using this private form.
  6. Max

    Streaming from NVR on Chrome Browser

    Good day. You can capture RTSP or RTMP stream from NVR or IP camera by URL rtsp://nvr:554/stream or rtmp://nvr:1935/live/stream. The codecs supported are H264 or VP8 for video and AAC, G.711 or Speex for audio. Please read details about RTSP capturing here and about RTMP pulling here Then...
  7. Max

    Настройка REST hooks

    Добрый день К сожалению, roomApp и chatRoomApp переопределить нельзя, т.к. это встроенное приложение реализует всю логику RoomApi на стороне сервера. Поэтому можно использовать два пути: 1. Отказаться от RoomApi и реализовать полностью свой бэкенд, включая логику комнат 2. Переопределить roomApp...
  8. Max

    В Web SDK отсутствует возможность делать локальные (в браузере) снепшоты\скриншоты видеопотока

    Добрый день. К сожалению, движений пока не было, поскольку есть множество более приоритетных задач. Мы поднимем приоритет данного тикета.
  9. Max

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

    К сожалению, мы не предоставляем ETA по форумным запросам, однако продвинем данный тикет в число приоритетных. Вместе с тем просим проявить терпение, поскольку требуется время на исследование. Возможно, фикс потребует обновления сборки библиотеки WebRTC, которая используется в Android SDK...
  10. Max

    Как воспроизводить видео с заданного времени

    Мы создали тикет WCS-3054, о результатах сообщим здесь В качестве альтернативы модулю nginx посмотрите модуль https://github.com/kaltura/nginx-vod-module, он поддерживает проигрывание фрагмента по меткам, но отдает HLS или DASH.
  11. Max

    Как воспроизводить видео с заданного времени

    Добрый день. Для real-time видеопотоков нет возможности начать воспроизведение с определенной временной метки. Есть возможность играть записанный файл в браузере (поддерживается прогрессивная загрузка), в этом случае работает перемотка, но это работает только для контейнера MP4. Но при...
  12. Max

    strange case of MSE and the "Worker"

    This is probably webpack build issue. We cannot reproduce this in Player example out of the box. We use Grunt with Browserify to build flashphoner.js from sources.
  13. Max

    iOS SDK 2.6.10 errors when build and AppStore upload

    We cannot reproduce the issue in VideoChat example application build with iOS SDK 2.6.10: after room.unpublish(), thete is the event unPublishStream on server side, status kFPWCSStreamStatusUnpublished is received by application. Please check if the problem is reproducing in Video Chat example...
  14. Max

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

    Проблема воспроизводится, создали тикет WCS-3053 для ее исследования, результаты сообщим в этой теме.
  15. Max

    Dynamic MCU mixer layout

    We prepared the custom fullscreen layout example (see attach): - regular streams are grouped at the botton of screen; - if the stream name contains fullscreen, for example test_fullscreen, this stream fill the screen behind the regular streams - if the stream name exactly equals fullscreen, this...
  16. Max

    Наложение изображений при микшировании

    Добрый день. Воспроизвели проблему с CenterNoPaddingGridLayout, создали тикет WCS-3052, сообщим здесь о результатах.
  17. Max

    vod experience

    Good day. Shaka player suppots DASH and HLS only: WCS support HLS playback. So, to play media file as VOD via HLS, you should: 1. Configure HLS playback in WCS settings: # Disable transcoding hls_player_width=0 hls_player_height=0 # Minimal playlist size is 2 segments fo Apple devices...
  18. Max

    RTSPS does not work

    Good day. RTSPS is not supported yet because it it not widely used. We raised the ticket WCS-3051 to implement this. Please provide us RTSPS stream URL for testing (should be active 24/7) using this private form.
  19. Max

    iOS SDK 2.6.10 errors when build and AppStore upload

    Yes, we solved permissions problem on WebRTC library side
  20. Max

    FPWCSApi2Stream#play() causes the NSMicrophoneUsageDescription permission dialog to appear

    We raised the ticket WCS-3050 to check this. Although, we solved the player permissions problem by patching WebRTC source code.
Top