Home
Softono

Video Server

Open source Go
39
Stars
6
Forks
9
Issues
3
Watchers
3 years
Last Commit

 About Video Server

A golang_based streaming video website

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Video Server?

We provide expert installation service for this software. Our team will install, configure, and secure Video Server on your server. plans start at just $30.

Video Server

View on GitHub

Share+: video-sharing platform

A streaming video website for internal use. User can watch/upload/download videos from the website. Comments are also permitted if the owner(s) of the video agrees.

Features

  • Very simple to install and use;
  • Pure Golang, high performance, and cross-platform;
  • Supports commonly used transmission protocols, file formats, and encoding formats;

Architecture

image

API Design

Using HTTP Protocol to fulfill the operation on resource. Three types of APIs:

  • USER API: return states of each user.
  • RESOURCE API: returns the states of video(s).
  • COMMENT API: returns all the comments under one specific video/

Streaming Server Design

Prerequisite: bitbucket

  • UDP protocol to implement file uploading
  • Token Bucket to control rate limit

Scheduler Design

Channels are the pipes that connect concurrent goroutines.

  • Asynchronous Delete
  • Producer-Consumer Model
  • Timer: Run and Stop

Future goals

Cloud native Optimization