hdmi
This commit is contained in:
17
mpv.sh
Normal file
17
mpv.sh
Normal 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'
|
||||
Reference in New Issue
Block a user