Streaming media is actually a kind of multimedia file, which is used in the process of network transmission. The so-called flow technology, is to complete the image and sound data after the compressed processing stored in the Web server, users can download edge to information, so no need to download the entire compressed file after the network transmission technology. Today, I will tell you how to use Gnump3d to build a streaming media server in Linux environment.
Introduction to Gnump3d
Gnump3d is a compact, Easy-to-use streaming server that supports formats such as MP3, OGG, movies and other media formats.
Product Features:
1 small, easy to install and use, safe and stable;
2 Cross-platform support for UNIX and Windows;
3 support the random playback, support by author, date index, support search, etc.
4) Support statistics.
GNUMP3D Official homepage Address: Http://www.gnu.org/software/gnump3d
II. Installation and Configuration
1, download
You can download to the Http://www.gnu.org/software/gnump3d/home page, with UNIX and Windows versions.
2, decompression installation
[Root@localhost opt]# tar zxvf gnump3d-2.9.5.tar.gz
[Root@localhost opt]# CD gnump3d-2.9.5
[Root@localhost gnump3d-2.9.5]# make install
Program installation location is as follows:
Execute command installed to/usr/bin directory: Gnump3d gnump3d2 gnump3d-index gnump3d-top
Theme is installed into the/USR/SHARE/GNUMP3D directory;
The configuration file is installed to:
/etc/gnump3d
/etc/gnump3d/mime.types
/etc/gnump3d/gnump3d.conf
Library files installed to:/usr/lib/perl5/5.8.6/gnump3d directory
Man is installed to:
/usr/man/man1/gnump3d.1
/usr/man/man1/gnump3d-index.1
/usr/man/man1/gnump3d-top.1
/usr/man/man1/gnump3d.conf.1