swesterfeld / gst123

Flexible command line player based on gstreamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Build Version

gst123

gst123 is a command line media player for linux/unix, implemented in C++. It is distributed under the LGPL2 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, gtk2.0 and ncurses to build gst123.

INSTALLATION

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

./configure
make
make install

About

Flexible command line player based on gstreamer

License:Other


Languages

Language:C++ 91.5%Language:C 3.8%Language:M4 2.9%Language:Makefile 0.8%Language:Shell 0.8%Language:Dockerfile 0.2%