mirror of
https://github.com/hkmadao/rtsp2rtmp.git
synced 2025-12-24 11:51:11 +08:00
29 lines
679 B
YAML
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
|
|
|
|
|