]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
added 'NoDaemon' command - added RTP/RTSP stream example
authorbellard <bellard@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 25 Jul 2002 17:09:20 +0000 (17:09 +0000)
committerbellard <bellard@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 25 Jul 2002 17:09:20 +0000 (17:09 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@813 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

doc/ffserver.conf

index fc9246478394c5a3cc67d2ca05eea5442792712b..0a1f039d66ee2109c0c67da5431920bb7fb157ea 100644 (file)
@@ -25,6 +25,9 @@ MaxBandwidth 1000
 
 CustomLog -
 
+# Suppress that if you want to launch ffserver as a daemon
+NoDaemon
+
 ##################################################################
 # Definition of the live feeds. Each live feed contains one video
 # and/or audio sequence coming from an ffmpeg encoder or another
@@ -303,6 +306,24 @@ StartSendOnKey
 
 </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