home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 24 / CDACTUAL24.iso / SHARE / os2 / mp123 / pm123.txt < prev   
Encoding:
Text File  |  1998-04-13  |  2.9 KB  |  84 lines

  1.  
  2.   ______  ___  ___  ___   ___    _____
  3.   |  __ | |  \/  | /_  | /__ \   |__ /      Coolest MPEG-Audio Player
  4.   | ____| | |\/| |   | |   / /_   _\ \
  5.   |_|     |_|  |_|   |_|  /____| |____|     for OS/2 PM
  6.  
  7.  
  8. !!
  9. !! Place MPG123.DLL and GCC290.DLL to your libpath or current directory.
  10. !! You also need the EMX runtime installed
  11. !! (ftp://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9c/emxrt.zip).
  12. !!
  13.  
  14. !  For instructions on usage, view "manual/pm123.htm" with a suitable
  15. !  web browser (Netscape recommended).
  16.  
  17.     >> Note; if you like this player, please check out the PM123
  18.     >> homepage! The URL is: http://www.teamos2.sci.fi/pm123
  19.  
  20. 1. COPYING AND COPYRIGHTS
  21.  
  22.   Please read first the important information in the COPYING file.
  23.  
  24.   Original mpg123 decoder written/modified by:
  25.      Michael Hipp <Michael.Hipp@student.uni-tuebingen.de>
  26.      Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
  27.  
  28.   with help and code from:
  29.      Samuel Audet <guardia@cam.org>: OS/2 port
  30.      MPEG Software Simulation Group: reference decoder package
  31.      Tobias Bading: idea for DCT64 in subband synthesis from maplay package
  32.      Jeff Tsay and Mikko Tommila: MDCT36 from maplay package
  33.      Philipp Knirsch <phil@mpik-tueb.mpg.de>: DCT36/manual unroll idea
  34.      Thomas Woerner <..> (SGI Audio)
  35.      Damien Clermonte <..> (HP-UX audio fixes)
  36.      Stefan Bieschewski <stb@acm.org>: Pentium optimizations, decode_i586.s
  37.      Martin Denn <mdenn@unix-ag.uni-kl.de>: NAS port
  38.      Niklas Beisert <nbeisert@physik.tu-muenchen.de> MPEG 2.5 tables
  39.      <mycroft@NetBSD.ORG> and <augustss@cs.chalmers.se>: NetBSD
  40.      Kevin Brintnall <kbrint@visi.com> BSD patch
  41.      Tony Million: win32 port
  42.      Steven Tiger Lang: advanced shuffle
  43.      Henrik P Johnson: HTTP auth patch
  44.      and more ....
  45.  
  46.   Graphical User Interface for pm123 by:
  47.  
  48.      Taneli Leppä <rosmo@kalja.com>
  49.  
  50. 2. DISTRIBUTION
  51.  
  52.    Sources for new updates for pm123:
  53.  
  54.        http://www.teamos2.sci.fi/pm123
  55.        http://hobbes.nmsu.edu/pub/os2/apps/mmedia/sound/players/
  56.  
  57.    Original mpg123:
  58.  
  59.        http://mpg.123.org/
  60.        http://www.sfs.nphil.uni-tuebingen.de/~hipp/mpg123.html
  61.        ftp://ftp.tu-clausthal.de:/pub/unix/audio/mpg123
  62.        http://ftp.tu-clausthal.de/pub/unix/audio/mpg123
  63.  
  64. 3. DOCUMENTATION
  65.  
  66.    Please refer to "manual/pm123.htm" for further information. It
  67.    can be viewed with Netscape for OS/2 or Lynx/2.
  68.  
  69. 4. USING PM123 AS A NETSCAPE HELPER APPLICATION
  70.  
  71.    You can use PM123 as a Netscape helper app directly. PM123
  72.    knows how to handle .M3U files and streams them directly
  73.    for the server via HTTP. PM123 also handles URL's directly
  74.    from commandline or via "Open URL" in main menu. Set up
  75.    "audio/x-mpegurl" to Netscape and set Launch Application
  76.    to PM123.
  77.  
  78.    You can test HTTP streaming with this URL:
  79.    http://www.cam.org/~guardia/warworld.m3u
  80.  
  81.    You can also play the file directly:
  82.    PM123 http://hobbes.nmsu.edu/pub/multimedia/wave/mpeg/warworld.mp3
  83.  
  84.