返信先: DLNAの「プッシュ再生」機能追加希望

フォーラム TuneBrowser DLNAの「プッシュ再生」機能追加希望 返信先: DLNAの「プッシュ再生」機能追加希望

#10879
TBLover
参加者

早々のお返事ありがとうございました。#5589の発言に開発のお考えがまとまっていますね。どうかご無理のないよう、気楽に開発されてください。

foobar2000のプッシュ再生コンポーネント UPnP MediaRenderer Output の configration にはUPnPの標準の後に Linn(これはOpenHomeのことか?)、Sony/XBMC Foundation/Michael Pujos/Sonos, Inc./Logitech とユーザーの要望で次々に追加されてきてます。

# defaults that apply to every device
stream-title=foo2k
# default preferred format, can be overridden per-device; available are: FLAC, WAV, LPCM
# default to FLAC where supported
preferred-format=FLAC
# Various devices fail to pause on what they assume to be a live stream, require a stop command
# Can be overridden to true for specific devices
supports-pause=false
# Default to FLAC not supported even if the device claims otherwise
# Many report that they support FLAC yet fail to play an infinite length FLAC stream
supports-FLAC=false

# Linn fixes
manufacturer=Linn Products Ltd
# Linn accepts WAV with 0 length in headers
zero-length-WAV=true
send-accept-ranges=false
supports-FLAC=true

# Specific Sony device fixes
manufacturer=Sony Corporation
model=HT-XT3
supports-infinite-length=false

manufacturer=XBMC Foundation
model=Kodi
supports-pause=true
supports-FLAC=true

manufacturer=Michael Pujos
model=foobar2000 Media Renderer
supports-pause=true
supports-FLAC=true

manufacturer=Lautsprecher Teufel GmbH
reports-time=false

manufacturer=Sonos, Inc.
supports-FLAC=true

manufacturer=Logitech
model=Squeezebox
preferred-format=FLAC
supports-pause=true
supports-FLAC=true