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 7: | Line 7: | ||
| <code bash> | <code bash> | ||
| - | in " | + | #in " |
| git clone https:// | git clone https:// | ||
| cd gst-example | cd gst-example | ||
| Line 13: | 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 | ||
| + | |||
| </ | </ | ||