From 7b321777cfe9055647e19fe8c31dd83215c11b1b Mon Sep 17 00:00:00 2001 From: Pierre Guillod Date: Sat, 15 Jul 2023 20:29:05 +0200 Subject: [PATCH] update port --- rygel.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rygel.conf b/rygel.conf index 36e66b3..658c6d0 100644 --- a/rygel.conf +++ b/rygel.conf @@ -31,7 +31,7 @@ media-engine=librygel-media-engine-gst.so interface= # The port to run HTTP server on. 0 means dynamic. -port=5001 +port=8000 # Comma-separated list of domain:level pairs to specify log level thresholds for # individual domains. domain could be either 'rygel', name of a plugin or '*'