@efiz.near [Posted on DevHub](https://near.social/#/devgovgigs.near/widget/Post?id=1153) ## Idea: Build your own Video App Over the past few days, I’ve incorporated Livepeer support into the [everything](https://everything.dev) gateway. [Livepeer](https://livepeer.org/) is pioneering a scalable, decentralized video infrastructure network that empowers developers and broadcasters to create powerful video applications. With this powerful infrastructure integrated with the BOS, you can now incorporate Livepeer into your own apps using the [Livepeer Player](https://everything.dev/efiz.near/widget/Livepeer.Player) and [Livepeer Creator](https://everything.dev/efiz.near/widget/Livepeer.Creator) widgets, featured in this [component library](https://everything.dev/efiz.near/widget/Library.index). As a starting point, I have bootstrapped an app that serves as a hub for every video indexed across the Blockchain Operating System, following the defined “Video” type. See that app [here](https://everything.dev/efiz.near/widget/App.index).  ## Open Call for Collaboration The "every video" app is just a starting point. Feel free to fork it for your own rendition of the application, or built out features that could be added to improve the user experience, including: - Tagging videos - Commenting on videos - Mentioning users in comments and videos - Better UX and design - Add support for other video storage infrastructure following the Video Type. - BOS native video filters and editting See the [repository](https://github.com/near-everything/bos-workspace/tree/main/apps/livepeer). ## Getting Started To get started hacking with the Livepeer components, set up your [bos-workspace](https://everything.dev/devs.near/widget/docs.view) and run the Livepeer app. NOTE: The Livepeer.Player and Livepeer.Creator components are currently only supported by the everything gateway, and so widgets using them will not work on [near.org](http://near.org), near.social, or other unsupported gateways. If you require changes to the gateway components themselves, make changes to the code [here](https://github.com/near-everything/viewer/blob/main/src/components/custom/livepeer/LivepeerCreator.js) and [here](https://github.com/near-everything/viewer/blob/main/src/components/custom/livepeer/LivepeerPlayer.js). ( I will update this with clear documentation on adding custom elements to the gateway’s VM ) If you build out a feature in the bos-workspace, make a pull request and comment below. ## Reply below with any questions, ideas, suggestions, or intent to collab What video app would you build?