Skip to content

Commit

Permalink
Add references to player docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroentempels-dolby committed Feb 10, 2025
1 parent b0a1bd5 commit ace173d
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 20 deletions.
2 changes: 1 addition & 1 deletion theolive/getting-started/authorization.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
---

# Authorization
Expand Down
2 changes: 1 addition & 1 deletion theolive/getting-started/billing.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 6
---

# How Billing works for THEOLive
Expand Down
2 changes: 1 addition & 1 deletion theolive/getting-started/manage-team.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 7
sidebar_position: 8
---

# How to manage your team
Expand Down
2 changes: 1 addition & 1 deletion theolive/getting-started/platforms.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 4
---

# Platforms
Expand Down
8 changes: 8 additions & 0 deletions theolive/getting-started/player.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sidebar_position: 1
---

# Player

The recommended player for THEOlive streams is THEOplayer. The documentation for THEOplayer can be found in the
respective tab. The THEOlive specific guides can be found [here](../../../theoplayer/how-to-guides/web/theolive/getting-started/).
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 8
sidebar_position: 9
---

# Real-Time Updates with webhooks
Expand Down
2 changes: 1 addition & 1 deletion theolive/getting-started/regions.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
---

# Regions
Expand Down
2 changes: 1 addition & 1 deletion theolive/getting-started/scheduler.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 9
sidebar_position: 10
---

# THEOlive scheduler: schedule channel start & stop
Expand Down
2 changes: 1 addition & 1 deletion theolive/getting-started/sei-messages.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 10
sidebar_position: 11
---

# In-stream metadata through SEI messages
Expand Down
2 changes: 1 addition & 1 deletion theolive/getting-started/stream-configuration.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 5
---

# Stream Configuration
Expand Down
2 changes: 1 addition & 1 deletion theolive/getting-started/troubleshooting.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 11
sidebar_position: 12
---

# Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion theolive/getting-started/viewer-insights.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 7
---

# Viewer Insights
Expand Down
16 changes: 7 additions & 9 deletions theolive/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ sidebar_position: 1

import SidebarDocCardList from '@site/src/components/SidebarDocCardList';

THEOlive is a powerful, low latency streaming solution across various platforms and devices. THEOlive
delivers sub-second latency while maintaining exceptional playback quality and viewer experience.
The platform supports multiple streaming protocols and formats, making it versatile for different use cases,
from live sports broadcasting to real-time interactive applications.
THEOlive's architecture is designed to handle the complexities of live streaming, including automatic quality adaptation,
network condition management, and seamless playback across different network environments.
THEOlive is a low latency streaming solution across various platforms and devices. It
delivers sub-second latency while maintaining exceptional playback quality and viewer experience. This all makes it perfect
for all kinds of use cases including but not limited to: live sports, sports betting and interactivity.

The recommended way to play these streams are using THEOplayer. THEOlive sources are not really different from other sources so most
of the regular THEOplayer documentation is relevant for THEOlive playback.
For the player (which is just regular THEOplayer), follow the
[THEOlive player guides](../theoplayer/how-to-guides/web/theolive/getting-started/).

On these pages, you'll learn how to get started with THEOlive, how to use the various features, and explore examples.
On these pages, you'll learn how to get started with the THEOlive backend, how to use the various features, and explore
examples.

<SidebarDocCardList />

0 comments on commit ace173d

Please sign in to comment.