Update README.md

This commit is contained in:
kaedwen
2023-07-13 17:49:11 +02:00
committed by GitHub
parent b7e7db4127
commit e8a24a84ab
+2 -2
View File
@@ -1,6 +1,6 @@
# Webrtc streamer based on golang (pion) and gstreamer # Webrtc streamer based on golang (pion) and gstreamer
This project demonstrates who to stream any source (thanks to gstreamer) in a webrtc session using golang pion to a webrtc client (angular). This project demonstrates how to stream any source (thanks to gstreamer) in a webrtc session using golang pion to a webrtc client (angular).
## build locally ## build locally
@@ -20,4 +20,4 @@ make build
To build for `arm` or `arm64` just use the sections in the `Makefile`. Make sure you have `podman` installed as it will be used to create the tmp build container. To build for `arm` or `arm64` just use the sections in the `Makefile`. Make sure you have `podman` installed as it will be used to create the tmp build container.
``` ```
make build-armhf make build-armhf
``` ```