diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2024-08-01 23:28:30 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2024-08-07 23:25:32 +0200 |
| commit | ec1bb5db87a40d74203a09ca401d0f70d0ad962d (patch) | |
| tree | 61836082ff021c7090c277baef51f68c32dac7e2 /config/config.example.yml | |
| parent | 3b7e45b7bc5798e05d49658428b49536d20e745c (diff) | |
| download | invidious-ec1bb5db87a40d74203a09ca401d0f70d0ad962d.tar.gz invidious-ec1bb5db87a40d74203a09ca401d0f70d0ad962d.tar.bz2 invidious-ec1bb5db87a40d74203a09ca401d0f70d0ad962d.zip | |
SigHelper: Add support for PLAYER_UPDATE_TIMESTAMP opcode
Diffstat (limited to 'config/config.example.yml')
| -rw-r--r-- | config/config.example.yml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index 142fdfb7..2f5228a6 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -1,6 +1,6 @@ ######################################### # -# Database configuration +# Database and other external servers # ######################################### @@ -41,6 +41,19 @@ db: #check_tables: false +## +## Path to an external signature resolver, used to emulate +## the Youtube client's Javascript. If no such server is +## available, some videos will not be playable. +## +## When this setting is commented out, no external +## resolver will be used. +## +## Accepted values: a path to a UNIX socket or "<IP>:<Port>" +## Default: <none> +## +#signature_server: + ######################################### # |
