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

List:       helix-server-cvs
Subject:    [Server-cvs] common/util header_helper.cpp,1.15,1.15.2.1
From:       jhou () helixcommunity ! org
Date:       2013-09-30 2:41:31
[Download RAW message or body]

Update of /cvsroot/server/common/util
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv21693/common/util

Modified Files:
      Tag: PRODUCER_14_0_RN
	header_helper.cpp 
Log Message:
king 18:20:13
Synopsis
========
Transporting DASH(Dynamic Adaptive Streaming over HTTP) from server to producer

Branches : Head, PRODUCER_14_0_RN 
Reviewer by Yuxin Liu, Gang Wang, James


Description
===========
I.intro
    we have support these functions which are listed below.
    1. Live & VOD 
    2 Multi-bitrate
    3. License for DASH output
    4. Jobfile and command line configurations II.details
    In the feaure, I introduce six modules and one plugin like below:
modules:
    datatype_rn/dash/dashfilewriter
    datatype_rn/dash/mp4
    datatype_rn/dash/mpdgen
    datatype_rn/dash/mpegts
    datatype_rn/dash/utils
plugin:
    datatype_rn/dash/dashfilewriter/dashplin.dll

     
Files affected
============
    build\bif-cvs\real\build\BIF\ PRODUCER_14_0_RN.bif
    producerapps_rn/installer/producer/make_tempdir
    client_rn/encodesvc/engine/encsession/licensemanager.cpp
    client_rn/encodesvc/engine/encsession/licensemanager.h
    client_rn/encodesvc/engine/encsession/licensemanagerhelper.cpp
    common/tokenreplacer/hxtbagtokenreplacer.cpp
    client/encodesvc/common/tokenreplacer/hxtelementtokenreplacer.cpp
    client/encodesvc/engine/encsession/encodingjob.cpp
    client/encodesvc/engine/encsession/settingsadvisor.cpp
    client/encodesvc/engine/encsession/settingsadvisor.h
    client/encodesvc/include/ihxtconstants.h
    client/encodesvc/producersdkinstaller/resources/codecs-audio.xml
    client/encodesvc/producersdkinstaller/resources/codecs-video.xml
    server/common/util/header_helper.cpp
    producerapps/cmdproducer/enccmdln.cpp
    producerapps/cmdproducer/session.cpp
    producerapps/common/util/hxtpreferenceshandler.cpp
    producerapps/common/util/pub/hxtpreferenceconstants.h
    producerapps/installer/root/producer.pref
    producerapps/installer/root/producer_unix.pref
    producerapps/installer/root/producer_win32.pref
    producerapps/installer/root/xmlschemas/audience.3.0.xsd
    producerapps/installer/root/xmlschemas/job.3.0.xsd
    producerapps/installer/root/xmlschemas/Attic/target.3.0.xsd
    datatype/mp4/filewriter/mp4atoms.h
    common/include/hxmime.h

Added files and dirs
    datatype_rn/dash/dashfilewriter/*
    datatype_rn/dash/mp4/*
    datatype_rn/dash/mpdgen/*
    datatype_rn/dash/mpegts/*
    datatype_rn/dash/utils/*
    

Testing Performed
================
Platforms Tested: win32-i386-vc9
Builds Verified: win32-i386-vc9

Unit Tests:
==========
Processing

QA Hints
==========
None


Committed on the Free edition of March Hare Software CVSNT Client.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/

Index: header_helper.cpp
===================================================================
RCS file: /cvsroot/server/common/util/header_helper.cpp,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- header_helper.cpp	18 May 2010 17:57:25 -0000	1.15
+++ header_helper.cpp	30 Sep 2013 02:41:23 -0000	1.15.2.1
@@ -49,6 +49,12 @@
 #include "urlutil.h"
 #include "servpckts.h"
 
+
+#define CHAR_LF    0x0a
+#define CHAR_CR    0x0d
+#define CHAR_NULL  0x00
+
+
 BOOL Is3gpMRLive(IHXValues* pFileHeader)
 {
     UINT32 ulStreamGroupCount = 0;


_______________________________________________
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