Skip to content

Simple golang file browser and video player webapp

Notifications You must be signed in to change notification settings

breadcat/stromboli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 subtitles
  • You can't select anything past the first audio channel
  • Seeking isn't supported on transcoded files
  • The UI on mobile isn't great

Screenshot

About

Simple golang file browser and video player webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages