* Make strict DLNA adherence optional. Many products appear to handle JPEGs >4096x4096 classified as JPEG_LRG, and it's better to not downscale if we don't have to.
This commit is contained in:
@ -27,6 +27,11 @@ inotify=yes
|
||||
# set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO
|
||||
enable_tivo=no
|
||||
|
||||
# set this to strictly adhere to DLNA standards.
|
||||
# * This will allow server-side downscaling of very large JPEG images,
|
||||
# which may hurt JPEG serving performance on (at least) Sony DLNA products.
|
||||
strict_dlna=no
|
||||
|
||||
# default presentation url is http address on port 80
|
||||
#presentation_url=http://www.mylan/index.php
|
||||
|
||||
|
Reference in New Issue
Block a user