Skip to content

Commit

Permalink
Update example-applications.en-US.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsoffer committed Feb 17, 2023
1 parent 4783818 commit af7940e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pages/reference/example-applications.en-US.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

---
title: 'Example Applications'
description: 'Curated collection of Livepeer example applications and integrations'
Expand All @@ -9,11 +10,9 @@ Enjoy a curated collection of Livepeer example applications and integrations. Us

| Example | Description |
| -------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [React Native Example App](https://github.com/suhailkakar/Livepeer-YouTube) | Example application which demonstrates how to use Livepeer.js to create a React Native YouTube clone. |
| [Justcast.it](https://github.com/victorges/justcast.it) | Web app that provides code for adding "1-click starting a livestream" so that you can create a stream using the Livepeer API. |
| [WebRTMP](https://github.com/livepeer/webrtmp-sdk) | or Stream media via RTMP from the web. This can also be implemented for any service running a [webrtmp-server](https://github.com/livepeer/webrtmp-sdk). |
| [Livepeer Web API Proxy](https://github.com/victorges/livepeer-web-api-proxy) | Proxy that extends the ability to limit access to the Livepeer API for the web so that you can implement your own authentication method (e.g., if security or billing are of concern). You will be able to allow for creating streams directly from the browser without exposing access to an entire account via your API key. You can maintain, i.e. iterate and update, on the live deployment leveraging [fly.io](https://fly.io/) features. |
| [Livepeer API Usage Examples](https://github.com/livepeer/studio-sample-app) | Example app that demonstrates how to add live or on demand video experiences to your application using the Livepeer API and [Livepeer.js](https://docs.livepeer.org/reference/livepeer-js). |
| [Aptos Token-Gated Livestream](https://github.com/suhailkakar/Livepeer-Aptos) | Example application which demonstrates how to create and tokengate a live stream using Livepeer on Aptos blockchain. |
| [WebRTMP](https://github.com/livepeer/webrtmp-sdk) | or Stream media via RTMP from the web. This can also be implemented for any service running a [webrtmp-server](https://github.com/livepeer/webrtmp-sdk).
| [EVM Token-Gated Livestream](https://github.com/suhailkakar/Livepeer-EVM-Tokengating) | Example application which demonstrates how to create and tokengate a live stream using Livepeer on EVM compatible chains. |
| [Decentralized storage playback](https://github.com/suhailkakar/livepeer-dStorage-playback/) | Example application which demonstrates how to playback a video from decentralized storage such as IPFS and Arweave using Livepeer. |
| [React Native Livepeer.js](https://github.com/suhailkakar/Livepeer-YouTube) | Example application which demonstrates how to use Livepeer.js to create a React Native YouTube clone. |
| [Decentralized storage playback](https://github.com/suhailkakar/livepeer-dStorage-playback/) | Example application which demonstrates how to playback a video from decentralized storage such as IPFS and Arweave using Livepeer.

1 comment on commit af7940e

@vercel
Copy link

@vercel vercel bot commented on af7940e Feb 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-git-main-livepeer.vercel.app
docs-livepeer.vercel.app
docs.livepeer.org

Please sign in to comment.