Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion AampConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ static const ConfigLookupEntryInt mConfigLookupTableInt[AAMPCONFIG_INT_COUNT+CON
{0,"drmStallTimeout",eAAMPConfig_DrmStallTimeout,true,eCONFIG_RANGE_TIMEOUT},
{0,"drmStartTimeout",eAAMPConfig_DrmStartTimeout,true,eCONFIG_RANGE_TIMEOUT},
{0,"timeBasedBufferSeconds",eAAMPConfig_TimeBasedBufferSeconds,true,eCONFIG_RANGE_PLAYBACK_OFFSET},
{DEFAULT_MAX_DOWNLOAD_BUFFER,"maxDownloadBuffer",eAAMPConfig_MaxDownloadBuffer,true,eCONFIG_RANGE_PLAYBACK_OFFSET},
{DEFAULT_TELEMETRY_REPORT_INTERVAL,"telemetryInterval",eAAMPConfig_TelemetryInterval,true},
{0,"rateCorrectionDelay", eAAMPConfig_RateCorrectionDelay,true},
{-1,"harvestDuration",eAAMPConfig_HarvestDuration,false,eCONFIG_RANGE_HARVEST_DURATION},
Expand Down
1 change: 0 additions & 1 deletion AampConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ typedef enum
eAAMPConfig_DrmStallTimeout, /**< Stall Timeout for DRM license request*/
eAAMPConfig_DrmStartTimeout, /**< Start Timeout for DRM license request*/
eAAMPConfig_TimeBasedBufferSeconds,
eAAMPConfig_MaxDownloadBuffer, /**< Max download buffer in seconds, this can be used to limit player download job scheduling for DASH*/
eAAMPConfig_TelemetryInterval, /**< time interval for the telemetry reporting*/
eAAMPConfig_RateCorrectionDelay, /**< Delay Rate Correction upon discontinuity in seconds */
eAAMPConfig_HarvestDuration, /**< Harvest duration time */
Expand Down
1 change: 0 additions & 1 deletion AampDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
#define MIN_MONITOR_AV_JUMP_THRESHOLD_MS 1 /**< minimum jump threshold to trigger MonitorAV reporting */
#define MAX_MONITOR_AV_JUMP_THRESHOLD_MS 10000 /**< maximum jump threshold to trigger MonitorAV reporting */
#define DEFAULT_MONITOR_AV_JUMP_THRESHOLD_MS 100 /**< default jump threshold to MonitorAV reporting */
#define DEFAULT_MAX_DOWNLOAD_BUFFER 10 /**< Default maximum download buffer in seconds, this can be used to limit player download job scheduling for DASH */
#define DEFAULT_MONITOR_AV_REPORTING_INTERVAL 1000 /**< time interval in ms for MonitorAV reporting */

// We can enable the following once we have a thread monitoring video PTS progress and triggering subtec clock fast update when we detect video freeze. Disabled it for now for brute force fast refresh..
Expand Down
174 changes: 0 additions & 174 deletions AampDownloadInfo.hpp

This file was deleted.

147 changes: 0 additions & 147 deletions AampFragmentDescriptor.cpp

This file was deleted.

Loading
Loading