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

List:       helix-server-cvs
Subject:    [Server-cvs] admin/web/src/srvprxy config_broad_hls.html.wasm, 1.5, 1.6
From:       yichen () helixcommunity ! org
Date:       2012-07-30 3:01:50
[Download RAW message or body]

Update of /cvsroot/server/admin/web/src/srvprxy
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv27873

Modified Files:
	config_broad_hls.html.wasm 
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.wasm
===================================================================
RCS file: /cvsroot/server/admin/web/src/srvprxy/config_broad_hls.html.wasm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- config_broad_hls.html.wasm	26 Jul 2012 07:35:34 -0000	1.5
+++ config_broad_hls.html.wasm	30 Jul 2012 02:59:24 -0000	1.6
@@ -25,7 +25,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" )
 ];
@@ -136,7 +136,7 @@
 		<@= ifNav6( "<BR>" ) @>
 		<@= formElemSelect( "Enable Live Rewind", {1 => "Enabled", 0 => "Disabled"}, name \
=> "EnableLiveRewind", class => "input" ) @>  <BR>
-		<@= formElemText( "Stream Shift Buffer", name => "RewindBuffer" ) @>
+		<@= formElemText( "Stream Shift Buffer", name => "StreamShiftBuffer" ) @>
 		<BR>
 	
 	    <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