修复 HTTP H.264 模式

其他修改
This commit is contained in:
mofeng-git
2025-02-01 08:31:27 +00:00
parent 7b3335ea94
commit 9da06d3f58
12 changed files with 264 additions and 145 deletions

View File

@@ -1,5 +1,5 @@
general: {
debug_level = 4
debug_level = 0
}
nat: {
nice_debug = false

View File

@@ -8,4 +8,4 @@ audio: {
aplay: {
device = "plughw:UAC2Gadget,0"
check = "/run/kvmd/otg/uac2.usb0@meta.json"
}
}

View File

@@ -149,6 +149,18 @@ vnc:
h264:
sink: "kvmd::ustreamer::h264"
media:
memsink:
h264:
sink: 'kvmd::ustreamer::h264'
jpeg:
sink: 'kvmd::ustreamer::jpeg'
janus:
stun:
host: stun.cloudflare.com
port: 3478
otgnet:
commands:
post_start_cmd:

View File

@@ -32,6 +32,16 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes = 0
redirect_stderr=true
[program:kvmd-media]
command=python -m kvmd.apps.media --run
autostart=true
autorestart=true
priority=13
stopasgroup=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes = 0
redirect_stderr=true
[program:kvmd-nginx]
command=nginx -c /etc/kvmd/nginx/nginx.conf -g 'daemon off;user root; error_log stderr;'
autostart=true