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

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

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