readme.md (625B)
1 # Stromboli 2 3 A simple golang application to provide a web UI file browser and video player. 4 5 Will use native video streaming for supported video files and transcode anything that isn't supported. 6 7 ## Running 8 9 ``` 10 cd stromboli 11 go run . -d /your/video/directory/ -p 8080 12 ``` 13 14 Then access the servers IP address via a web browser on port `8080`. 15 16 ## Limitations 17 * Uses the host CPU for transcoding so you'll need something reasonably powerful 18 * Doesn't support soft subtitle formats 19 * Seeking isn't supported on transcoded files 20 * Some ffmpeg processes aren't always killed after client disconnect 21 * The UI on mobile isn't great