Changes between Version 12 and Version 13 of ffserver
- Timestamp:
- Feb 14, 2019, 12:14:04 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ffserver
v12 v13 4 4 #!div style="border: 1pt dotted; margin: 1em; background-color: #fdd;" 5 5 6 '''Warning:''' [https://ffmpeg.org/index.html#ffserv ffserver has been removed on 2018-01-06]. If you still need it checkout commit 2ca65fc or use the [https://ffmpeg.org/download.html#release_3.4 3.4 release branch]. Or try an alternative such as [https://github.com/klaxa/mkvserver_mk2 mkvserver_mk2]. 6 '''Warning:''' [https://ffmpeg.org/index.html#ffserv ffserver has been removed on 2018-01-06]. If you still need it checkout commit 2ca65fc or use the [https://ffmpeg.org/download.html#release_3.4 3.4 release branch]. The original documentation has been archived and can be downloaded as [https://trac.ffmpeg.org/raw-attachment/wiki/ffserver/ffserver.html HTML] or [https://trac.ffmpeg.org/raw-attachment/wiki/ffserver/ffserver.pdf PDF] while the [#Sampleffserverconfigurationfile sample ffserver configuration] file can be found below. We can provide no support for ffserver. 7 8 Or try an alternative such as [https://github.com/klaxa/mkvserver_mk2 mkvserver_mk2]. 7 9 }}} 8 10 … … 164 166 = Creating the configuration file = 165 167 166 It would be very wise to start off reading the sample configuration file below. It is self-documented with a lot of comments and it is a good starting point for beginners, since it contains various examples too. Also, refer to `man ffserver` and `ffserver -h` . In general, the configuration file is consisted of global directives, list of feed elements, list of stream elements and a specification of a special status stream element, which is used to provide a way for you to view the status of all your running streams.168 It would be very wise to start off reading the sample configuration file below. It is self-documented with a lot of comments and it is a good starting point for beginners, since it contains various examples too. Also, refer to `man ffserver` and `ffserver -h` or download the archived documentation: [https://trac.ffmpeg.org/raw-attachment/wiki/ffserver/ffserver.html HTML] or [https://trac.ffmpeg.org/raw-attachment/wiki/ffserver/ffserver.pdf PDF]. In general, the configuration file is consisted of global directives, list of feed elements, list of stream elements and a specification of a special status stream element, which is used to provide a way for you to view the status of all your running streams. 167 169 168 170 = Examples of configuration files =
