Update http example README

This commit is contained in:
Lukas Herman
2020-11-07 20:44:43 -08:00
committed by GitHub
parent 6900da9a5e
commit cd49cd9910

View File

@@ -3,12 +3,12 @@
### Download http example
```
go get github.com/pion/mediadevices/examples/http
git clone https://github.com/pion/mediadevices.git
```
### Run HTTP server
### Compile and Run HTTP server
Run `http :1313`
Run `cd mediadevices/examples/http && go build && ./http :1313`
### Access the camera stream from the browser