An open API service indexing awesome lists of open source software.

https://github.com/uk0/hls_play_videos

Golang 实现一个 开放的云盘系统
https://github.com/uk0/hls_play_videos

Last synced: 3 months ago
JSON representation

Golang 实现一个 开放的云盘系统

Awesome Lists containing this project

README

        

### 一个基于weedfs文件系统的网盘,支持hls播放。

* 这只是一个开始。。。
* 2019年01月05日07:16:23 [写了一夜]

### TODO

* 添加权限
* 添加上传视频检测
* 添加图片检测
* 添加音乐声纹获取接口
* 视频截取
* [x] 添加`hls`播放器

### thx

* 文件系统作者 `https://github.com/chrislusf/seaweedfs`

### Dep

* https://www.ffmpeg.org/ `ffmpeg`

### Quick start

```bash
# 直接启动即可

go run *.go

```