[rygel] data: Disable avc and aac transcoder



commit 7878dfd6e09b7865c55be3556d91c4a5b69ab5f0
Author: Jens Georg <mail jensge org>
Date:   Thu Jul 21 15:13:19 2011 +0200

    data: Disable avc and aac transcoder
    
    Rygel code is good, but GStreamer seems to have some issues still:
    
     - AAC transcoder doesn't preroll due to 3GPP container apparently.
     - AVC transcoder creates invalid mp4 container.

 data/rygel.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/rygel.conf b/data/rygel.conf
index 3b9fa65..a4da341 100644
--- a/data/rygel.conf
+++ b/data/rygel.conf
@@ -27,10 +27,10 @@ enable-mp2ts-transcoder=true
 enable-wmv-transcoder=true
 
 # Set it to 'false' if you want to disable AAC_ISO_320 transcoding support.
-enable-aac-transcoder=true
+enable-aac-transcoder=false
 
 # Set it to 'false' if you want to disable AVC_MP4 transcoding support.
-enable-avc-transcoder=true
+enable-avc-transcoder=false
 
 # Where video files should be saved if allow-upload is true.
 # Defaults to @VIDEOS@, the standard videos folder (typically ${HOME}/Videos).



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]