mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-06 16:47:19 +08:00
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
# Configuration options for FreshPlayerPlugin
|
|
|
|
# This configuration file is optional. Wrapper will search for it first
|
|
# in ~/.config/freshwrapper.conf, then in /etc/freshwrapper.conf.
|
|
# If wrapper fails to find configuration, it will use default values,
|
|
# which you can find below
|
|
|
|
# Audio buffer is used to continuously provide sound adapter with data.
|
|
# Values too low may lead to buffer underruns and stuttering. Values
|
|
# too high will lead to noticeable latency. Usually plugin selects size
|
|
# on its own, but you may override bounds here
|
|
|
|
# lower bound for audio buffer size, in milliseconds
|
|
audio_buffer_min_ms = 50
|
|
|
|
# higher bound of audio buffer size, in milliseconds
|
|
audio_buffer_max_ms = 150
|
|
|
|
# Path to the Pepper Flash plugin
|
|
pepperflash_path = "/usr/lib/PepperFlash/libpepflashplayer.so"
|
|
|
|
# "Command-line" arguments for Flash
|
|
flash_command_line = "enable_hw_video_decode=1,enable_stagevideo_auto=1"
|
|
|
|
# enable 3d and stage 3d
|
|
enable_3d = 0
|
|
|
|
# enable 3d for wmode=transparent instances
|
|
enable_3d_transparent = 1
|
|
|
|
# when set to 1, limits output to warnings and errors only
|
|
quiet = 1 |