This repo contains a prototype to integrate 360 video streaming into a dapp using an NFT collection deployed on Polygon as an entry ticket and livepeer as a decentralized video streaming protocol to connect fans with artists.
git clone [email protected]:nestorbonilla/vrnft.gityarn install # install the dependencies
cd packages/gate-server # authentication server to verify signature
yarn start # start a nodemon on port 3001
cd packages/react-web
yarn dev # start web interface- Connect your 360 vr camera to your computer either via cable or wifi, and start to deliver the signal to be captured by OBS.
- Connect OBS with the signal from your 360 camera.
- Go to livepeer and create a new api key, this will be required for the web interface.
- Create a new stream in livepeer dashboard, get the stream key and set it into OBS.
- Start streaming.
- Run the web interface (if you want to deploy a new ERC1155 collection deploy the contract on hardhat package).