dumb-mp3-streamer

command module
v2.2.2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2018 License: MIT Imports: 15 Imported by: 0

README

dumb-mp3-streamer

Reads mp3 data from Stdin, and serves them over http (livestream)

Usage: cat *.wav | lame - - | dumb-mp3-streamer [options...]

Options:
    -port       Portnumber for server (max 65535). Default: 8080
    -buffer     Number of seconds of mp3 audio to buffer at start. Default: 10
    -readsize   Number of seconds of mp3 audio to read at once. Default: 1
    -queue      Number of unsent chunks before dropping data. Default: 10
    -writebuff  How many bytes send at once. Default: 32768
    -upnp       Use to forward the port on the router

Beware: doing something like cat *.mp3 | dumb-mp3-streamer can produce frankenstein streams. Use mp3cat instead!

Check the Wiki for examples

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL