Skip to content

A self-hosted nightbot-like video player which can be used on streaming or others.

Notifications You must be signed in to change notification settings

NatLee/streaming-player

Repository files navigation

Streaming Player

demo

This is a player can be used on streaming.

Playlist

playlist

History

playlist-history

APIs

apis

Requirements

pip install -r requirements.txt

Usage

Quick Start

  1. Run the service.

    docker-compose up
  2. Make migrations and we just use SQLite as our database.

    bash ./dev-migrate.sh
    
  3. Add superuser.

    bash ./dev-create-superuser.sh
    
  4. Check backend.

    Go here http://localhost:8000/api/__hidden_admin/login/ and login as admin.

    And you'll see the page below.

  5. (Optional) Check Swagger.

    Go here http://localhost:8000/api/__hidden_swagger/ .

  6. (Optional) Check player in frontend.

    See http://localhost:8000/player/

Link

About

A self-hosted nightbot-like video player which can be used on streaming or others.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published