+
++intro
+
Stream is an ARexx script that makes possible to listen to and record an internet radio,
also known as shoutcast radio.
Features:
- CLI driven (so might be used almost everywhere, ex.:by the telnet,in browser,sheduler...)
- has append function (which allows u to add new recordings to already existing file)
- offers unilimited number of streamers running at the same time
- uses synchronous buffering when writing to the disk (this minimizes harddisk performance loss)
- uses FIFO: by Jörg Höhle instead of PIPE: (which ables u to relink the decoder)
- u may drop the audio anytime u want and link it again while still recording ( thanks to FIFO:)
- uses MPEGA for playback by Stephane TAVENARD
- has ability to play thru AHI if needed (MPEGA)
- handles HTTP://,LIST://,PLS://,M3U:// url types
+
++history
+
1.0 not released, 2004
-very poor, there were abilities to stream and listen only
1.1 released in 2005
-added a LOT of options, redone of the code
1.21 released in 2006-01-28
-written from scratch, cleaner
NEW: syn. buffering mechanism, url types, multiporting
-------------
1.21f affects only screparse (rxlibnet...)
-------------
1.22 released in 2006-05-14
-FIXED: problem with KingCON ASYNC console
-FIXED: nasty bug that was preventing from
streaming ordinary .mp3 files
STREAM 1.22 -shoutcast console player by megacz2k6, megacz@usa.com
|