mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
using PAL for correct resolution
This commit is contained in:
parent
ee404dff35
commit
cd0ce2d6be
@ -42,7 +42,7 @@ kvmd:
|
|||||||
cmd:
|
cmd:
|
||||||
- "/usr/bin/mjpg_streamer"
|
- "/usr/bin/mjpg_streamer"
|
||||||
- "-i"
|
- "-i"
|
||||||
- "input_uvc.so -d /dev/kvmd-streamer -e 2 -y -n -r {width}x{height}"
|
- "input_uvc.so -d /dev/kvmd-streamer -e 2 -t pal -y -n -r {width}x{height}"
|
||||||
- "-o"
|
- "-o"
|
||||||
- "output_http.so -l localhost -p 8082"
|
- "output_http.so -l localhost -p 8082"
|
||||||
|
|
||||||
|
|||||||
@ -36,8 +36,8 @@ kvmd:
|
|||||||
shutdown_delay: 10.0
|
shutdown_delay: 10.0
|
||||||
|
|
||||||
size:
|
size:
|
||||||
width: 720
|
width: 800
|
||||||
height: 576
|
height: 600
|
||||||
|
|
||||||
cmd:
|
cmd:
|
||||||
- "/usr/bin/mjpg_streamer"
|
- "/usr/bin/mjpg_streamer"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user