-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
64 lines (48 loc) · 2.18 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
ChangeLog of JRoar
====================================================================
Last modified: Sat Oct 16 18:27:41 UTC 2004
Changes since version 0.0.8:
- this release can relay grouped ogg streams, for example, Theora streams.
- this release can stream theora files.
This functionality has been still under development; timing depends on
vorbis stream.
- updated jorbis to version 0.0.14.
Changes since version 0.0.7:
............................
- supported HTTP Basic Authentication in accepting a stream
from streamers like ices, darkice, etc.
- supported ogg vorbis streams from PeerCast.
- added an option '-peercast-host'.
- deleted '\n' from the output of 'stats.xml'
Changes since version 0.0.6:
............................
- added the Speex support.
- added the experimental mount point lister functionality.
Changes since version 0.0.5:
............................
- added '-store' option, which will enable JRoar to dish out the java applet.
- added the limit parameter for '-proxy' and '-playlist' option.
Changes since version 0.0.4:
............................
- fixed several dead-locking and freezing problems.
- added the 'simple' pass-word protection to web interface.
- added '-page' option, which enables you to customize the web interface.
- updated jorbis to version 0.0.12.
Changes since version 0.0.3:
............................
- fixed locking problem on some JVM, which are based on green threads.
- modified to accept some mount points, which does not start with '/'.
- added the support for '/stats.xml' as Icecast2 does.
Changes since version 0.0.2:
............................
- implemented the logic for calculating the sleep period according to VBR
for streaming Ogg Vorbis files from local hard disks.
- fixed a bug that unavailable mount points were never purged.
- improved that comments in Ogg Vorbis streams and the number of listeners
will be displayed on the homepage of web interface.
Changes since version 0.0.1:
............................
- added a functionality to cast Ogg streams on UDP broadcast packets to
local sub-network.
This broadcast streams are only enjoyable by JOrbisPlayer, which is
included in JOrbis 0.0.10 or later.