Skip to content

Commit

Permalink
Merge branch 'monorepo'
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-face committed Apr 29, 2024
2 parents d8acab1 + efc10e9 commit 6c4bde8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trylivepeer.near

—> [near-bos-webcomponent](https://github.com/petersalomonsen/near-bos-webcomponent) with [livepeer](https://livepeer.org/) installed, deployed to [web4](https://web4.near.page/), in order to provide a sandbox for builders wanting to create decentralized video apps.
—> [near-bos-webcomponent](https://www.npmjs.com/package/@bbface/near-bos-webcomponent-livepeer) with [livepeer](https://livepeer.org/) installed, deployed to [web4](https://web4.near.page/), in order to provide a sandbox for builders wanting to create decentralized video apps.

![trylivepeer.near](./assets/trylivepeer.png)

Expand All @@ -21,13 +21,13 @@ Then, run the command:
pnpm run dev
```

This will serve the widgets from `http://127.0.0.1:4040/` and start a local gateway.
This will serve the widgets from `http://127.0.0.1:8080/` and start a local gateway.

Also, don't forget to add API key in `.env`.

## Usage

In the local gateway (localhost:3000), open `localhost:3000/trylivepeer.near/widget/index`,
You can run the local gateway with `yarn run start`, then open `localhost:3000/trylivepeer.near/widget/index`,
then navigate to the sandbox.

The goal of this project is to expose the below components through the Near Social VM, so that these keywords may be used in Widgets.
Expand All @@ -43,10 +43,3 @@ Example code: https://docs.livepeer.org/sdks/react/Player
https://docs.livepeer.org/sdks/react/migration/migration-4.x#broadcast

Example code: https://docs.livepeer.org/sdks/react/Broadcast

### TODO:

- [ ] Player Component
- [ ] Broadcast Component
- [ ] ICreate clone of SDK for VM.require module (@mattb.near) : livepeer-js : https://docs.livepeer.org/sdks/
- [ ] Ability to set default workspace

0 comments on commit 6c4bde8

Please sign in to comment.