Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding install for newer versions of golang #195

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion gstreamer-receive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example requires you have GStreamer installed, these are the supported plat
### Download gstreamer-receive
```
export GO111MODULE=on
go get github.com/pion/example-webrtc-applications/v3/gstreamer-receive
go install github.com/pion/example-webrtc-applications/v3/gstreamer-receive@latest
```

### Open gstreamer-receive example page
Expand Down
2 changes: 1 addition & 1 deletion gstreamer-send/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example requires you have GStreamer installed, these are the supported plat
### Download gstreamer-send
```
export GO111MODULE=on
go get github.com/pion/example-webrtc-applications/v3/gstreamer-send
go install github.com/pion/example-webrtc-applications/v3/gstreamer-send@latest
```

### Open gstreamer-send example page
Expand Down
2 changes: 1 addition & 1 deletion play-from-disk-h264/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ffmpeg -i $INPUT_FILE -c:a libopus -page_duration 20000 -vn output.ogg
### Download play-from-disk-h264
```
export GO111MODULE=on
go get github.com/pion/example-webrtc-applications/v3/play-from-disk-h264
go install github.com/pion/example-webrtc-applications/v3/play-from-disk-h264@latest
```

### Open play-from-disk-h264 example page
Expand Down
2 changes: 1 addition & 1 deletion rtmp-to-webrtc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ of VP8 with H264 in `main.go`
### Download rtmp-to-webrtc
```
export GO111MODULE=on
go get github.com/pion/example-webrtc-applications/v3/rtmp-to-webrtc
go install github.com/pion/example-webrtc-applications/v3/rtmp-to-webrtc@latest
```

### Open jsfiddle example page
Expand Down
2 changes: 1 addition & 1 deletion twitch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This example requires you have ffmpeg installed, these are the supported platfor
### Download twitch
```
export GO111MODULE=on
go get github.com/pion/example-webrtc-applications/v3/twitch
go install github.com/pion/example-webrtc-applications/v3/twitch@latest
```

### Open twitch example page
Expand Down
2 changes: 1 addition & 1 deletion unreal-pixel-streaming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This example doesn't do anything with the media [rtp-forwarder](https://github.c
### Download unreal-pixel-streaming
```
export GO111MODULE=on
go get github.com/pion/example-webrtc-applications/v3/unreal-pixel-streaming
go install github.com/pion/example-webrtc-applications/v3/unreal-pixel-streaming@latest
```

### Run unreal-pixel-streaming and pass the url and origin
Expand Down