summaryrefslogtreecommitdiff
path: root/data/rygel.conf
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-05-01 17:29:59 +0200
committerJens Georg <mail@jensge.org>2012-05-17 11:43:32 +0200
commit7aeb69c42ab5e08035073de3a944445fc15cd3ef (patch)
treedc849b46d2623ae59133639b3366e705f3f3b087 /data/rygel.conf
parenta001f25dafc19b830b96e332a3e1381be2c16797 (diff)
downloadrygel-7aeb69c42ab5e08035073de3a944445fc15cd3ef.tar.gz
core: AAC_ISO_320 -> AAC_ADTS_320
Since muxing into streamable mp4 seems to be a bit broken, move to ADTS-framed AAC instead. This is required by DLNA anyway. https://bugzilla.gnome.org/show_bug.cgi?id=675234
Diffstat (limited to 'data/rygel.conf')
-rw-r--r--data/rygel.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/rygel.conf b/data/rygel.conf
index aaecf5a9..e6e30cec 100644
--- a/data/rygel.conf
+++ b/data/rygel.conf
@@ -26,8 +26,8 @@ enable-mp2ts-transcoder=true
# Set it to 'false' if you want to disable WMV transcoding support.
enable-wmv-transcoder=true
-# Set it to 'false' if you want to disable AAC_ISO_320 transcoding support.
-enable-aac-transcoder=false
+# Set it to 'false' if you want to disable AAC_ADTS_320 transcoding support.
+enable-aac-transcoder=true
# Set it to 'false' if you want to disable AVC_MP4 transcoding support.
enable-avc-transcoder=false