From 5647bf8fde65f89836af0baa098227e7a0778570 Mon Sep 17 00:00:00 2001 From: Erik Zandvliet Date: Sun, 20 Mar 2011 15:14:18 +0100 Subject: [PATCH] Live edit --- util/MP4/interface.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/MP4/interface.cpp b/util/MP4/interface.cpp index f50b41d5..cac5581f 100644 --- a/util/MP4/interface.cpp +++ b/util/MP4/interface.cpp @@ -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 );