summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/ffserver.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ffserver.conf b/tests/ffserver.conf
index 1e6994aa1c..05bd38f741 100644
--- a/tests/ffserver.conf
+++ b/tests/ffserver.conf
@@ -11,13 +11,13 @@
# port from your standard http web server if it is running on the same
# computer.
-Port 9999
+HTTPPort 9999
RTSPPort 9990
# Address on which the server is bound. Only useful if you have
# several network interfaces.
-BindAddress 0.0.0.0
+HTTPBindAddress 0.0.0.0
# Number of simultaneous requests that can be handled. Since FFServer
# is very fast, this limit is determined mainly by your Internet