From b7756a14512faa60d69c12ef799108ee37de992e Mon Sep 17 00:00:00 2001 From: stefano Date: Fri, 26 Apr 2024 15:02:38 +0200 Subject: [PATCH 1/2] Update readme file --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 964cd06..161cc39 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. @@ -46,7 +46,7 @@ Example code: https://docs.livepeer.org/sdks/react/Broadcast ### TODO: -- [ ] Player Component -- [ ] Broadcast Component +- [x] Player Component +- [x] Broadcast Component - [ ] ICreate clone of SDK for VM.require module (@mattb.near) : livepeer-js : https://docs.livepeer.org/sdks/ - [ ] Ability to set default workspace From efc10e9bbc9351a7d35efff655a09ee70748109c Mon Sep 17 00:00:00 2001 From: stefano Date: Fri, 26 Apr 2024 17:42:54 +0200 Subject: [PATCH 2/2] Updated readme --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 161cc39..eead9f7 100644 --- a/README.md +++ b/README.md @@ -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: - -- [x] Player Component -- [x] Broadcast Component -- [ ] ICreate clone of SDK for VM.require module (@mattb.near) : livepeer-js : https://docs.livepeer.org/sdks/ -- [ ] Ability to set default workspace