mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-03 03:56:22 -04:00
SigHelper: Add support for PLAYER_UPDATE_TIMESTAMP opcode
This commit is contained in:
parent
3b7e45b7bc
commit
ec1bb5db87
3 changed files with 36 additions and 5 deletions
|
@ -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:
|
||||
|
||||
|
||||
#########################################
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue