You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2023. It is now read-only.
RDKAAMP-267 AAMP acronym (ADVANCED ADAPTIVE MEDIA PLAYER) wrongly printed by aampcli.exe as "MICRO" PLAYER
Reason for change: AAMP acronym and spelling mistakes corrected
Test Procedure: Test aampcli and check AAMP acronym printed as ADVANCED ADAPTIVE MEDIA PLAYER
Risks: Low
Signed-off-by: nkader321 <[email protected]>
Change-Id: I2af6321e96a202d18da47ef39381a66f671f552e
(cherry picked from commit faa0e0c)
removeAVEDRMPersistent Enable/Disable code in ave drm to avoid crash when majorerror 3321, 3328 occurs.Default false.
114
114
reportBufferEvent Enables Buffer event reporting.Default is true.
115
115
info Enable/Disable logging of requested urls.Default is false
@@ -184,22 +184,22 @@ linearTrickPlayFps Specify the framerate for Linear trickplay (defaults to
184
184
fragmentRetryLimit Set fragment rampdown/retry limit for video fragment failure (default is -1).
185
185
initRampdownLimit Maximum number of rampdown/retries for initial playlist retrieval at tune/seek time. Default is 0 (disabled).
186
186
initFragmentRetryCount Max retry attempts for init frag curl timeout failures, default count is 1 (which internally means 1 download attempt and "1 retry attempt after failure").
187
-
langCodePreference prefered format for normalizing language code.Default is 0.
187
+
langCodePreference preferred format for normalizing language code.Default is 0.
188
188
initialBuffer cached duration before playback start, in seconds. Default is 0.
189
189
maxTimeoutForSourceSetup Timeout value wait for GStreamer appsource setup to complete.default is 1000.
190
190
drmDecryptFailThreshold Retry count on drm decryption failure, default is 10.
191
-
segmentInjectFailThreshold Retry count for segment injection discard/failue, default is 10.
191
+
segmentInjectFailThreshold Retry count for segment injection discard/failure, default is 10.
192
192
preCachePlaylistTime Max time to complete PreCaching default is 0 in minutes
193
193
thresholdSizeABR ABR threshold size. Default 6000.
194
194
stallTimeout Stall detection timeout. Default is 10sec
195
195
stallErrorCode Stall error code.Default is 7600
196
-
minABRBufferRampdown Mininum ABR Buffer for Rampdown.Default is 10sec
196
+
minABRBufferRampdown Minimum ABR Buffer for Rampdown.Default is 10sec
197
197
maxABRBufferRampup Maximum ABR Buffer for Rampup.Default is 15sec
198
198
preplayBuffercount Count of segments to be downloaded until play state.Default is 2
199
199
downloadDelay Delay for downloads to simulate network latency.Default is 0
200
200
onTuneRate Tune rate.Default is INT_MAX
201
201
dashMaxDrmSessions Max drm sessions that can be cached by AampDRMSessionManager.Default is 3
202
-
log New Configuration to overide info/debug/trace.Default is 0
202
+
log New Configuration to override info/debug/trace.Default is 0
203
203
livePauseBehavior Player paused state behavior.Default is 0(ePAUSED_BEHAVIOR_AUTOPLAY_IMMEDIATE)
204
204
latencyMonitorDelay Low Latency Monitor delay.Default is 5(DEFAULT_LATENCY_MONITOR_DELAY)
205
205
latencyMonitorInterval Low Latency Monitor Interval.Default is 2(DEFAULT_LATENCY_MONITOR_INTERVAL)
@@ -212,7 +212,7 @@ licenseServerUrl URL to be used for license requests for encrypted(PR/WV) asset
212
212
mapMPD <domain / host to map> Remap HLS playback url to DASH url for matching domain/host string (.m3u8 to .mpd) mapM3U8 <domain / host to map> Remap DASH MPD playback url to HLS m3u8 url for matching domain/host string (.mpd to .m3u8)
213
213
harvestPath Specify the path where fragments has to be harvested,check folder permissions specifying the path
214
214
networkProxy proxy address to set for all file downloads. Default None
215
-
licenseProxy proxy address to set for licese fetch . Default None
215
+
licenseProxy proxy address to set for license fetch . Default None
216
216
AuthToken SessionToken string to override from Application . Default None
217
217
userAgent Curl user-agent string.Default is {Mozilla/5.0 (Linux; x86_64 GNU/Linux) AppleWebKit/601.1 (KHTML, like Gecko) Version/8.0 Safari/601.1 WPE}
218
218
customHeader custom header data to be appended to curl request. Default None
@@ -241,7 +241,7 @@ manifestTimeout Specify manifest download time out in seconds, default is 10 s
241
241
playlistTimeout Playlist download time out in sec.Default is 10 seconds.
242
242
243
243
*File Harvest Config :
244
-
By default aamp will dump all the type of data, set 0 for desabling harvest
244
+
By default aamp will dump all the type of data, set 0 for disabling harvest
245
245
0x00000001 (1) - Enable Harvest Video fragments - set 1st bit
246
246
0x00000002 (2) - Enable Harvest audio - set 2nd bit
247
247
0x00000004 (4) - Enable Harvest subtitle - set 3rd bit
@@ -259,13 +259,13 @@ playlistTimeout Playlist download time out in sec.Default is 10 seconds.
259
259
0x00004000 (16384) - Enable Harvest auxiliary audio playlist - set 15th bit
260
260
0x00008000 (32768) - Enable Harvest Iframe playlist - set 16th bit
261
261
0x00010000 (65536) - Enable Harvest IFRAME init fragment - set 17th bit
262
-
example :- if you want harvest only manifest and vide0 fragments , set value like 0x00000001 + 0x00000010 = 0x00000011 = 17
262
+
example :- if you want harvest only manifest and video fragments , set value like 0x00000001 + 0x00000010 = 0x00000011 = 17
0 commit comments