Skip to content
/ dirm3u Public

Quick HTTP media server. Turns a directory into a streamable playlist.

Notifications You must be signed in to change notification settings

toby/dirm3u

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dirm3u

Turns a directory of media files into a hosted web view and m3u streamable playlist.

Installing

go get github.com/toby/dirm3u

Usage

dirm3u will recursively search the working directory for media files, host them and generate a web view with html5 video and a .m3u playlist for all compatible types (see extensions.go).

dirm3u [FLAG]
  -h string
    	hostname (default "localhost")
  -p int
    	http server port (default 20202)
  -l int
    	limit results per page in web view (default 5)

HTTP Endpoints

Once running, you can hit the following endpoints:

About

Quick HTTP media server. Turns a directory into a streamable playlist.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages