stromboli

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

readme.md (643B)


      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 subtitles
     19 * You can't select anything past the first audio channel
     20 * Seeking isn't supported on transcoded files
     21 * The UI on mobile isn't great
     22 
     23 ## Screenshot
     24 
     25 ![](screenshot.jpg)