Hi there
i'm trying to change the bitrate of h264, via the JNIEncoder:
int bitRate = 100000;
// = 1000
// * NeomediaServiceUtils
// .getMediaServiceImpl()
// .getDeviceConfiguration()
// .getVideoBitrate();
//
But It doesn't seem to have an effect on the transmission.
So how can i change the bitrate of the h264 codec ?
Best regards