Update configuration
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Wed, 20 Nov 2013 15:05:41 +0000 (17:05 +0200)
committerAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 7 May 2014 11:47:50 +0000 (14:47 +0300)
Disable transcoding based on security review, also disable
upload until there's a decision otherwise.

Change-Id: Ia8aabaa9e0a23921f1d58c7c37b0775b13ddb865
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
data/rygel.conf

index 84dbeb8..fd6b486 100644 (file)
@@ -8,7 +8,7 @@
 upnp-enabled=true
 
 # Set it to 'false' if you want to disable transcoding support.
-enable-transcoding=true
+enable-transcoding=false
 
 # Where video files should be saved if allow-upload is true.
 # Defaults to @VIDEOS@, the standard videos folder (typically ${HOME}/Videos).
@@ -46,10 +46,10 @@ port=0
 log-level=*:4
 
 # Allow upload of media files?
-allow-upload=true
+allow-upload=false
 
 # Allow deletion of media folders and files?
-allow-deletion=true
+allow-deletion=false
 
 # Semicolon-separated list of device user-agents (or parts thereof) that need
 # a downgrade in the UPnP device versions
@@ -91,7 +91,7 @@ transcoders=mp3;lpcm;mp2ts;wmv;aac;avc
 image-timeout = 15
 
 [Tracker]
-enabled=true
+enabled=false
 share-pictures=true
 share-videos=true
 share-music=true