yyancy / lantube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LanTube

简体中文

I have always had such troubles:

Videos downloaded on the Internet(cannot be posted to public platforms due to copyright issues), need to be played on computer and mobile phone (tablet), But don’t want to copy the video to each device, so there is this project.


This is a LAN video server, which can be deployed on any device (with operating system) in the LAN (even Raspberry Pi)

  • Computer(Windows, Linux, Mac)
  • MobilePhone or tablet
  • RaspberryPie

It is built using the following open source project


Features

  • Any LAN device can be deployed
  • PlayList
  • Timed play
  • Multi-language support

How to build

Build frontend

  • Install Node.js

  • Open Terminal / PowerShell / cmd

  • Clone this repo

    git clone https://github.com/unknown-marketwizards/lantube.git
  • Enter folder

    cd lantube/frontend
  • Install the required library files

    yarn install
  • Build

    yarn build

Build Server

  • Install golang

  • Set GO_PATH Environment variable

  • Enter folder

    cd lantube
  • Build

    go build
  • Run

    ./lantube --addr 0.0.0.0:9000 "Directory / for / storing / videos"

如果您对股票,期货,外汇等金融交易感兴趣

欢迎加入交易奇才 Slack 交流群,让我们一起成为更好的交易者!

可扫码关注公众号,并回复:加群

About

License:MIT License


Languages

Language:Vue 55.9%Language:TypeScript 22.1%Language:Go 10.7%Language:Makefile 9.9%Language:HTML 1.3%