Skip to content

Commit

Permalink
Update docs pion-WebRTC -> Pion WebRTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der committed Jan 3, 2024
1 parent eeca276 commit e1242e8
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion gocv-receive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Copy the text that `gocv-receive` just emitted and copy into second text area
### Hit 'Start Session' in jsfiddle, enjoy your media!
Your video and/or audio should popup automatically, and will continue playing until you close the application.

Congrats, you have used pion-WebRTC! Now start building something cool
Congrats, you have used Pion WebRTC! Now start building something cool
2 changes: 1 addition & 1 deletion gocv-receive/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func createWebRTCConn(ffmpegIn io.Writer) {
panic(err)
}

// Everything below is the pion-WebRTC API! Thanks for using it ❤️.
// Everything below is the Pion WebRTC API! Thanks for using it ❤️.

// Prepare the configuration
config := webrtc.Configuration{
Expand Down
2 changes: 1 addition & 1 deletion gstreamer-receive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Copy the text that `gstreamer-receive` just emitted and copy into second text ar
### Hit 'Start Session' in jsfiddle, enjoy your media!
Your video and/or audio should popup automatically, and will continue playing until you close the application.

Congrats, you have used pion-WebRTC! Now start building something cool
Congrats, you have used Pion WebRTC! Now start building something cool
2 changes: 1 addition & 1 deletion gstreamer-receive/jsfiddle/demo.details
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# SPDX-License-Identifier: MIT

name: gstreamer-receive
description: Example of using pion-WebRTC to play video using GStreamer
description: Example of using Pion WebRTC to play video using GStreamer
authors:
- Sean DuBois
2 changes: 1 addition & 1 deletion gstreamer-receive/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
// gstreamerReceiveMain is launched in a goroutine because the main thread is needed
// for Glib's main loop (Gstreamer uses Glib)
func gstreamerReceiveMain() {
// Everything below is the pion-WebRTC API! Thanks for using it ❤️.
// Everything below is the Pion WebRTC API! Thanks for using it ❤️.

// Prepare the configuration
config := webrtc.Configuration{
Expand Down
4 changes: 2 additions & 2 deletions gstreamer-send-offer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# gstreamer-send-offer
gstreamer-send-offer is a simple application that shows how to send video using pion-WebRTC and GStreamer. This is meant to be used with `gstreamer-receive`, if you want to send via to your browser try `gstreamer-send`
gstreamer-send-offer is a simple application that shows how to send video using Pion WebRTC and GStreamer. This is meant to be used with `gstreamer-receive`, if you want to send via to your browser try `gstreamer-send`

## Instructions
### Install GStreamer
Expand All @@ -24,7 +24,7 @@ You will see a base64 SDP printed to your console. You now need to communicate t
### enjoy your video!
A video should start playing via GStreamer and will continue playing until you close the application.

Congrats, you have used pion-WebRTC! Now start building something cool
Congrats, you have used Pion WebRTC! Now start building something cool

## Customizing your video or audio
`gstreamer-send-offer` also accepts the command line arguments `-video-src` and `-audio-src` allowing you to provide custom inputs.
Expand Down
2 changes: 1 addition & 1 deletion gstreamer-send-offer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
videoSrc := flag.String("video-src", "videotestsrc", "GStreamer video src")
sdpChan := signal.HTTPSDPServer()

// Everything below is the pion-WebRTC API! Thanks for using it ❤️.
// Everything below is the Pion WebRTC API! Thanks for using it ❤️.

// Prepare the configuration
config := webrtc.Configuration{
Expand Down
2 changes: 1 addition & 1 deletion gstreamer-send/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Copy the text that `gstreamer-send` just emitted and copy into second text area
### Hit 'Start Session' in jsfiddle, enjoy your video!
A video should start playing in your browser above the input boxes, and will continue playing until you close the application.

Congrats, you have used pion-WebRTC! Now start building something cool
Congrats, you have used Pion WebRTC! Now start building something cool

## Customizing your video or audio
`gstreamer-send` also accepts the command line arguments `-video-src` and `-audio-src` allowing you to provide custom inputs.
Expand Down
2 changes: 1 addition & 1 deletion gstreamer-send/jsfiddle/demo.details
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# SPDX-License-Identifier: MIT

name: gstreamer-send
description: Example of using pion-WebRTC to send video to your browser using GStreamer
description: Example of using Pion WebRTC to send video to your browser using GStreamer
authors:
- Sean DuBois
2 changes: 1 addition & 1 deletion gstreamer-send/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
videoSrc := flag.String("video-src", "videotestsrc", "GStreamer video src")
flag.Parse()

// Everything below is the pion-WebRTC API! Thanks for using it ❤️.
// Everything below is the Pion WebRTC API! Thanks for using it ❤️.

// Prepare the configuration
config := webrtc.Configuration{
Expand Down
4 changes: 2 additions & 2 deletions janus-gateway/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# janus-gateway
janus-gateway is a collection of examples showing how to use pion-WebRTC with [janus-gateway](https://github.com/meetecho/janus-gateway)
janus-gateway is a collection of examples showing how to use Pion WebRTC with [janus-gateway](https://github.com/meetecho/janus-gateway)

These examples require that you build+enable websockets with Janus

Expand All @@ -21,7 +21,7 @@ Got VP8 track, saving to disk as output.ivf
You will see output.ivf in the current folder.

## video-room
This example demonstrates how to stream to a Janus video-room using pion-WebRTC
This example demonstrates how to stream to a Janus video-room using Pion WebRTC

### Running
run `main.go` in `github.com/pion/webrtc-example-applications/janus-gateway/video-room`
Expand Down
2 changes: 1 addition & 1 deletion janus-gateway/streaming/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func watchHandle(handle *janus.Handle) {
}

func main() {
// Everything below is the pion-WebRTC API! Thanks for using it ❤️.
// Everything below is the Pion WebRTC API! Thanks for using it ❤️.

// Janus
gateway, err := janus.Connect("ws://localhost:8188/")
Expand Down
2 changes: 1 addition & 1 deletion janus-gateway/video-room/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func watchHandle(handle *janus.Handle) {
}

func main() {
// Everything below is the pion-WebRTC API! Thanks for using it ❤️.
// Everything below is the Pion WebRTC API! Thanks for using it ❤️.

// Prepare the configuration
config := webrtc.Configuration{
Expand Down
2 changes: 1 addition & 1 deletion save-to-webm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Copy the text that `save-to-webm` just emitted and copy into second text area
### Hit 'Start Session' in jsfiddle, enjoy your media!
Your video and/or audio should be saved to `test.webm`, and will continue playing until you stop the application by Ctrl+C.

Congrats, you have used pion-WebRTC! Now start building something cool
Congrats, you have used Pion WebRTC! Now start building something cool
2 changes: 1 addition & 1 deletion save-to-webm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (s *webmSaver) InitWriter(width, height int) {
}

func createWebRTCConn(saver *webmSaver) *webrtc.PeerConnection {
// Everything below is the pion-WebRTC API! Thanks for using it ❤️.
// Everything below is the Pion WebRTC API! Thanks for using it ❤️.

// Prepare the configuration
config := webrtc.Configuration{
Expand Down
2 changes: 1 addition & 1 deletion twitch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func main() {
}
streamKey = os.Args[1]

// Everything below is the pion-WebRTC API! Thanks for using it ❤️.
// Everything below is the Pion WebRTC API! Thanks for using it ❤️.
// Prepare the configuration
config := webrtc.Configuration{
ICEServers: []webrtc.ICEServer{
Expand Down

0 comments on commit e1242e8

Please sign in to comment.