turbo-eth / template-web3-app

⚡️ Web3 App Template built using Next.js, RainbowKit, SIWE, Disco, and more!
https://www.turboeth.xyz
MIT License
334 stars 89 forks source link

feat(livepeer): integrated livepeer into turboeth #66

Closed ThakurKarthik closed 1 year ago

ThakurKarthik commented 1 year ago

added livepeer ondemand and livestream options.

I have added two routes, one for ondemand viewing, another one for livestream which I demoed from obs app.

ondemand demo: https://www.loom.com/share/23fc3114869d47058e19519d3368624b livestream demo: https://www.loom.com/share/7674281d761c453e92e0c0a724cb6fd0

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
turbo-eth ❌ Failed (Inspect) Jun 4, 2023 11:40am
turbo-test ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 4, 2023 11:40am
vercel[bot] commented 1 year ago

@ThakurKarthik is attempting to deploy a commit to the District Labs Team on Vercel.

A member of the Team first needs to authorize it.

ThakurKarthik commented 1 year ago

@kamescg @marthendalnunes this is ready for review.

ThakurKarthik commented 1 year ago

Thank you @marthendalnunes for helping with the review. I originally worked on the template instead of forking the repo. So I missed a lot of files to be added. I am still working on some of your review comments on styling and tailwind thing.

ThakurKarthik commented 1 year ago

changes made after some css suggestions above

ondemand page

before image

after image

livestream

before image

after image

hthillman commented 1 year ago

Nit: can you do a global change of LivePeer -> Livepeer per project brand guidelines?

ThakurKarthik commented 1 year ago

Deployed here https://template-web3-app-1-keburim1e-thakurkarthik.vercel.app/

ThakurKarthik commented 1 year ago

Updated ondemand page with tab like structure and also came across the progressbar component and used it for showing the progress ! Latest deploy url https://template-web3-app-1-ph4ma6y63-thakurkarthik.vercel.app/ Before: image

After: image

ThakurKarthik commented 1 year ago

Updated the livestream UI, it is now divided into 3 stages shown as an accordian

image image