Compare commits

..

No commits in common. "65895230e3bd37fc44323800749a1785e1f560d4" and "b265f764b0160755e39d5a55238249c51d9e5e72" have entirely different histories.

2 changed files with 27 additions and 35 deletions

View File

@ -20,10 +20,3 @@ _Note: if you are using wsl2 you should see wsl=true line in terminal_
### If video sink is not visible on the screen:
1. Make sure that wsl2 is active.
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,7 +8,6 @@ usage() {
}
build=False
wsl=False
container_name="gstreamer-base"
while getopts ":bhc:" opt; do