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

List:       helix-server-cvs
Subject:    [Server-cvs] protocol/rtsp/pub crtspbase.h,1.33,1.34
From:       juanitomoore () helixcommunity ! org
Date:       2011-07-26 23:28:46
Message-ID: 201107262328.p6QNSpMK022345 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/server/protocol/rtsp/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv6980/server/protocol/rtsp/pub

Modified Files:
	crtspbase.h 
Log Message:
Synopsis:
=========
Feature is described as adding bookmarking to RTMP similar to RTSP.
The document describing this feature is at:

http://tools.dev.prognet.com/Groups/Server/Planning/2011/specs/speclet_Bookmarking.docx

Branch: HEAD
Suggested Reviewers: Chytanya

Description:
============
The RTMP bookmarking feature requires the same licensing as RTSP and
can be configured to be a different string than the default: "start".

Files Affected:
==============
server-restricted/protocol/http/m3u8hdlr.cpp
server-restricted/protocol/http/pub/m3u8hdlr.h
server_rn/protocol/flash/rtmpserv/rtmpserv.cpp
server_rn/protocol/flash/rtmpserv/pub/rtmpserv.h
server/protocol/rtsp/crtspbase.cpp
server/protocol/rtsp/rtspsession.cpp
server/protocol/rtsp/pub/crtspbase.h
datatype/flash/flv/fileformat/flv_file_format.cpp
common/include/defslice.h
server/qos/core/pub/qos_cfg_names.h 

Testing Perfomed:
================
Unit Tests: N/A
Integration Tests: Tested with a private debug build, using the sample
flash player. Used realplay to test rtsp bookmarking.
Leak Tests: None
Performance Tests: N/A

Platforms Tested: linux-rhel5-x86_64
Builds Verified: linux-rhel5-x86_64, sunos-5.10-sparc64

QA Hints
========
Add "?start=xx" to url: e.g., Venice.flv?start=20.5
Also add <List Name=Bookmarking> section to the config file.


Index: crtspbase.h
===================================================================
RCS file: /cvsroot/server/protocol/rtsp/pub/crtspbase.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- crtspbase.h	16 Jun 2011 00:41:24 -0000	1.33
+++ crtspbase.h	26 Jul 2011 23:28:44 -0000	1.34
@@ -1156,7 +1156,8 @@
     INT32                               m_nBookmarkType;
     BOOL                                m_bAdditiveBMRange;
     char                                m_pBookmarkName[MAX_BOOKMARK_NAME_SIZE];
-    INT32                               m_nBookmarkValue;
+    INT64                               m_nBookmarkValue;
+    INT64                               m_nBookmarkBuffer;
     IHXQoSProfileConfigurator*          m_pProfileConfigurator;
     const char*                         m_szPacketFormat;
 


_______________________________________________
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