Test1
This commit is contained in:
parent
6d97f6fa25
commit
1d39fae703
1 changed files with 3 additions and 2 deletions
|
@ -545,9 +545,10 @@ void Interface::SetOffsets( std::vector<uint32_t> NewOffsets, uint32_t Track ) {
|
||||||
std::string Interface::GenerateLiveBootstrap( uint32_t CurMediaTime ) {
|
std::string Interface::GenerateLiveBootstrap( uint32_t CurMediaTime ) {
|
||||||
//SetUpAFRT
|
//SetUpAFRT
|
||||||
afrt->SetUpdate(false);
|
afrt->SetUpdate(false);
|
||||||
afrt->SetTimeScale( 1000 );
|
afrt->SetTimeScale( 1 );
|
||||||
afrt->AddQualityEntry( "" );
|
afrt->AddQualityEntry( "" );
|
||||||
afrt->AddFragmentRunEntry( 1, 1 , 4000 ); //FirstFragment, FirstFragmentTimestamp,Fragment Duration in milliseconds
|
std::cerr << "Setting RunEntry on 4000 ms\n";
|
||||||
|
afrt->AddFragmentRunEntry( 1, 1 , 4 ); //FirstFragment, FirstFragmentTimestamp,Fragment Duration in milliseconds
|
||||||
afrt->WriteContent( );
|
afrt->WriteContent( );
|
||||||
|
|
||||||
//SetUpASRT
|
//SetUpASRT
|
||||||
|
|
Loading…
Add table
Reference in a new issue