mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-20 23:32:22 +08:00
add srt config for lantency multiplier
This commit is contained in:
@@ -273,5 +273,10 @@ void SrtTransportImp::doCachedFunc() {
|
||||
_cached_func.clear();
|
||||
}
|
||||
|
||||
int SrtTransportImp::getLantencyMul(){
|
||||
GET_CONFIG(int, lantencyMul, kLantencyMul);
|
||||
return lantencyMul;
|
||||
}
|
||||
|
||||
|
||||
} // namespace SRT
|
||||
Reference in New Issue
Block a user