You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
ffserver: tests, use new port/bindaddress config
Comming from commit 1013d8dd69
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>
This commit is contained in:
@@ -11,13 +11,13 @@
|
|||||||
# port from your standard http web server if it is running on the same
|
# port from your standard http web server if it is running on the same
|
||||||
# computer.
|
# computer.
|
||||||
|
|
||||||
Port 9999
|
HTTPPort 9999
|
||||||
RTSPPort 9990
|
RTSPPort 9990
|
||||||
|
|
||||||
# Address on which the server is bound. Only useful if you have
|
# Address on which the server is bound. Only useful if you have
|
||||||
# several network interfaces.
|
# several network interfaces.
|
||||||
|
|
||||||
BindAddress 0.0.0.0
|
HTTPBindAddress 0.0.0.0
|
||||||
|
|
||||||
# Number of simultaneous requests that can be handled. Since FFServer
|
# Number of simultaneous requests that can be handled. Since FFServer
|
||||||
# is very fast, this limit is determined mainly by your Internet
|
# is very fast, this limit is determined mainly by your Internet
|
||||||
|
Reference in New Issue
Block a user