https://github.com/williamlsh/play
Simple video streaming server
https://github.com/williamlsh/play
player
Last synced: 2 months ago
JSON representation
Simple video streaming server
- Host: GitHub
- URL: https://github.com/williamlsh/play
- Owner: williamlsh
- Created: 2020-06-23T14:04:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T15:52:30.000Z (over 5 years ago)
- Last Synced: 2023-03-06T00:27:50.489Z (almost 3 years ago)
- Topics: player
- Language: Go
- Homepage:
- Size: 9.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Play
Play MP4 video in browser with HLS format.
## Steps
Installing ffmpeg.
```bash
sudo apt install ffmpeg
```
Running media server at port 8080.
```bash
make run
```
Cleaning up testdata.
```bash
make clean
```
## Enjoy