toby / dirm3u

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Go 100.0%