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

List:       helix-server-cvs
Subject:    [Server-cvs] admin/web/src/srvprxy config_mpeg2ts.html.wasm, 1.9,
From:       xiaochengli () helixcommunity ! org
Date:       2011-11-29 1:38:31
[Download RAW message or body]

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

Modified Files:
	config_mpeg2ts.html.wasm 
Log Message:

Synopsis:
=========
This CR is for PR269986: HLS: Minor Improvements to Configuration and PR269987: HLS: \
MultiRate Pairing Logic needs to be reversed

Branch: HEAD
Suggested Reviewers: Anyone
Reviewed by: Chytanya

Description:
=========
The fix includes: 
1. add default target mountpoints for segmentation /rtmplive/ 2. when creating a new \
mount point, the Purge on server restart set to 0 3. add a new global TS \
configuration variable "LowestRateFirst" (HLS Enhancement spec 4.12), in \
streamhandler.cpp, check it to decide program number 4. for MR clip, change the logic \
of establishing the program, it should be like:  Group 1	Video1 (250k)	Audio1 (48k) 
Group 2	Video2 (350k)	Audio2 (48k)
Group 3	Video3 (400k)	Audio3 (48k)
Group 4	Video4 (450k)	Audio4 (64k)
Group 5	Video5 (500k)	Audio5 (96k)

Files affected:
=========
server_rn/datatype/mpeg2ts/streamhandler.cpp
server-restricted/installer/server/retailservinst.cpp
server/admin/web/src/srvprxy/config_mpeg2ts.html.wasm
server/admin/web/build/mserver/config_mpeg2ts.html
server/admin/web/build/server/config_mpeg2ts.html
server_rn/common/util/pub/mpeg2ts_config_names.h

Testing Performed:
=========
Unit Tests: N/A
Integration Tests: 
1. Test on admin page if /rtmplive/ added.
2. Test on admin page for new added source path, purge option is disabled by default.
3. Check if LowestRateFirst == TRUE or not, the uber playlist created as expected \
order 4. Check the uber playlist, if the program created as expected video+audio bw. 

Leak Tests: None
Performance Tests: N/A

Platforms Tested: win-x86_64-vc10
Builds Verified: win-x86_64-vc10

QA Hints
========
none





Index: config_mpeg2ts.html.wasm
===================================================================
RCS file: /cvsroot/server/admin/web/src/srvprxy/config_mpeg2ts.html.wasm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- config_mpeg2ts.html.wasm	18 Oct 2011 11:57:55 -0000	1.9
+++ config_mpeg2ts.html.wasm	29 Nov 2011 01:38:28 -0000	1.10
@@ -90,7 +90,7 @@
 [
     new PropObj( 'Enable', "1", false, false,  null, null, "int", "Enable \
                SourcePath" ),
     new PropObj( 'TargetMountPoint', "", false, true, null, null, "mountpoint", \
                "Destination MountPoint" ), 
-    new PropObj( 'PurgeSegmentsOnServerStart', "1", false, false,  null, null, \
"int", "Purge Segments On Server Start" ), +    new PropObj( \
'PurgeSegmentsOnServerStart', "0", false, false,  null, null, "int", "Purge Segments \
On Server Start" ),  ];
 
 var propSetMain =


_______________________________________________
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