Search results

  1. 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...
  2. 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.
  3. 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...
  4. Max

    Настройка REST hooks

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

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

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

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

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

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

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

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

    Добрый день. Для real-time видеопотоков нет возможности начать воспроизведение с определенной временной метки. Есть возможность играть записанный файл в браузере (поддерживается прогрессивная загрузка), в этом случае работает перемотка, но это работает только для контейнера MP4. Но при...
  9. 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.
  10. 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...
  11. Max

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

    Проблема воспроизводится, создали тикет WCS-3053 для ее исследования, результаты сообщим в этой теме.
  12. 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...
  13. Max

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

    Добрый день. Воспроизвели проблему с CenterNoPaddingGridLayout, создали тикет WCS-3052, сообщим здесь о результатах.
  14. 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...
  15. 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.
  16. Max

    iOS SDK 2.6.10 errors when build and AppStore upload

    Yes, we solved permissions problem on WebRTC library side
  17. 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.
  18. Max

    screen delay

    Good day. Please clarify: do you mean WebRTC screen sharing from browser as described here? If yes, what WCS build and Web SDK build do you use? Please try to update Web SDK to the latest build from this page, in this case, you can use screen sharing without extension in all the main browsers...
  19. Max

    WebRTC player plays on mobile network but not on wifi

    Good day. This seems like publisher channel or browser issue. When you playing the stream with WSPlayer, the stream is always transcoded on server (WSPlayer uses MPV codec). If you cannot play WebRTC without transcoding, this probably means irregular keyframe sending interval. So please try to...
  20. Max

    Disable demo user in script launch template AWS

    Yes, you should enable demo user for Embed Player to work. So, to use Embed Player, do the following 1. Enable demo user, if you've disabled it according to this recommendations 2. Disable web admin interface http_enable_paths=rest,action,shared,embed_player,empty
Top