NatLee / streaming-player

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:HTML 58.1%Language:Python 29.1%Language:JavaScript 8.3%Language:CSS 4.3%Language:Shell 0.2%Language:Dockerfile 0.0%