From 1013d8dd6967f1e776c08dc133ed6ae44ca3dc64 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 2 Aug 2014 16:40:53 +0200 Subject: ffserver: deprecate Port and BindAddress options in favor of HTTPPort and HTTPBindAddress The new option names are more explicit. Signed-off-by: Reynaldo H. Verdejo Pinochet --- doc/ffserver.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ffserver.conf') diff --git a/doc/ffserver.conf b/doc/ffserver.conf index 094c093af2..b756961aa3 100644 --- a/doc/ffserver.conf +++ b/doc/ffserver.conf @@ -1,11 +1,11 @@ # Port on which the server is listening. You must select a different # port from your standard HTTP web server if it is running on the same # computer. -Port 8090 +HTTPPort 8090 # 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 HTTP connections that can be handled. It has # to be defined *before* the MaxClients parameter, since it defines the -- cgit v1.2.3