Skip to content

GO ASS - is a self-hosted audio streaming service written on golang. It using hls.js on client side.

License

Notifications You must be signed in to change notification settings

777777miSSU7777777/go-ass

Repository files navigation

GO ASS

GO ASS - is a self-hosted audio streaming service written on golang. It using hls.js on client side.

Install

  • Install git
  • Install docker
  • Install Make
  • Clone git repository git clone git@github.com:777777miSSU7777777/go-ass.git
  • Download ffmpeg binary and put it to root of cloned repository

Run

Run application via Make:

make run

Usage

Go to 127.0.0.1:8080, localhost:8080 or your LAN IP in browser to use application.

Controls for player:

  • NUM4 - play previous track.
  • NUM8 - play/pause.
  • NUM9 - play next track.
  • NUM4 - rewind 10 sec.
  • NUM6 - flash forward 10 sec.