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

List:       helix-server-cvs
Subject:    [Server-cvs] admin/web/build/mserver config_broad_hls.html,1.3,1.4
From:       yichen () helixcommunity ! org
Date:       2012-07-30 2:58:06
[Download RAW message or body]

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

Modified Files:
	config_broad_hls.html 
Log Message:

Synopsis
========
Branches: Head, SERVER_15_0_RN

suggest reviewer: Chytanya, Xiaocheng Li, Any One

Description
===========
1.Precondition:

Installed the v15 Helix Universal Media Server,open Helix Adimistrator .
 

Step:

1, Open the administrator page
2, Click Broadcasting -> HLS Time Shifting 3, Check all tags text under the HLS Time Shifting title
 

Expected:
There should be a tag named "Stream Shift Buffer"

Actual:
It was "Stream Rewind Buffer" now.



Other Comments:

None.

 

Version:   servproxyall-071212-18088

 
Platform:  

Solaris  

Config:

None

My fix is :
Change the tag title from "Stream Rewind Buffer" to "Stream Shift Buffer" in wasm file

Files affected
=============================
server/admin/web/src/srvprxy/config_broad_hls.html.wasm
server/admin/web/build/server/config_broad_hls.html
server/admin/web/build/mserver/config_broad_hls.html

Test perform
==============================
After the change, tag of "Stream Rewind Buffer" turn into "Stream Shift Buffer"


Index: config_broad_hls.html
===================================================================
RCS file: /cvsroot/server/admin/web/build/mserver/config_broad_hls.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- config_broad_hls.html	26 Jul 2012 07:37:40 -0000	1.3
+++ config_broad_hls.html	30 Jul 2012 02:55:37 -0000	1.4
@@ -38,7 +38,7 @@
 var propSet =
 [
 	new PropObj( 'EnableLiveRewind',			 "0" ),
-	new PropObj( 'RewindBuffer',			 "0", false,false,null, null, "int" ),
+	new PropObj( 'StreamShiftBuffer',			 "0", false,false,null, null, "int" ),
 	new PropObj( 'FinishedBroadcastLife',			 "", false, false, null, null, "", "" ),
 	new PropObj( 'StreamResumeAllowance',			 "0", false,false,null, null, "int" )
 ];
@@ -177,7 +177,7 @@
 		<BR>
 		Stream Shift Buffer
 		<BR>
-		<input CLASS="longInput" MAXLENGTH="255" NAME="RewindBuffer" SIZE="21" TYPE="text" VALUE="">
+		<input CLASS="longInput" MAXLENGTH="255" NAME="StreamShiftBuffer" SIZE="21" TYPE="text" VALUE="">
 
 		<BR>
 


_______________________________________________
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