github.com/pion/webrtc/v4@v4.0.1/examples/examples.json (about) 1 [ 2 { 3 "title": "Data Channels", 4 "link": "data-channels", 5 "description": "The data-channels example shows how you can send/recv DataChannel messages from a web browser.", 6 "type": "browser" 7 }, 8 { 9 "title": "Data Channels Detach", 10 "link": "data-channels-detach", 11 "description": "The data-channels-detach is an example that shows how you can detach a data channel.", 12 "type": "browser" 13 }, 14 { 15 "title": "Data Channels Flow Control", 16 "link": "data-channels-flow-control", 17 "description": "The data-channels-detach data-channels-flow-control shows how to use the DataChannel API efficiently. You can measure the amount the rate at which the remote peer is receiving data, and structure your application accordingly", 18 "type": "browser" 19 }, 20 { 21 "title": "Reflect", 22 "link": "reflect", 23 "description": "The reflect example demonstrates how to have Pion send back to the user exactly what it receives using the same PeerConnection.", 24 "type": "browser" 25 }, 26 { 27 "title": "Pion to Pion", 28 "link": "#", 29 "description": "Example pion-to-pion is an example of two pion instances communicating directly! It therefore has no corresponding web page.", 30 "type": "browser" 31 }, 32 { 33 "title": "Play from Disk", 34 "link": "play-from-disk", 35 "description": "The play-from-disk example demonstrates how to send video to your browser from a file saved to disk.", 36 "type": "browser" 37 }, 38 { 39 "title": "Play from Disk Renegotiation", 40 "link": "play-from-disk", 41 "description": "The play-from-disk-renegotiation example is an extension of the play-from-disk example, but demonstrates how you can add/remove video tracks from an already negotiated PeerConnection.", 42 "type": "browser" 43 }, 44 { 45 "title": "Insertable Streams", 46 "link": "insertable-streams", 47 "description": "The insertable-streams example demonstrates how Pion can be used to send E2E encrypted video and decrypt via insertable streams in the browser.", 48 "type": "browser" 49 }, 50 { 51 "title": "Save to Disk", 52 "link": "save-to-disk", 53 "description": "The save-to-disk example shows how to record your webcam and save the footage to disk on the server side.", 54 "type": "browser" 55 }, 56 { 57 "title": "Broadcast", 58 "link": "broadcast", 59 "description": "The broadcast 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.", 60 "type": "browser" 61 }, 62 { 63 "title": "RTP Forwarder", 64 "link": "rtp-forwarder", 65 "description": "The rtp-forwarder example demonstrates how to forward your audio/video streams using RTP.", 66 "type": "browser" 67 }, 68 { 69 "title": "RTP to WebRTC", 70 "link": "rtp-to-webrtc", 71 "description": "The rtp-to-webrtc example demonstrates how to take RTP packets sent to a Pion process into your browser.", 72 "type": "browser" 73 }, 74 { 75 "title": "Custom Logger", 76 "link": "#", 77 "description": "Example custom-logger demonstrates how the user can override the logging and process messages instead of printing to stdout. It has no corresponding web page.", 78 "type": "browser" 79 }, 80 { 81 "title": "Simulcast", 82 "link": "simulcast", 83 "description": "Example simulcast demonstrates how to accept and demux 1 Track that contains 3 Simulcast streams. It then returns the media as 3 independent Tracks back to the sender.", 84 "type": "browser" 85 }, 86 { 87 "title": "ICE Restart", 88 "link": "#", 89 "description": "Example ice-restart demonstrates how a WebRTC connection can roam between networks. This example restarts ICE in a loop and prints the new addresses it uses each time.", 90 "type": "browser" 91 }, 92 { 93 "title": "ICE Single Port", 94 "link": "#", 95 "description": "Example ice-single-port demonstrates how multiple WebRTC connections can be served from a single port. By default Pion listens on a new port for every PeerConnection. Pion can be configured to use a single port for multiple connections.", 96 "type": "browser" 97 }, 98 { 99 "title": "ICE TCP", 100 "link": "#", 101 "description": "Example ice-tcp demonstrates how a WebRTC connection can be made over TCP instead of UDP. By default Pion only does UDP. Pion can be configured to use a TCP port, and this TCP port can be used for many connections.", 102 "type": "browser" 103 }, 104 { 105 "title": "Swap Tracks", 106 "link": "swap-tracks", 107 "description": "The swap-tracks example demonstrates deeper usage of the Pion Media API. The server accepts 3 media streams, and then dynamically routes them back as a single stream to the user.", 108 "type": "browser" 109 }, 110 { 111 "title": "VNet", 112 "link": "#", 113 "description": "The vnet example demonstrates Pion's network virtualisation library. This example connects two PeerConnections over a virtual network and prints statistics about the data traveling over it.", 114 "type": "browser" 115 }, 116 { 117 "title": "rtcp-processing", 118 "link": "rtcp-processing", 119 "description": "The rtcp-processing example demonstrates Pion's RTCP APIs. This allow access to media statistics and control information.", 120 "type": "browser" 121 }, 122 { 123 "title": "trickle-ice", 124 "link": "#", 125 "description": "The trickle-ice example demonstrates Pion WebRTC's Trickle ICE APIs.", 126 "type": "browser" 127 } 128 ]