Comment 6 for bug 1434517

Revision history for this message
Simon Fels (morphis) wrote :

Its rather important when you set the video-param-encoding-bitrate parameter for the encoder. The code should look like

android_recorder_setParameter(recorder, "video-param-encoding-bitrate=2048");
...
android_recorder_prepare(recorder);
android_recorder_start(recorder);

The parameters are not applied if you set the parameter after you've called android_recorder_prepare

Can someone please verify we're doing it this way?