Lowered default segment duration to 1900ms, lowered audio virtual "keyframe" interval to 2000ms.
This commit is contained in:
parent
309d39eab7
commit
a25fa0596e
2 changed files with 5 additions and 5 deletions
|
@ -99,7 +99,7 @@ static inline void show_stackframe(){}
|
|||
#define SHM_DATASIZE 20
|
||||
#endif
|
||||
|
||||
#define AUDIO_KEY_INTERVAL 5000 ///< This define controls the keyframe interval for non-video tracks, such as audio and metadata tracks.
|
||||
#define AUDIO_KEY_INTERVAL 2000 ///< This define controls the keyframe interval for non-video tracks, such as audio and metadata tracks.
|
||||
|
||||
#ifndef STATS_DELAY
|
||||
#define STATS_DELAY 15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue