home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / dalla_rivista / posta / realaudio / raplayer.lha / RAPlay.readme < prev    next >
Text File  |  1999-01-30  |  4KB  |  103 lines

  1. RAPlay, the Amiga RealAudio 14.4/28.8 player
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. Rename the appropriate CPU version of the program to just RAPlay and put it
  5. in C: together with the PlayRA (this is the one to use whenever playing a file
  6. off the HD (make sure the S-bit is set, so it will run straight off)) script.
  7.  
  8. You will need AHI installed and the AHI AUDIO: device mounted for playback...
  9. Make sure PIPE: is mounted also, as the streaming relies on it!
  10.  
  11. RAPlay will decode 14.4 and 28.8 RealAudio streams correctly, all others will
  12. fail (including RealMedia and Int0 28.8 streams) and just return an error.
  13.  
  14. In this archive there is also an ARexx script to stream .ra files straight off
  15. the web using the widely used .ram files .. to use this you need to get and
  16. install rxsocket.library (which you should anyways, it rules) and set the
  17. following MIME-types in your favourite browser:
  18.  
  19. MIME:        audio/x-pn-realaudio
  20. Extension:   ram
  21. Ext. Viewer: (selected)
  22. Viewer:      SYS:RexxC/RX
  23. Arguments:   Your:Path/StreamRA.rx %f
  24.  
  25. If you make sure the S-bit is set on StreamRA.rx you won't have to put RX
  26. infront of it ("Protect StreamRA.rx +s" (if so, put StreamRA.rx as viewer))...
  27.  
  28. When that is done you can click on .ram files on the web and enjoy direct
  29. RealAudio streaming on your Amiga... ;)
  30.  
  31. I've heard some ppl have problems with IBrowse not setting the path properly,
  32. thus making the script fail on revokation .. this is now solved by letting you
  33. edit the path in the script .. you can now also edit the initial playback
  34. buffer to reduce pauses in playback (note: this can be due to insufficient
  35. CPU power as well)
  36.  
  37. Besides that, putting "Resident >NIL: SYS:RexxC/Rx FORCE" in User-Startup will
  38. work around that path problem .. "Resident >NIL: SYS:RexxC/WaitForPort FORCE"
  39. might be useful for other scripts as well... ;)
  40.  
  41.  
  42. History
  43. ~~~~~~~
  44.  
  45. The trashing of audio that occurs sometimes when streaming is now completely
  46. fixed!!! .. The StreamRA.rx script now also supports multifile .rams and will
  47. also output any errormsgs... ;)
  48.  
  49. RAPlay now also gives a more sensible returncode (20) when failing to decode
  50. the stream, ie. it will break a script that has <21 as failat.
  51.  
  52. Using the new failure returncode, the StreamRA.rx script will break the current
  53. streaming download, thus preventing wasting bandwith and and pipe-time... ;)
  54.  
  55. The somewhat annoying "loop" at the end of playback is now eliminated .. that
  56. should be the last bugfix of the original source.
  57.  
  58. NEWS for v1.3 - D'Oh, previous bug wasn't quite fixed, now it is. ;)
  59.  
  60.                 The executable will now automagically increase stack, thus
  61.                 fixing crashing/hanging some users have experienced...
  62.  
  63.                 StreamRA.rx should now make sure that no tasks hang infinately.
  64.  
  65.                 You can also issue breaks on current playbacks by
  66.                 "RX StreamRA.rx BREAK" .. then it'll try sending CTRL-C to all
  67.                 running RAPlay tasks...
  68.  
  69.                 StreamRA.rx will now also let you save files while streaming if
  70.                 you edit the "savepath" variable in the script to point to your
  71.                 download dir or similar...
  72.  
  73.                 (And a big thanks to DedD for sitting up late betatesting stuff
  74.                  for me... ;))) )
  75.  
  76.  
  77. Links
  78. ~~~~~
  79.  
  80. Amiga RealAudio Support Page
  81. -> http://csc.smsu.edu/~strauser/RA.html
  82.  
  83. Art Bell
  84. -> http://www.artbell.com/sound.html
  85.  
  86. Gold Tooth
  87. -> http://www.goldtoothdisplay.com/avpage.shtml
  88.  
  89.  
  90.  
  91. ---
  92.  
  93.  
  94. Now all we need is a more standalone player that directly supports TCP/IP and
  95. AHI etc - anyone feel up to it? ;)
  96.  
  97. And hopefully, someone will provide us with sources for Int0 and RealMedia
  98. (including higher bandwidths) streams in the near future .. if you have any
  99. info on this, please help us develop an even better product by telling us!!! ;)
  100.  
  101.  
  102. - Share and Enjoy! ;)
  103.