Difference between revisions of "Gmediaserver"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: ==Referensi== * http://www.gnu.org/software/gmediaserver/ ==Pranala Menarik== * Multimedia di Linux) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | GMediaServer is run from the command line. It supports the usual --help option which displays usage and option information. GMediaServer expects one or more directory arguments, specifying where audio files are stored. You should probably also use the -i (--interface) option to specify which interface GMediaServer should listen on. The first times you run GMediaServer it would also be a good idea to increase the verbosity. Example: | ||
+ | |||
+ | ./gmediaserver -ieth1 -v4 /audio | ||
+ | |||
+ | |||
==Referensi== | ==Referensi== |
Revision as of 19:24, 16 May 2011
GMediaServer is run from the command line. It supports the usual --help option which displays usage and option information. GMediaServer expects one or more directory arguments, specifying where audio files are stored. You should probably also use the -i (--interface) option to specify which interface GMediaServer should listen on. The first times you run GMediaServer it would also be a good idea to increase the verbosity. Example:
./gmediaserver -ieth1 -v4 /audio