Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/livepeer/showcase into stre…
Browse files Browse the repository at this point in the history
…am_manager_feature
  • Loading branch information
0xspeedybird committed Dec 13, 2024
2 parents 177073e + a8954df commit a88685e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions apps/app/components/playground/try.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,7 @@ export default function Try({
<Label className="text-muted-foreground">Stream Source</Label>
<div className="flex flex-row h-[300px] w-full bg-sidebar rounded-2xl items-center justify-center overflow-hidden relative">
{streamUrl ? (
<p>
{/* <BroadcastWithControls streamUrl={streamUrl} /> */}
Hello
</p>
<BroadcastWithControls ingestUrl={streamUrl} />
) : (
<p className="text-muted-foreground">
Waiting for stream to start...
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/knowledge-base/get-started/what-is-pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Transform live video with AI, at scale'
icon: 'book'
---

<iframe width="720" height="480" src="https://lvpr.tv/?v=f013vrpssj1bzw57" title="Livepeer video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />
<iframe width="100%" height="480" src="https://lvpr.tv/?v=f013vrpssj1bzw57" title="Livepeer video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

## Overview

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/technical/develop-pipeline/what-is-pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 'Transform live video with AI, at scale'
icon: 'book'
---

<iframe width="720" height="480" src="https://lvpr.tv/?v=f013vrpssj1bzw57" title="Livepeer video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />
<iframe width="100%" height="480" src="https://lvpr.tv/?v=f013vrpssj1bzw57" title="Livepeer video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

## Overview

Expand Down

0 comments on commit a88685e

Please sign in to comment.