stromboli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 01461520ae28fc3bd16608d37eac9fed99cc75b3
parent dac9e250905fa90f67bb1f0dd876af0cd8b70340
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Thu,  5 Feb 2026 12:18:21 +0000

Create readme

Diffstat:
Areadme.md | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/readme.md b/readme.md @@ -0,0 +1,19 @@ +# Stromboli + +A simple golang application to provide a web UI file browser and video player. + +Will use native video streaming for supported video files and transcode anything that isn't supported. + +## Running + +``` +cd stromboli +go run . -d /your/video/directory/ -p 8080 +``` + +Then access the servers IP address via a web browser on port `8080`. + +## Limitations +* Uses the host CPU for transcoding so you'll need something reasonably powerful +* Doesn't support soft subtitle formats +* Some ffmpeg processes aren't always killed after client disconnect +\ No newline at end of file