source: tools/xupnpd/pshare/ChangeList.txt @ 34374

Last change on this file since 34374 was 34374, checked in by Stephan, 9 years ago

add xupnpd

File size: 2.4 KB
Line 
10.0.2
2- Microsoft Media Player 12 as client supported:
3    X_MS_MediaReceiverRegistrar:1
4    ConnectionManager:1
5    ContentDirectory:1#GetSortCapabilities
6    ContentDirectory:1#Search
7    SUBSCRIBE, UNSUBSCRIBE
8- Artist name, actor and track number
9- Playlists reload (SIGUSR1 or 'http://host:port/reload')
10- '#EXTLOGO:' for stream logo (JPEG for PS3). Examples: '#EXTLOGO: /def_logo.jpg' or '#EXTLOGO: http://host/def_logo.jpg'
11- '#EXTTYPE:' for force stream type selection: mpeg,mpeg2,ts,vob,avi,asf,wmv,mp4,mov,aac,ac3,mp3,ogg,wma
12- '#EXTTYPE:' optional DLNA profile after file type, example: '#EXTTYPE:mp3,DLNA.ORG_PN=MP3;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01700000000000000000000000000000'
13- No images sharing now
14- Ignore track length from playlist
15- '-O2'
16- HTTP proxy for Internet radio (-DWITH_PROXY, 'PS3 - transferMode.dlna.org: Streaming')
17- '-e' for DLNA protocolInfo extend (DLNA_ORG.PN...), needed for radio on PS3
18- SD (MPEG2), 720p (MPEG2), 1080i (H.264/AVC) tested on Windows Media Player and PS3
19- MP3 Internet-radio tested on Windows Media Player and IconBit HDS4L
20- Bug fixes:
21    ulibc fstat() bugfix
22    uuid from /dev/urandom (-DWITH_URANDOM)
23    XML escape URLs
24    SystemUpdateID increment when playlists reload
25    '-i' now required
26    playlists path must be absolute
27    dlna:profileID="JPEG_TN" to upnp:albumArtURI for JPEG (use only JPEG for PS3)
28    <res size="0" ...>   
29    'EXT:' header to http responses
30    setsockopt(fd,IPPROTO_TCP,TCP_NODELAY,...)
31    trim playlist items
32    ContainerID in Search
33- XBox360 compatible (-x) - Windows Media Connect as Twonky (fake Windows Media Player)
34    start object id=100 (playlist_items_offset)
35    dev.xml => wmc.xml
36    object.container => object.container.storageFolder for child containers on XBox 360
37    ContainerID or ObjectID in Browse
38
39Playlist example:
40--------------------------
41#EXTM3U
42#EXTINF:0,Channel 1 - TV
43#EXTLOGO:http://host/logo.jpg
44http://192.168.1.1:4022/udp/234.5.2.1:20000
45#EXTINF:0,Channel 2 - Radio
46#EXTLOGO:http://host/logo.gif
47#EXTTYPE:mp3,DLNA.ORG_PN=MP3;DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01700000000000000000000000000000
48http://192.168.1.1:4022/udp/234.5.2.2:20000
49#EXTINF:0,Channel 3 - Radio
50http://192.168.1.1:4022/udp/234.5.2.3:20000/stream.mp3
51
52
53
540.0.1
55- Sony PlayStation 3, IconBit HDS4L and VideoLAN as Media Player supported
56- Ubuntu 10.04 (Linux, IA-32), D-Link DIR-320 (DD-WRT v24 preSP2 13064, mipsel) and ASUS WL-500gP as Media Server supported
57- UTF8 encoded M3U playlists supported
Note: See TracBrowser for help on using the repository browser.