]> git.sesse.net Git - ffmpeg/blobdiff - doc/protocols.texi
lavf/rtpdec*: Constify all RTPDynamicProtocolHandler.
[ffmpeg] / doc / protocols.texi
index 1ededa81c861bab67a55c0b11cdd36f42c74307c..c24dc74505239ad3ae5c26926735e9769dae810d 100644 (file)
@@ -296,6 +296,9 @@ Use persistent connections if set to 1, default is 0.
 @item post_data
 Set custom HTTP post data.
 
+@item referer
+Set the Referer header. Include 'Referer: URL' header in HTTP request.
+
 @item user_agent
 Override the User-Agent header. If not specified the protocol will use a
 string describing the libavformat build. ("Lavf/<version>")
@@ -366,7 +369,7 @@ 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
 an input option.
 If set to 2 enables experimental multi-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.
+in ffmpeg.c and thus must not be used as a command line option.
 @example
 # Server side (sending):
 ffmpeg -i somefile.ogg -c copy -listen 1 -f ogg http://@var{server}:@var{port}