OSDN Git Service

ffserver: tests, use new port/bindaddress config
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Wed, 20 Aug 2014 04:49:38 +0000 (00:49 -0400)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Mon, 25 Aug 2014 00:03:22 +0000 (20:03 -0400)
Comming from commit 1013d8dd6967f1e776c08dc133ed6ae44ca3dc64
the old Port and BindAddress config vars have been deprecated
in favor of HTTPPort and HTTPBindAddress respectively.

Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
tests/ffserver.conf

index 1e6994a..05bd38f 100644 (file)
 # 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