Files
rtsp2rtmp/resources/conf/conf-prod.yml
2025-02-03 11:22:53 +08:00

29 lines
679 B
YAML

server:
use-ffmpeg: false
security: true
rtmp:
port: 1934
http:
port: 8080
static:
path: ./resources/static
fileflv:
path: ./resources/output/live
log:
path: ./resources/output/log
level: 6
database:
driver-type: 4
driver: postgres
url: user=postgres password=123456 dbname=rtsp2rtmp host=localhost port=5432 sslmode=disable TimeZone=UTC
show-sql: false
token:
duration: 1440
remote:
server-ip: 127.0.0.1
port: 9089
client-code: demo
sign-secret: A012345678901234
secret: A012345678901234