Live edit
This commit is contained in:
parent
5647bf8fde
commit
28aa3ca405
1 changed files with 1 additions and 2 deletions
|
@ -559,11 +559,10 @@ std::string Interface::GenerateLiveBootstrap( uint32_t CurMediaTime ) {
|
||||||
//SetUpABST
|
//SetUpABST
|
||||||
abst->SetBootstrapVersion( 1 );
|
abst->SetBootstrapVersion( 1 );
|
||||||
abst->SetProfile( 0 );
|
abst->SetProfile( 0 );
|
||||||
// abst->SetLive( false );
|
|
||||||
abst->SetLive( true );
|
abst->SetLive( true );
|
||||||
abst->SetUpdate( false );
|
abst->SetUpdate( false );
|
||||||
abst->SetTimeScale( 1000 );
|
abst->SetTimeScale( 1000 );
|
||||||
abst->SetMediaTime( 1 );
|
abst->SetMediaTime( 596458 );
|
||||||
abst->SetSMPTE( 0 );
|
abst->SetSMPTE( 0 );
|
||||||
abst->SetMovieIdentifier( "" );
|
abst->SetMovieIdentifier( "" );
|
||||||
abst->SetDRM( "" );
|
abst->SetDRM( "" );
|
||||||
|
|
Loading…
Add table
Reference in a new issue