Giter Club home page Giter Club logo

youtube-redirect-player's Introduction

Player

image

This project used to redirect Youtube videos to local server. And its use flask and websocket as backend. You can play video anywhere cause the playlist and history will be transferred with websocket.

This is a side project extended with my other repo youtube-video-redirector

Table

Playlist has split into 3 tables.

播放清單被分爲 3 張表

  • DefaultPlaylist Default playlist, there are videos played and stored.

    預設播放清單,裏面有先前存下的影片

  • RequestPlaylist Request playlist, as its name. User can request videos and its will be queued up in the table.

    請求播放清單,使用者當下點的影片

  • HistoryPlaylist History playlist. Videos played before. The limit of number of records is 200.

    歷史播放清單,曾經播過的影片,最大儲存 200 筆

Requirements

pip install -r requirements.txt

Usage

Use command below and the service will start on http://localhost:5000.

python main.py

APIs

Check these APIs in ./playlist.py.

youtube-redirect-player's People

Contributors

natlee avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.