修改使用ffmpeg连接rtsp,音频转码为aac,转发到1936端口,进行流处理

This commit is contained in:
madao
2024-12-16 18:07:31 +08:00
parent 737cfdf948
commit 549ec6c2aa
10 changed files with 620 additions and 9 deletions

View File

@@ -1,8 +1,10 @@
server:
security: true
security: false
user:
name: admin
password: admin
rtmp:
port: 1936
http:
port: 8080
static:
@@ -16,5 +18,5 @@ server:
driver-type: 4
driver: postgres
url: user=postgres password=123456 dbname=rtsp2rtmp host=localhost port=5432 sslmode=disable TimeZone=UTC
show-sql: false
show-sql: true