SigHelper: Add support for PLAYER_UPDATE_TIMESTAMP opcode

This commit is contained in:
Samantaz Fox 2024-08-01 23:28:30 +02:00
parent 3b7e45b7bc
commit ec1bb5db87
No known key found for this signature in database
GPG key ID: F42821059186176E
3 changed files with 36 additions and 5 deletions

View file

@ -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:
#########################################
#