Live edit
This commit is contained in:
parent
8e50e0a804
commit
da5a4f477a
1 changed files with 2 additions and 1 deletions
|
@ -559,7 +559,8 @@ std::string Interface::GenerateLiveBootstrap( uint32_t CurMediaTime ) {
|
|||
//SetUpABST
|
||||
abst->SetBootstrapVersion( 1 );
|
||||
abst->SetProfile( 0 );
|
||||
abst->SetLive( false );
|
||||
// abst->SetLive( false );
|
||||
abst->SetLive( true );
|
||||
abst->SetUpdate( false );
|
||||
abst->SetTimeScale( 1000 );
|
||||
abst->SetMediaTime( 1 );
|
||||
|
|
Loading…
Add table
Reference in a new issue