You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
doc/protocols: document experimental mutli-client api
Signed-off-by: Stephan Holljes <klaxa1337@googlemail.com>
This commit is contained in:
@@ -304,6 +304,8 @@ autodetection in the future.
|
|||||||
If set to 1 enables experimental HTTP server. This can be used to send data when
|
If set to 1 enables experimental HTTP server. This can be used to send data when
|
||||||
used as an output option, or read data from a client with HTTP POST when used as
|
used as an output option, or read data from a client with HTTP POST when used as
|
||||||
an input option.
|
an input option.
|
||||||
|
If set to 2 enables experimental mutli-client HTTP server. This is not yet implemented
|
||||||
|
in ffmpeg.c or ffserver.c and thus must not be used as a command line option.
|
||||||
@example
|
@example
|
||||||
# Server side (sending):
|
# Server side (sending):
|
||||||
ffmpeg -i somefile.ogg -c copy -listen 1 -f ogg http://@var{server}:@var{port}
|
ffmpeg -i somefile.ogg -c copy -listen 1 -f ogg http://@var{server}:@var{port}
|
||||||
|
Reference in New Issue
Block a user