Skip to content

Commit 6c2e6a3

Browse files
committed
Revert "VPLAY-11786: Observed crash with fingerprint "88814015/82391305" (#686)"
This reverts commit aeaedc6. Revert "VPLAY-9274:[DASH] optimization: independent track downloads (#614)" This reverts commit 3746211.
1 parent 03cdd02 commit 6c2e6a3

File tree

72 files changed

+1892
-6177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1892
-6177
lines changed

AampConfig.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ static const ConfigLookupEntryInt mConfigLookupTableInt[AAMPCONFIG_INT_COUNT+CON
447447
{0,"drmStallTimeout",eAAMPConfig_DrmStallTimeout,true,eCONFIG_RANGE_TIMEOUT},
448448
{0,"drmStartTimeout",eAAMPConfig_DrmStartTimeout,true,eCONFIG_RANGE_TIMEOUT},
449449
{0,"timeBasedBufferSeconds",eAAMPConfig_TimeBasedBufferSeconds,true,eCONFIG_RANGE_PLAYBACK_OFFSET},
450-
{DEFAULT_MAX_DOWNLOAD_BUFFER,"maxDownloadBuffer",eAAMPConfig_MaxDownloadBuffer,true,eCONFIG_RANGE_PLAYBACK_OFFSET},
451450
{DEFAULT_TELEMETRY_REPORT_INTERVAL,"telemetryInterval",eAAMPConfig_TelemetryInterval,true},
452451
{0,"rateCorrectionDelay", eAAMPConfig_RateCorrectionDelay,true},
453452
{-1,"harvestDuration",eAAMPConfig_HarvestDuration,false,eCONFIG_RANGE_HARVEST_DURATION},

AampConfig.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ typedef enum
290290
eAAMPConfig_DrmStallTimeout, /**< Stall Timeout for DRM license request*/
291291
eAAMPConfig_DrmStartTimeout, /**< Start Timeout for DRM license request*/
292292
eAAMPConfig_TimeBasedBufferSeconds,
293-
eAAMPConfig_MaxDownloadBuffer, /**< Max download buffer in seconds, this can be used to limit player download job scheduling for DASH*/
294293
eAAMPConfig_TelemetryInterval, /**< time interval for the telemetry reporting*/
295294
eAAMPConfig_RateCorrectionDelay, /**< Delay Rate Correction upon discontinuity in seconds */
296295
eAAMPConfig_HarvestDuration, /**< Harvest duration time */

AampDefine.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
#define MIN_MONITOR_AV_JUMP_THRESHOLD_MS 1 /**< minimum jump threshold to trigger MonitorAV reporting */
142142
#define MAX_MONITOR_AV_JUMP_THRESHOLD_MS 10000 /**< maximum jump threshold to trigger MonitorAV reporting */
143143
#define DEFAULT_MONITOR_AV_JUMP_THRESHOLD_MS 100 /**< default jump threshold to MonitorAV reporting */
144-
#define DEFAULT_MAX_DOWNLOAD_BUFFER 10 /**< Default maximum download buffer in seconds, this can be used to limit player download job scheduling for DASH */
145144
#define DEFAULT_MONITOR_AV_REPORTING_INTERVAL 1000 /**< time interval in ms for MonitorAV reporting */
146145

147146
// 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..

AampDownloadInfo.hpp

Lines changed: 0 additions & 174 deletions
This file was deleted.

AampFragmentDescriptor.cpp

Lines changed: 0 additions & 147 deletions
This file was deleted.

0 commit comments

Comments
 (0)