Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2013-07-30 03:34:56 +0400
committerLuca Barbato <lu_zero@gentoo.org>2013-08-05 18:13:35 +0400
commit605387582bd35920b83a26dabbe1c0601f425621 (patch)
tree3fc27464f2beb0d08b2f6ff9851d71e32171949f /doc/protocols.texi
parentbc54c2ae3ca6abd225dc331eafc12108513158de (diff)
lavf: Support unix sockets
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index c777d83dce..0d596ca25b 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -626,4 +626,24 @@ To receive over UDP from a remote endpoint:
avconv -i udp://[@var{multicast-address}]:@var{port}
@end example
+@section unix
+
+Unix local socket
+
+The required syntax for a Unix socket URL is:
+
+@example
+unix://@var{filepath}
+@end example
+
+The following parameters can be set via command line options
+(or in code via @code{AVOption}s):
+
+@table @option
+@item timeout
+Timeout in ms.
+@item listen
+Create the Unix socket in listening mode.
+@end table
+
@c man end PROTOCOLS