Fixed framerate
This commit is contained in:
parent
f8f0331510
commit
c474af7848
1 changed files with 1 additions and 4 deletions
|
@ -547,10 +547,7 @@ std::string Interface::GenerateLiveBootstrap( uint32_t CurMediaTime ) {
|
|||
afrt->SetUpdate(false);
|
||||
afrt->SetTimeScale( 1000 );
|
||||
afrt->AddQualityEntry( "" );
|
||||
for(int i = 0; i < 198 ; i++ ) {
|
||||
afrt->AddFragmentRunEntry( i+1, (195*(i+1)) , 195, i );
|
||||
}
|
||||
afrt->AddFragmentRunEntry( 199, 590083 , 163, 198 );
|
||||
afrt->AddFragmentRunEntry( 1, 4000 , 4000 );
|
||||
afrt->WriteContent( );
|
||||
|
||||
//SetUpASRT
|
||||
|
|
Loading…
Add table
Reference in a new issue