https://github.com/uk0/hls_play_videos
Golang 实现一个 开放的云盘系统
https://github.com/uk0/hls_play_videos
Last synced: 3 months ago
JSON representation
Golang 实现一个 开放的云盘系统
- Host: GitHub
- URL: https://github.com/uk0/hls_play_videos
- Owner: uk0
- Created: 2019-01-05T04:28:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T02:40:22.000Z (about 5 years ago)
- Last Synced: 2025-02-24T16:14:30.853Z (3 months ago)
- Language: HTML
- Size: 9.26 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```