This commit is contained in:
Your Name
2026-01-27 08:55:32 +00:00
parent 6fbd86bf43
commit 3ccbf3d973
9 changed files with 182 additions and 78 deletions

17
mpv.sh Normal file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
mpv \
--fs \
--no-border \
--vo=drm \
--drm-device=/dev/dri/card0 \
--hwdec=auto \
--video-sync=display-resample \
--untimed \
--cache=no \
--demuxer-lavf-o=ffflags=nobuffer \
--demuxer-lavf-probesize=32 \
--demuxer-lavf-analyzeduration=0 \
--vf=setpts=PTS-STARTPTS \
--no-audio \
--loop=inf \
'srt://127.0.0.1:10080?streamid=#!::r=live/livestream,m=request&latency=10'