-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog
47 lines (44 loc) · 1019 Bytes
/
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
v0.3.dev
Added ability to monitor directories inside web root for new or deleted files
Added config option
*File option
*directory
Added Status handler:
*http
v0.2
Added handlers to compartmentalize grabbing AV data
Restructure to not depend on StreamLink specifically
Restructure to allow one stream handle to be read by multiple clients
Added ability to use external program to transcode AV data
Added basic media file serving functionality (only audio and video)
Added logging settings
Content Directory service now automatically updates as streams start and stop
Removed config option
*url
Added config options
*Global options
*background (daemon alias)
*interface
*loglevel
*webroot
*Stream options
*media
*status
*transcode
*mimetype
*buffer
*File options
*path
*mimetype
Added AV handlers:
*ext/cmd
*file
Added status handler:
*ext/cmd
v0.1
First working version
Config options (that actually did anything)
*url
*address
*daemon
*port