fps

  1. Dani

    Best practices with video resolution and frame rate

    If my site uses many different cameras (from each "user") what is the best practice for 2 way streaming regarding resolution and frame rate ? should I create a stream based on each camera settings or create fixed settings for all streams ? If the camera is 30 fps and I set a stream to be 25...
  2. Gabriel Gonçalves

    Stream record FPS problem

    I am having some problems on stream recording of webm video. A few days ago some of the recorded videos started to return 1000/1 as fps on metadata, but on reality the video have 20-30 fps (webm format), on session creating, i am using "constraints:{video:{frameRate:30},audio:true}" to limit...
  3. djuka

    Limited FPS from mobile

    I try to use FP to record streams from mobile but from different mobile devices, I got recordings with different framerate regardless of what is set in the javascript constraints. I set 25 for frameRate but recordings have form 10 to 30. What is the purpose of frameRate property actually?
  4. Dmirii

    Плохое качество видео потока.

    Используем AWS в качестве сервера. Стрим запускаем с такими настройками: { name: streamName, display: localVideo, constraints: { video: { withoutExtension: true, type: 'screen', width: '1600'...
  5. Artem

    Микширование видеопотока и аудио

    Добрый день! У нас задача объединить два webrtc стрима. На входе у нас есть видео+аудио от одного спикера и аудио от другого. На выходе хотим получить два видео, одно с оригинальным звуком, второе тоже с оригинальным звуком, плюс звук от второго (в таком случае оригинальная звуковая дорожка...
Top