mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-04-19 04:56:12 +00:00
Update docker documentation (#180)
* Update README.md * Update README.md * replace NO_EDID=1 with EDID=1 * doc update
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
[ -z "$NO_EDID" ] && {
|
||||
[ -n "$EDID" ] && {
|
||||
[ -n "$EDID_HEX" ] && echo "$EDID_HEX" > /edid.hex
|
||||
while true; do
|
||||
v4l2-ctl --device=/dev/video0 --set-edid=file=/edid.hex --fix-edid-checksums --info-edid && break
|
||||
|
||||
Reference in New Issue
Block a user