fstream/client/config/watch.toml

17 lines
498 B
TOML

# Basic information
address = "fier.me:61920"
args.user = "fier"
args.channel = "default"
args.channel_password = "456"
args.bufsize = 4096
# Encryption
#aespass = "e2epass"
# Decoder values
decoder = [
"ffplay",
"-avioflags","direct","-strict","experimental","-analyzeduration","0","-sync","ext","-probesize","32","-fflags","nobuffer","-flags","low_delay","-max_delay","0","-max_probe_packets","0","-x264opts","intra-refresh=1","-fflags","discardcorrupt","-vf","setpts=0", # delay hack
"-"
]