Skip to content

Commit

Permalink
fix: only one documentation instead of two
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsocv12 committed Apr 28, 2024
1 parent 8e67a70 commit 65338e5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 42 deletions.
8 changes: 1 addition & 7 deletions gstreamer-receive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +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
```

For newer versions of golang

```
go install 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
8 changes: 1 addition & 7 deletions gstreamer-send/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +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
```

For newer versions of golang

```
go install 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
8 changes: 1 addition & 7 deletions play-from-disk-h264/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +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
```

For newer versions of golang

```
go install 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
8 changes: 1 addition & 7 deletions rtmp-to-webrtc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +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
```

For newer versions of golang

```
go install 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
8 changes: 1 addition & 7 deletions twitch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +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
```

For newer versions of golang

```
go install 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
8 changes: 1 addition & 7 deletions unreal-pixel-streaming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +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
```

For newer versions of golang

```
go install 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

0 comments on commit 65338e5

Please sign in to comment.