Skip to content
/ ott-web-app Public template

A demo OTT web application to showcase the capabilities of Streav.

License

Notifications You must be signed in to change notification settings

streav/ott-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streav OTT Web App

This demo OTT (Over-The-Top) web application showcases the capabilities of Streav. Built using .NET 8, Nuxt 3, Vue 3, UnoCss, video.js, and powered by Streav API.

Live Preview: https://demo-ott.streav.com

Screenshots

1

2

3

4

5

Setup

Before running:

  • Create an OAuth application. Refer to the API Reference for more information.
  • Rename the appsettings.json.example file to appsettings.json.
  • Replace "YOUR_CLIENT_ID_HERE" and "YOUR_CLIENT_SECRET_HERE" with the Client ID and Client Secret.
    "Streav": {
      "ApiBaseUrl": "http://localhost:5000/",
      "ClientId": "YOUR_CLIENT_ID_HERE",
      "ClientSecret": "YOUR_CLIENT_SECRET_HERE",
      "BundleId": 1
    }

With the configuration in place, you're ready to run the app.

Credits

Based on nuxt/movies.