Compare commits

...

2 Commits

Author SHA1 Message Date
65895230e3 formatting corrections 2025-10-07 22:59:30 +03:00
73c2cb2d21 xauthority problem solution 2025-10-07 22:59:16 +03:00
2 changed files with 35 additions and 27 deletions

View File

@ -20,3 +20,10 @@ _Note: if you are using wsl2 you should see wsl=true line in terminal_
### If video sink is not visible on the screen: ### If video sink is not visible on the screen:
1. Make sure that wsl2 is active. 1. Make sure that wsl2 is active.
2. Make sure that WSLg is supported (should be built-in on windows 11) 2. Make sure that WSLg is supported (should be built-in on windows 11)
### Authorization issue
> Authorization required, but no authorization protocol specified docker
```bash
$ xhost +local:
```

1
run.sh
View File

@ -8,6 +8,7 @@ usage() {
} }
build=False build=False
wsl=False
container_name="gstreamer-base" container_name="gstreamer-base"
while getopts ":bhc:" opt; do while getopts ":bhc:" opt; do