{"id":28513487,"url":"https://github.com/livepeer/studio-sample-app","last_synced_at":"2025-10-24T15:38:44.154Z","repository":{"id":48099861,"uuid":"516528861","full_name":"livepeer/studio-sample-app","owner":"livepeer","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-24T15:24:12.000Z","size":2148,"stargazers_count":8,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-16T14:13:43.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"studio-sample-app.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/livepeer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-21T21:40:21.000Z","updated_at":"2024-01-13T18:56:56.000Z","dependencies_parsed_at":"2023-01-20T11:02:10.697Z","dependency_job_id":null,"html_url":"https://github.com/livepeer/studio-sample-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/livepeer/studio-sample-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepeer%2Fstudio-sample-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepeer%2Fstudio-sample-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepeer%2Fstudio-sample-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepeer%2Fstudio-sample-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/livepeer","download_url":"https://codeload.github.com/livepeer/studio-sample-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepeer%2Fstudio-sample-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280821657,"owners_count":26397423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-09T01:07:12.897Z","updated_at":"2025-10-24T15:38:44.119Z","avatar_url":"https://github.com/livepeer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Livepeer Studio Logo](public/favicon.ico) Livepeer Studio Sample App \n\nA sample application that demonstrates the features of Livepeer Studio\n\n# ⏱ Quick Start\n\nPrerequisites: [Node (v16 LTS)](https://nodejs.org/en/download/) plus [npm](https://docs.npmjs.com/cli/v8/configuring-npm/install) and [Git](https://git-scm.com/downloads)\n\n\u003e clone/fork 🎥 Livepeer Studio Sample App:\n\n```bash\ngit clone https://github.com/livepeer/studio-sample-app.git\n```\n\n\u003e install Studio Sample App and dependencies:\n\n```bash\ncd studio-sample-app\nnpm install\n```\n\n\u003e start Studio Sample App:\n\n```bash\nnpm run dev\n```\n\n🔏 Setup environment Variable:\n\nThis sample app uses an API key from a monitored account made for public use. When customizing this for your own use,  setup a `.env` file and store you API key there for security. \n\u003eMake sure to include the `.env` in the `.gitignore`\n\n- [What are environment variables](https://www.freecodecamp.org/news/what-are-environment-variables-and-how-can-i-use-them-with-gatsby-and-netlify/)\n\n- [dotenv](https://www.npmjs.com/package/dotenv)\n\n- [Environment variables in NextJS](https://nextjs.org/docs/basic-features/environment-variables)\n# 📼 On Demand \n\n- Upload assets\n\n- Update assets\n\n- Delete assets\n\n- Get all assets\n\n- Get individual assets\n\n# 🧰 On Demand SDK\n\n- useAsset\n\n- useUpdateAsset\n\n- useCreateAsset\n\n# 📡 Livestream \n\n- Create stream\n\n- Get all streams\n\n- Get individual stream\n\n- Get all sessions\n\n- Get individual session\n\n# 📹 Livestream SDK \n\n- useStream\n\n- useCreateStream\n\n- useStreamSessions\n\n- useUpdateStream\n\n# 📜 Documentation\n\n- [Livepeer Studio Docs](https://docs.livepeer.studio/)\n- [Livestream Guide](https://docs.livepeer.studio/guides/livestreaming)\n- [Livestream API](https://docs.livepeer.studio/references/stream/)\n- [On Demand Guide](https://docs.livepeer.studio/guides/on-demand)\n- [On Demand API](https://docs.livepeer.studio/references/vod/)\n- [Mint Video NFT Guide](https://docs.livepeer.studio/guides/mint-guides/)\n\n\n# 📖 Resources\n\n- [NodeJS](https://nodejs.org/en/)\n\n- [npm](https://docs.npmjs.com/cli/v8/configuring-npm/install)\n\n- [NextJS](https://nextjs.org/)\n\n- [tus](https://tus.io/)\n\n- [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)\n\n- [Axios](https://axios-http.com/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivepeer%2Fstudio-sample-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivepeer%2Fstudio-sample-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivepeer%2Fstudio-sample-app/lists"}