mirror of https://git.ffmpeg.org/ffmpeg.git
added 'NoDaemon' command - added RTP/RTSP stream example
Originally committed as revision 813 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2effd27446
commit
bc4a1ffe96
|
@ -25,6 +25,9 @@ MaxBandwidth 1000
|
||||||
|
|
||||||
CustomLog -
|
CustomLog -
|
||||||
|
|
||||||
|
# Suppress that if you want to launch ffserver as a daemon
|
||||||
|
NoDaemon
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Definition of the live feeds. Each live feed contains one video
|
# Definition of the live feeds. Each live feed contains one video
|
||||||
# and/or audio sequence coming from an ffmpeg encoder or another
|
# and/or audio sequence coming from an ffmpeg encoder or another
|
||||||
|
@ -303,6 +306,24 @@ StartSendOnKey
|
||||||
|
|
||||||
</Stream>
|
</Stream>
|
||||||
|
|
||||||
|
##################################################################
|
||||||
|
# RTSP examples
|
||||||
|
|
||||||
|
# You can access to this stream with the RTSP URL:
|
||||||
|
#
|
||||||
|
# rtsp://localhost:5454/test1-rtsp.mpg
|
||||||
|
#
|
||||||
|
# A non standard redirector is also created. Its URL is:
|
||||||
|
#
|
||||||
|
# http://localhost:8090/test1-rtsp.rtsp
|
||||||
|
#
|
||||||
|
#<Stream test1-rtsp.mpg>
|
||||||
|
#
|
||||||
|
#Format rtp
|
||||||
|
#File "/usr/local/httpd/htdocs/test1.mpg"
|
||||||
|
#
|
||||||
|
#</Stream>
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Special stream : server status
|
# Special stream : server status
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue