Skip to main content
Participant
December 16, 2016
Question

Jerks in video on other side

  • December 16, 2016
  • 1 reply
  • 322 views

Hi,

We have developed our application for Live Meeting (multiple participants can join at a time), we are using RTMS protocol, currently the issue we are facing is that video is showing properly in HQ on local side and without any jerks, but on the other sides, there are jerks in the video especially when the participants move a little.

I have listed the video parameters below, can anybody suggest what could be the issue. We are using Influxis hosted FMS server.

Also can we use RTMFS for multiple users connecting to each other at the same time?

We are using version 4.5

FRAME RATE = 25 //Tried from 15-25

KEY FRAME INTERVAL = 2 //Tried from 1 to 10

QUALITY = 100

BANDWIDTH = 0 //Open

This topic has been closed for replies.

1 reply

Graeme Bull
Community Expert
Community Expert
December 16, 2016

What is the frame size you are capturing? Most likely you are just trying to send too much info over the line and the first thing to go are video frames. Audio is next.

usman1987Author
Participant
December 17, 2016

Thanks for replying.

We are using two frame sizes

camera.setMode(160,120,25, true );

camera.setMode(320,240,25, true );

h264Settings.setProfileLevel( H264Profile.BASELINE, H264Level.LEVEL_3_1 )