Fixed FPS Frames/Keyframes
This commit is contained in:
parent
a089a3972a
commit
bfdc49afb6
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ std::string Interface::GenerateLiveBootstrap( uint32_t CurMediaTime ) {
|
||||||
afrt->SetUpdate(false);
|
afrt->SetUpdate(false);
|
||||||
afrt->SetTimeScale( 1000 );
|
afrt->SetTimeScale( 1000 );
|
||||||
afrt->AddQualityEntry( "" );
|
afrt->AddQualityEntry( "" );
|
||||||
afrt->AddFragmentRunEntry( 1, 0, 10000 );
|
afrt->AddFragmentRunEntry( 1, CurMediaTime, 4000 );
|
||||||
afrt->WriteContent( );
|
afrt->WriteContent( );
|
||||||
|
|
||||||
//SetUpASRT
|
//SetUpASRT
|
||||||
|
|
Loading…
Add table
Reference in a new issue