blob: ecd1f536c59adb9a662a571623bfe0ec147a6c2b [file] [log] [blame]
/* ------------------------------------------------------------------
* Copyright (C) 1998-2009 PacketVideo
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
* -------------------------------------------------------------------
*/
#ifndef RTSP_PAR_COM_TUNABLE_H_
#define RTSP_PAR_COM_TUNABLE_H_
// this is a tunable area for ParCom; Player and Server might require
// different parameters; set them here
//
// player RTSP ParCom tuning
//changed from 1000 to 4000 because ASF TCP streaming.
#define RTSP_MAX_FULL_REQUEST_SIZE 4000
#define RTSP_PARSER_BUFFER_SIZE 4000
#define RTSP_MAX_NUMBER_OF_FIELDS 20
#define RTSP_HUGE_NUMBER_OF_FIELDS_IN_PARSER 60
#define RTSP_MAX_NUMBER_OF_RTP_INFO_ENTRIES 10
#define RTSP_MAX_NUMBER_OF_TRANSPORT_ENTRIES 5
#define RTSP_RESYNC_PRESERVE_SIZE 20
//#ifdef RTSP_PLAYLIST_SUPPORT
#define RTSP_MAX_NUMBER_OF_PLAYLIST_ERROR_ENTRIES 10
#define RTSP_MAX_NUMBER_OF_SUPPORTED_ENTRIES 32
//#endif
#endif // RTSP_PAR_COM_TUNABLE_H_