Whole-screen KDE capture -> x264 -> RTMP, fenced to the rt slice. Loopback mediamtx receiver; Cloudron cutover = one creds edit. Detail: https://projects.knownelement.com/issues/798#note-4519 💘 Generated with Crush Assisted-by: Crush:glm-5.2
14 lines
476 B
Bash
14 lines
476 B
Bash
# /etc/ukrrs/rtmp-stream.env — tunables for ukrrs-rtmp-stream.service (#798)
|
|
# The RTMP URL (with any stream key) lives ONLY in ~/.creds/rtmp-stream.env.
|
|
STREAM_USER=reachableceo
|
|
FPS=30
|
|
# 1920w + superfast fits the ukrrs-rt.slice 2-core fence (interim 8 vCPU).
|
|
# Post-#601 (24 threads): try OUT_WIDTH=2560 PRESET=veryfast.
|
|
OUT_WIDTH=1920
|
|
BITRATE=6000k
|
|
MAXRATE=9000k
|
|
BUFSIZE=12000k
|
|
PRESET=superfast
|
|
ABITRATE=128k
|
|
# LOGLEVEL=info # verbose ffmpeg to journald when debugging
|