Changes between Version 33 and Version 34 of EnvironmentVariables


Ignore:
Timestamp:
Mar 17, 2022 10:07:44 AM (2 years ago)
Author:
eocanha@igalia.com
Comment:

Documented the MSE_MAX_BUFFER_SIZE, WPE_SHELL_DISABLE_MEDIA_DISK_CACHE and WPE_SHELL_MEDIA_DISK_CACHE_PATH environment variables

Legend:

Unmodified
Added
Removed
Modified
  • EnvironmentVariables

    v33 v34  
    2323|| JSC_${option from previous command} || ${value} || ${check with JSC_dumpOptions=3} || ALL ||
    2424|| Malloc || 1 || Disable bmalloc memory allocator and use the system default one instead. On Darwin systems, also set {{{__XPC_Malloc}}} in order to pass on the value to child processes || ALL ||
     25|| MSE_MAX_BUFFER_SIZE || Examples: V:50M,audio:12k,TeXT:500K *:100M video:90M,T:100000 || Set maximum SourceBuffer sizes for audio/video/text (when implemented) media types. Case insensitive, full type (audio, video, text) or compact type (a, v, t), wildcard (*) allowed, unit multipliers allowed (K, M). || WPE WebKit ||
    2526|| WEBKIT_FORCE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always on || WebKitGTK (since 2.10.5) ||
    2627|| WEBKIT_DISABLE_COMPOSITING_MODE || 1 || Force Accelerated Compositing mode to be always off || WebKitGTK (since 2.10.9) ||
     
    3839|| WEBKIT_EGL_PIXEL_LAYOUT || RGB565 || Set the EGL pixel format used for rendering || WPE WebKit ||
    3940|| WEBKIT_DEBUG || all or ${channel} || Enable debugging channels. Check [[WebKitGTK/Debugging#Loggingsupport]] for more info || WebKitGTK and WPE WebKit ||
     41|| WPE_SHELL_DISABLE_MEDIA_DISK_CACHE || 1 || Disable on-disk cache for regular (no MSE) video playback || WPE WebKit ||
     42|| WPE_SHELL_MEDIA_DISK_CACHE_PATH || /some/directory/path || Set custom path for on-disk cache for regular (no MSE) video playback || WPE WebKit ||