Manage and play your audio files over the Web with Ampache


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Manage and play your audio files over the Web with Ampache
# 1  
Old 07-14-2008
Manage and play your audio files over the Web with Ampache

07-14-2008 08:00 AM
Ampache is a LAMP application that gives you a Web interface to your music collection, allowing you to search, rate, and play your music over the network. It even offers transcoding support to allow clients to play back lossless-encoded FLAC files from the server and stream them to clients as MP3 audio files.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Web Development

How to create a web application such as serverpilot to manage unmanaged Linux vps ?

hello, this is my first post here and i want to know about automated server management. how to create a web application such as serverpilot to manage unmanaged linux vps (digital ocean , vultr, etc.)?:confused::confused::confused: (0 Replies)
Discussion started by: Jatin Singh
0 Replies

2. Windows & DOS: Issues & Discussions

How to play video files one after the other continously?

Hi, There are many MP4 files in a folder say 50 files . All these files are video clipping files.Instead of playing the video one by one , is it possible to play all video clipping files into single shot ? Say for example when i play one video file it gets over after sometime and to view... (5 Replies)
Discussion started by: Maddy123
5 Replies

3. Debian

How to play avi files Raspberry Pi?

Raspberry Pi B 2014-01-07 Raspbian fully up to date. Installed and configured motion for surveillance. It works just fine and creates .avi files and .jpeg. Installed Mplayer trying to run it from desktop was not successful. I did try to do a command line by executing sudo mplayer... (6 Replies)
Discussion started by: oldcity
6 Replies

4. UNIX and Linux Applications

Configuring XMMS to play Audio CDs

After thrashing about in the wilds of Googland I came up with the following configuration steps. I had it working at one point but it sure ain't worin now! Could someone look at it and see where I went wrong? Thanks! Rt. Click: on XMMS panel Click: Options > Preferences AUDIO I/O... (0 Replies)
Discussion started by: slak0
0 Replies

5. UNIX for Dummies Questions & Answers

web panel to manage iptables and tc - secure the implementation of changes

Hi, Subject of my school work: "Web interface for managing firewall and band on the access server (Linux)" I have a big problem because I do not know how to safely implement the change in the system and show the logs on the Web page. Unfortunately, the number of solutions for today is... (0 Replies)
Discussion started by: bor1904
0 Replies

6. UNIX and Linux Applications

Oracle - How to manage listener log files

Dear expert, I'm newbie in oracle, I have a problem regarding the listener log files under alert directory and trace directory(please refer to below). As the oracle hard disk size only 10GB, I have to manually delete the log files under alert directory and trace directory. Is that anyway for... (1 Reply)
Discussion started by: yhcheong
1 Replies

7. Filesystems, Disks and Memory

How to manage the .nfs files generated by the system

I'm running a UNIX application on HP-UX which generated logs files every few seconds. Now at times these log files are replicated as .nfs files and sometimes cannot be deleted. Now it reaches a point that i'm not even able to list any files on the logs directory. Normally i restart that server... (0 Replies)
Discussion started by: dowell
0 Replies
Login or Register to Ask a Question
AUDIOPLAY(1)						    BSD General Commands Manual 					      AUDIOPLAY(1)

NAME
audioplay -- play audio files SYNOPSIS
audioplay [-hiqV] [-B buffersize] [-b balance] [-d device] [-p port] [-v volume] [-f [-c channels] [-e encoding] [-P precision] [-s sample-rate]] [files ...] DESCRIPTION
The audioplay program copies the named audio files, or the standard input if no files are named, to the audio device. The special name ``-'' is assumed to mean the standard input. The input files must contain a valid audio header, and the encoding must be understood by the under- lying driver. OPTIONS
The following options are available: -B Set the write block size to buffersize. The default value is the play.buffer_size of the audio device. -b Set the balance to balance. This value must be between 0 and 63. -c When combined with the -f option, sets the number of channels to its argument. -d Set the audio device to be device. The default is /dev/sound. -e When combined with the -f option, sets the encoding to its argument. Possible values are mulaw, ulaw, alaw, slinear, linear, ulinear, adpcm, ADPCM, slinear_le, linear_le, ulinear_le, slinear_be, linear_be, ulinear_be, mpeg_l1_stream, mpeg_l1_packets, mpeg_l1_system, mpeg_l2_stream, mpeg_l2_packets, and mpeg_l2_system. -f Force playing, even if the format is unknown. The -f flag can be used in addition with the -c, -e, -P, and -s flags to change the number of channels, encoding, precision, and sample rate. -h Print a help message. -i If the audio device cannot be opened, exit now rather than wait for it. -P When combined with the -f option, sets the precision to its argument. This value must be either 4, 8, 16, 24 or 32. -p Set the output port to port. The valid values of port are ``speaker'', ``headphone'' and ``line''. -q Be quiet. -s When combined with the -f option, sets the sample rate to its argument. This value must be a valid value for the audio device or an error will be returned. -V Be verbose. -v Set the volume (gain) to volume. This value must be between 0 and 255. ENVIRONMENT
AUDIOCTLDEVICE the audio control device to be used. AUDIODEVICE the audio device to be used. EXAMPLES
Play a raw dump taken from an audio CD ROM: audioplay -f -c 2 -P 16 -s 44100 -e slinear_le filename The audioctl(1) program can be used to show the available supported encodings: audioctl encodings NOTES
audioplay can be used to play Sun/NeXT audio files, and also RIFF WAVE audio files. audioplay can be configured in the ``Netscape'' web browser as the program to use when playing audio files. ERRORS
If the audio device or the control device can not be opened, and error is returned. If an invalid parameter is specified, an error is returned. The set of valid values for any audio parameter is specified by the hardware driver. SEE ALSO
audioctl(1), audiorecord(1), aria(4), audio(4), audioamd(4), auich(4), autri(4), auvia(4), clcs(4), clct(4), cmpci(4), eap(4), emuxki(4), esm(4), eso(4), ess(4), fms(4), gus(4), guspnp(4), neo(4), sb(4), sv(4), wss(4), yds(4), ym(4) HISTORY
The audioplay program was first seen in SunOS 5. The NetBSD audioplay was first made available in NetBSD 1.4. AUTHORS
The audioplay program was written by Matthew R. Green <mrg@eterna.com.au>. BSD
December 30, 2010 BSD