Skip to content

Commit 000df16

Browse files
committed
Update README
Add Twitch/Snapshot/C DataChannels to README
1 parent 5159bcc commit 000df16

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Have any questions? Join [the Slack channel](https://pion.ly/slack) to follow de
1717
* [Janus Gateway](janus-gateway): Example janus-gateway is a collection of examples showing how to use Pion WebRTC with [janus-gateway](https://github.com/meetecho/janus-gateway).
1818
* [SFU Websocket](sfu-ws): The SFU example demonstrates how to broadcast a video to multiple peers. A broadcaster uploads the video once and the server forwards it to all other peers.
1919
* [Save to WebM](save-to-webm): Example save-to-webm shows how to receive audio and video using Pion and then save to WebM container.
20+
* [Twitch](twitch): Example twitch shows how to send audio/video from WebRTC to https://www.twitch.tv/ via RTMP.
21+
* [C DataChannels](c-data-channels) Example c-data-channels shows how you can use Pion WebRTC from a C program
22+
* [Snapshot](snapshot) Example snapshot shows how you can convert incoming video frames to jpeg and serve them via HTTP.
2023

2124

2225
### Usage

examples.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@
4646
"link": "#",
4747
"description": "Janus Gateway shows how to use the streaming and video-room plugins with Pion.",
4848
"type": "browser"
49+
},
50+
{
51+
"title": "Twitch",
52+
"link": "#",
53+
"description": "twitch shows how to send audio/video from WebRTC to https://www.twitch.tv/ via RTMP.",
54+
"type": "browser"
55+
},
56+
{
57+
"title": "Snapshot",
58+
"link": "#",
59+
"description": "snapshot shows how you can convert incoming video frames to jpeg and serve them via HTTP.",
60+
"type": "browser"
4961
}
50-
5162
]

0 commit comments

Comments
 (0)