[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-server-cvs
Subject:    [Server-cvs] admin/web/build/mserver config_dash.html, 1.1.2.2, 1.1.2.3
From:       xiaochengli () helixcommunity ! org
Date:       2012-06-30 13:30:04
[Download RAW message or body]

Update of /cvsroot/server/admin/web/build/mserver
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv10273

Modified Files:
      Tag: DASH_2012_5_9
	config_dash.html 
Log Message:

bug fix

Index: config_dash.html
===================================================================
RCS file: /cvsroot/server/admin/web/build/mserver/Attic/config_dash.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- config_dash.html	20 Jun 2012 05:29:30 -0000	1.1.2.2
+++ config_dash.html	30 Jun 2012 13:30:01 -0000	1.1.2.3
@@ -102,12 +102,11 @@
 [
     new PropObj( 'GlobalEnable', "0", false, false,  null, null, "int", "Enable \
                Segmentation" ),
     new PropObj( 'ForceHTTPSPlaylistDelivery', "0", false, false,  null, null, \
                "int", "Force Secure Playlists" ),
-    new PropObj( 'BmffODFragmentDuration', "3", false, false,  null, null, "int", \
                "Fragment Duration" ),
-    new PropObj( 'BmffLiveFragmentDuration', "3", false, false,  null, null, "int", \
                "Fragment Duration" ),
-    new PropObj( 'BmffLiveSegmentDuration', "3", false, false,  null, null, "int", \
                "Segment Duration" ),
-    new PropObj( 'BmffLivePlaylistSegments', "3", false, false,  null, null, "int", \
"Miminum Playlist Segments" ), +    new PropObj( 'BmffFragmentMinDuration', "3", \
false, false,  null, null, "int", "Minimum Fragment Duration" ), +    new PropObj( \
'BmffSegmentMinDuration', "3", false, false,  null, null, "int", "Minimum Segment \
Duration" ), +    new PropObj( 'BmffLivePlaylistSegments', "3", false, false,  null, \
                null, "int", "Live Playlist Segments" ),
     new PropObj( 'TsSegmentDuration', "10", false, false,  null, null, "int", \
                "Segment Duration" ),
-    new PropObj( 'TsLivePlaylistSegments', "3", false, false,  null, null, "int", \
"Miminum Playlist Segments" ), +    new PropObj( 'TsLivePlaylistSegments', "3", \
false, false,  null, null, "int", "Live Playlist Segments" ),  ];
 
 var propList = new PropList( "DASH_Stream", dash, propSetMain, propSetSources);
@@ -448,45 +447,29 @@
 </TR>
 <table class="formTable" border="0" cellspacing="0" cellpadding="6" width="476">
 <TD colspan="2" bgcolor="#E6E6E6" VALIGN="middle" class="TabText" ALIGN="LEFT">
-    ISO BMFF On Demand Profile
-</TD>
-<table class="formTable" border="0" cellspacing="0" cellpadding="6" width="476">
-<tr>
-	<tr>
-	<TD class="input" valign="top" align="RIGHT" width="44%">
-			<span class="offsetLabel">Fragment Duration</span>
-		</td>
-		<TD class="input" valign="top" align="left" width="56%">
-			<input CLASS="input" MAXLENGTH="255" NAME="BmffODFragmentDuration" SIZE="20" \
                TYPE="text" VALUE=""><SPAN CLASS="unitsOffset">&nbsp;seconds</SPAN>
-		</td>
-	</tr>
-	</TD>
-</tr>
-<table class="formTable" border="0" cellspacing="0" cellpadding="6" width="476">
-<TD colspan="2" bgcolor="#E6E6E6" VALIGN="middle" class="TabText" ALIGN="LEFT">
-    ISO BMFF Live Profile
+    ISO BMFF
 </TD>
 <table class="formTable" border="0" cellspacing="0" cellpadding="6" width="476">
 <tr>
 	<tr>
 	<TD class="input" valign="top" align="RIGHT" width="44%">
-			<span class="offsetLabel">Fragment Duration</span>
+			<span class="offsetLabel">Minimum Fragment Duration</span>
 		</td>
 		<TD class="input" valign="top" align="left" width="56%">
-			<input CLASS="input" MAXLENGTH="255" NAME="BmffLiveFragmentDuration" SIZE="20" \
TYPE="text" VALUE=""><SPAN CLASS="unitsOffset">&nbsp;seconds</SPAN> +			<input \
CLASS="input" MAXLENGTH="255" NAME="BmffFragmentMinDuration" SIZE="20" TYPE="text" \
VALUE=""><SPAN CLASS="unitsOffset">&nbsp;seconds</SPAN>  </td>
 	</tr>
 	<tr>
 	<TD class="input" valign="top" align="RIGHT" width="44%">
-			<span class="offsetLabel">Segment Duration</span>
+			<span class="offsetLabel">Minimum Segment Duration</span>
 		</td>
 		<TD class="input" valign="top" align="left" width="56%">
-			<input CLASS="input" MAXLENGTH="255" NAME="BmffLiveSegmentDuration" SIZE="20" \
TYPE="text" VALUE=""><SPAN CLASS="unitsOffset">&nbsp;seconds</SPAN> +			<input \
CLASS="input" MAXLENGTH="255" NAME="BmffSegmentMinDuration" SIZE="20" TYPE="text" \
VALUE=""><SPAN CLASS="unitsOffset">&nbsp;seconds</SPAN>  </td>
 	</tr>
 	<tr>
 	<TD class="input" valign="top" align="RIGHT" width="44%">
-			<span class="offsetLabel">Minimum Playlist Segments</span>
+			<span class="offsetLabel">Live Playlist Segments</span>
 		</td>
 		<TD class="input" valign="top" align="left" width="56%">
 			<input CLASS="input" MAXLENGTH="255" NAME="BmffLivePlaylistSegments" SIZE="20" \
TYPE="text" VALUE=""> @@ -496,7 +479,7 @@
 </tr>
 <table class="formTable" border="0" cellspacing="0" cellpadding="6" width="476">
 <TD colspan="2" bgcolor="#E6E6E6" VALIGN="middle" class="TabText" ALIGN="LEFT">
-    MPEG2-TS Profile
+    MPEG2-TS
 </TD>
 <table class="formTable" border="0" cellspacing="0" cellpadding="6" width="476">
 <tr>
@@ -510,7 +493,7 @@
 	</tr>
 	<tr>
 	<TD class="input" valign="top" align="RIGHT" width="44%">
-			<span class="offsetLabel">Minimum Playlist Segments</span>
+			<span class="offsetLabel">Live Playlist Segments</span>
 		</td>
 		<TD class="input" valign="top" align="left" width="56%">
 			<input CLASS="input" MAXLENGTH="255" NAME="TsLivePlaylistSegments" SIZE="20" \
TYPE="text" VALUE="">


_______________________________________________
Server-cvs mailing list
Server-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/server-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic