livestream/README.md

21 lines
405 B
Markdown
Raw Permalink Normal View History

2024-02-23 19:10:37 +02:00
# Livestream
Basic livestreaming server for continuous stream from different files
# Running with nix
```
nix run git+https://forge.catnip.ee/batteredbunny/livestream -- --media /media
```
2024-02-23 19:38:45 +02:00
# Dependencies
- golang
- ffmpeg
# TODO
- Add a stop playing API
- Change media folder API
- Add a video queue (Add to queue, Skip, Show APIs)
- Fix size of chat and video player
- Make UI responsive for mobile