From 28aa3ca4056ce5a212403485e018115d4d355eb9 Mon Sep 17 00:00:00 2001 From: Erik Zandvliet Date: Sun, 20 Mar 2011 15:18:50 +0100 Subject: [PATCH] Live edit --- util/MP4/interface.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/MP4/interface.cpp b/util/MP4/interface.cpp index cac5581f..8437913b 100644 --- a/util/MP4/interface.cpp +++ b/util/MP4/interface.cpp @@ -559,11 +559,10 @@ std::string Interface::GenerateLiveBootstrap( uint32_t CurMediaTime ) { //SetUpABST abst->SetBootstrapVersion( 1 ); abst->SetProfile( 0 ); -// abst->SetLive( false ); abst->SetLive( true ); abst->SetUpdate( false ); abst->SetTimeScale( 1000 ); - abst->SetMediaTime( 1 ); + abst->SetMediaTime( 596458 ); abst->SetSMPTE( 0 ); abst->SetMovieIdentifier( "" ); abst->SetDRM( "" );