home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / lbraplay.zip / readme.txt < prev   
Text File  |  1999-04-23  |  3KB  |  77 lines

  1.     LB Real Audio Player for OS/2 ver. 0.02
  2.  
  3. This is a quick and dirty port of Amiga Real Audio decoder 1.1/2.0 with DART
  4. playback. THIS SOFTWARE HAS NO WARRANTY, USE IT AT YOUR OWN RISK.
  5.  
  6.  
  7.             Installation
  8.  
  9. First, to process .ram files or for .ra file streaming you need WGET. WGET is
  10. a free batch http/ftp downloading tool, I think it can be found on
  11. http://hobbes.nmsu.edu Socond, place wget.exe, RAPlay.exe and RAStream.cmd in
  12. a directory in your PATH.
  13.  
  14.  
  15.             Usage
  16.  
  17. To play a local .ra file type: RAPlay <.ra file>
  18. To play a remote .ra file in streaming mode type:  RAStream <URL>
  19. To play a local .ram file type: RAStream <.ram file>
  20.  
  21. To use this player as a Netscape helper application you must create two
  22. application entries in Applicatons category of Netscape preferences.
  23. The first application entry is for .ra files:
  24.  
  25. Description of type: Real Audio .ra
  26. File extension:      .ra
  27. MIME Type:           audio/x-realaudio
  28. Application:         RAPlay.EXE
  29.  
  30. The second application entry is for .ram files:
  31.  
  32. Description of type: Real Audio .ram
  33. File extension:      .ram
  34. MIME Type:           audio/x-pn-realaudio
  35. Application:         cmd.exe /c RAStream.cmd
  36.  
  37.  
  38.             A Small FAQ
  39.  
  40. Q: I get "unsupported format" or "recognized format: 28.8kbaud, unrecognized
  41.    file parameters" message when trying to play a file.
  42. A: Unfortunately the original decoder does not support all the Real Audio
  43.    formats, thus the player does not support them too. Let's hope it will
  44.    later. Also there may be another problem: you're either trying to supply
  45.    .ram file to RAPlay.exe or .ram file URL to RAStream.cmd, you can only
  46.    supply local .ra file name to RAPLay.exe and either remote .ra file URL
  47.    or local .ram file name to RAStream.cmd
  48.  
  49. Q: I get "access denied" or something like from WGET when trying to run
  50.    RAStream.cmd
  51. A: The problem is that the real Real Audio player uses a proprietary protocol
  52.    for thansferring .ra files. All I know about it is that it has "pnm:"
  53.    prefix in URL and has a lot of problems with firewalls. So I try accessing
  54.    the .ra file by http protocol. On some servers this can be prohibited
  55.    (really I can't imagine why do they do it) so you receive such a message.
  56.  
  57.  
  58.             Contacts
  59.  
  60. My e-mail address is boga@fly.triniti.troitsk.ru
  61. My OS/2 audio programs page URL is
  62. http://www.freebyte.ml.org/~boga/OS2Programs.html
  63. The original Amiga Real Time decoder page URL is
  64. HTTP://csc.smsu.edu/~strauser/RA.html
  65.  
  66.  
  67.             History
  68.  
  69. v.0.01    - Initial release
  70. v.0.02    - Added support for playing from stdin and to stdout
  71.     - Renamed ram.cmd to rastream.cmd and changed it to handle
  72.       .ra file streaming
  73.     - Decreased DART buffer size to decrease initial CPU load peak.
  74.     - Changed progress display and directed it to stdout in case decoded
  75.       data do not go to stdout. (Thus you can use >nul redirection to make
  76.       it quiet)
  77.