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
|
|
|
|
|
2024-02-25 21:17:26 +02:00
|
|
|
- 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
|