Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ static const char* const kClassPathName = "android/media/screenrecorder/ScreenRe

static const uint32_t kMinBitRate = 100000; // 0.1Mbps
static const uint32_t kMaxBitRate = 100 * 1000000; // 100Mbps
static const uint32_t kMaxTimeLimitSec = 300; // 5 minutes
//static const uint32_t kMaxTimeLimitSec = 300; // 5 minutes
static const uint32_t kMaxTimeLimitSec = 600; // try to extend the screenrecoder recode time
static const uint32_t kFallbackWidth = 1280; // 720p
static const uint32_t kFallbackHeight = 720;
// Audio related
Expand Down