Difference between revisions of "GNUMP3d"

From Chumby Wiki
Jump to: navigation, search
m
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
To add a stream:
 
To add a stream:
 +
 +
*Create a stream using a search query:
 
  NAME: Any Name  
 
  NAME: Any Name  
 
  URL: http://ip:port/search?q=mozart&play=1
 
  URL: http://ip:port/search?q=mozart&play=1
 
  TYPE: M3U
 
  TYPE: M3U
  
Note the play=1 is the important missing piece that i couldn't figure out.  If you have any updates on howto configure stuff like random or anything else, please add...
+
*Create a stream from an album:
 +
  NAME: Any Name
 +
  URL: http://ip:port/Artist/Album/recurse.m3u
 +
  (e.g. http://ip:port/The%20Killers/Hot%20Fuss/recurse.m3u)
 +
  TYPE: M3U
 +
 
 +
 
 +
Note: the play=1 is the important missing piece that i couldn't figure out.  If you have any updates on howto configure stuff like random or anything else, please add...  In the example above, it will query (q=text) for mozart and return a playlist in the m3u format which will allow the chumby to play it.

Latest revision as of 21:07, 16 June 2008

GNUMP3d is a streaming server for MP3s, OGG vorbis files, movies and other media formats.

http://www.gnu.org/software/gnump3d/index.html

To add a stream:

  • Create a stream using a search query:
NAME: Any Name 
URL: http://ip:port/search?q=mozart&play=1
TYPE: M3U
  • Create a stream from an album:
 NAME: Any Name
 URL: http://ip:port/Artist/Album/recurse.m3u
  (e.g. http://ip:port/The%20Killers/Hot%20Fuss/recurse.m3u)
 TYPE: M3U


Note: the play=1 is the important missing piece that i couldn't figure out. If you have any updates on howto configure stuff like random or anything else, please add... In the example above, it will query (q=text) for mozart and return a playlist in the m3u format which will allow the chumby to play it.