diff --git a/README.md b/README.md index 78bd8d9..99905d3 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ https://stackoverflow.com/questions/73092750/how-to-show-gui-apps-from-docker-de 1. Start run.sh script with -b flag (build): - `run.sh -b` - - _you can just use run.sh if image already built - - you can specify image name with -c flag_ + - _you can just use run.sh if image is already built_ + - _you can specify image name with -c flag_ 2. In opened bash verify that gui is opening correctly: - `gst-launch1.0 videotestsrc ! autovideoconvert ! autovideosink` _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. 2. Make sure that WSLg is supported (should be built-in on windows 11)