Back to the future 2
This commit is contained in:
parent
c2552e88fd
commit
352a1f00e1
1 changed files with 3 additions and 3 deletions
|
@ -547,7 +547,7 @@ std::string Interface::GenerateLiveBootstrap( uint32_t CurMediaTime ) {
|
|||
afrt->SetUpdate(false);
|
||||
afrt->SetTimeScale( 1000 );
|
||||
afrt->AddQualityEntry( "" );
|
||||
afrt->AddFragmentRunEntry( 1, 596458 , 4000 );
|
||||
afrt->AddFragmentRunEntry( 1, 1 , 4000 );
|
||||
afrt->WriteContent( );
|
||||
|
||||
//SetUpASRT
|
||||
|
@ -562,9 +562,9 @@ std::string Interface::GenerateLiveBootstrap( uint32_t CurMediaTime ) {
|
|||
abst->SetLive( true );
|
||||
abst->SetUpdate( false );
|
||||
abst->SetTimeScale( 1000 );
|
||||
abst->SetMediaTime( 596458 );
|
||||
abst->SetMediaTime( CurMediaTime );
|
||||
abst->SetSMPTE( 0 );
|
||||
abst->SetMovieIdentifier( "" );
|
||||
abst->SetMovieIdentifier( "fifa" );
|
||||
abst->SetDRM( "" );
|
||||
abst->SetMetaData( "" );
|
||||
abst->AddServerEntry( "" );
|
||||
|
|
Loading…
Add table
Reference in a new issue