Files
gitlab-instance-0a899031_do…/mpv.sh
Your Name 3ccbf3d973 hdmi
2026-01-27 08:55:32 +00:00

18 lines
412 B
Bash

#!/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'