forked from hzeller/gmrender-resurrect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
49 lines (42 loc) · 1.63 KB
/
NEWS
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
2012-10-12: GMediaRender 0.0.7dev (Henner Zeller)
- Support get duration and position of current stream.
- Support basic commands:
o Pause
o Seek
- When we're finished with the current track, we go back to STOPPED,
so that controllers will send us the next song.
- Initial code to support SetNextAVTransportURI, but still have to find
a controller that supports it :)
2007-11-07: GMediaRender 0.0.6
- Escape evented variables in subscription response
- Various code cleanups
- New command-line options:
--ip-address
--uuid
--friendly-name
--dump-devicedesc
--dump-connmgr-scpd
--dump-control-scpd
--dump-transport-scpd
2007-11-05: GMediaRender 0.0.5
- BUG #16640: Rename inline 'min' function to avoid issues with
GCC 4.0.3
- BUG #17887: Update to gstreamer-0.10
Based on a patch contributed by David Siorpaes
- Fix compilation with libupnp-1.60, with largefile support
(the libupnp branch from http://pupnp.sourceforge.net)
- Proper encoding of LastChange event in AVTransport service
- Add '--version', '--gstout-audiosink' and '--gstout-videosink'
command-line options
- Look in datadir for icons
- Emit xmlns for XML root elements in device and service descriptors
2006-03-27: GMediaRender 0.0.4
- Fix compilation with libupnp >= 0.3.1
2005-09-02: GMediaRender 0.0.3
- Use autoconf and automake
- Generate device and service XML descriptions on the fly
2005-09-01: GMediaRender 0.0.2
- Added binary files copyright and license notices to README
- Added copyright and license notice to static XML files
2005-08-31: GMediaRender 0.0.1
- First preliminary release