b-deng / red5-screenshare

Automatically exported from code.google.com/p/red5-screenshare
0 stars 0 forks source link

Frames per Second captured config #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would love to have a parameter that defines the fps of the screensharing and 
also be able to control how many dropped frames should be dropped to catch up 
to realtime. 

Do you think we could implement it into a new release of this?

Cheers
Thomas

Original issue reported on code.google.com by plotti...@gmail.com on 17 Jul 2010 at 10:55

GoogleCodeExporter commented 9 years ago
There is such a config, if I am not mistaken. It is hard-coded to 1 second, 
however, you can always change it in code or make a awt control to change it 
manually.
I do have another problem, however, in the pushVideo method of the ScreenShare 
I have a 
ByteBuffer, but my VideoData class doesn't have a constructor supporting a 
ByteBuffer, instead, it wants an IoBuffer.

I am using mina-core-2.0.0-MS.jar as the "core" provider and

org.apache.servicemix.bundles.mina-1.1.6-1.0-m2.jar as the "commons" class.

I could not find a single mina that contains both apache.mina.core and 
apache.mina.common, so I might have it wrong. If you found a single mina 
release to work with, can you post me a link or something?

Regards,

Kolio 

Original comment by blackswo...@gmail.com on 27 Sep 2010 at 3:09