Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| gst-examples [2020/11/05 21:43] – yair | gst-examples [2020/11/06 00:58] (current) – yair | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * get python 3.8+ | * get python 3.8+ | ||
| * get meson(0.55+) and ninja | * get meson(0.55+) and ninja | ||
| - | |||
| - | in " | ||
| <code bash> | <code bash> | ||
| + | #in " | ||
| git clone https:// | git clone https:// | ||
| cd gst-example | cd gst-example | ||
| Line 14: | Line 13: | ||
| ninja -C build | ninja -C build | ||
| cd build/ | cd build/ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | webrtc-sendrecv.exe | ||
| + | </ | ||
| + | |||
| + | **in linux**\\ | ||
| + | * get docker | ||
| + | <code bash> | ||
| + | git clone https:// | ||
| + | cd gst-ci/ | ||
| + | container=" | ||
| + | sudo docker build -t $container . | ||
| + | docker run -i--name $container --privileged | ||
| + | |||
| </ | </ | ||