add mail level
This commit is contained in:
parent
b3f1665315
commit
dd24b973b7
@ -32,6 +32,7 @@ stop_threshold = 11
|
||||
# unvalid json format
|
||||
# missing clip path
|
||||
# leave recipient blank, if you don't need this
|
||||
# mail_level can be: WARNING, ERROR
|
||||
[MAIL]
|
||||
subject = "Playout Error"
|
||||
smpt_server = mail.example.org
|
||||
@ -39,11 +40,12 @@ smpt_port = 587
|
||||
sender_addr = ffplayout@example.org
|
||||
sender_pass = 12345
|
||||
recipient =
|
||||
mail_level = ERROR
|
||||
|
||||
|
||||
# Logging to file
|
||||
# path to /var/log/ only if you run this program as deamon
|
||||
# log_level can be: INFO, DEBUG, WARNING
|
||||
# log_level can be: DEBUG, INFO, WARNING, ERROR
|
||||
[LOGGING]
|
||||
log_file = /var/log/ffplayout/ffplayout.log
|
||||
log_level = INFO
|
||||
@ -54,7 +56,7 @@ log_level = INFO
|
||||
# so the input for the final compression is unique
|
||||
# it produce a uncompressed avi stream
|
||||
# logo is only used if the path exist
|
||||
# with logo_filter = overlay=W-w-2:0 you can modify the logo position
|
||||
# with logo_filter = overlay=W-w-12:12 you can modify the logo position
|
||||
# live_protocols is for checking input, is input a live source ffplayout handles it a bit different
|
||||
[PRE_COMPRESS]
|
||||
width = 1024
|
||||
|
Loading…
x
Reference in New Issue
Block a user