Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.44 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.44 KB

Test Build Version

gst123

gst123 is a command line media player for linux/unix, implemented in C++. It is distributed under the LGPL2 or later license.

DESCRIPTION

The program gst123 is designed to be a more flexible command line player in the spirit of ogg123 and mpg123, based on gstreamer. It plays all file formats gstreamer supports, so if you have a music collection which contains different file formats, like flac, ogg and mp3, you can use gst123 to play all your music files.

All video file formats gstreamer can play are also available.

REQUIREMENTS

You need a C++ compiler, gstreamer-0.10 or gstreamer-1.0, gtk3.0 and ncurses to build gst123.

INSTALLATION

In short, gst123 needs to be built and installed with:

./configure
make
make install