X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fprotocols.texi;h=8661aea147f2318341eb833f28f19b428780adec;hb=bc219082bb04b9a4725bfe7e78ce0950244e6e84;hp=a7968ff56e3e1fc1c8c81bff4578bd309f8b95e7;hpb=84522ad3fe77520595e97f33aca7ac0c8aee56bf;p=ffmpeg diff --git a/doc/protocols.texi b/doc/protocols.texi index a7968ff56e3..8661aea147f 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -1186,6 +1186,7 @@ Accepted options: Start offset of the extracted segment, in bytes. @item end End offset of the extracted segment, in bytes. +If set to 0, extract till end of file. @end table Examples: @@ -1201,6 +1202,11 @@ Play an AVI file directly from a TAR archive: subfile,,start,183241728,end,366490624,,:archive.tar @end example +Play a MPEG-TS file from start offset till end: +@example +subfile,,start,32815239,end,0,,:video.ts +@end example + @section tee Writes the output to multiple protocols. The individual outputs are separated @@ -1242,6 +1248,9 @@ Set receive buffer size, expressed bytes. @item send_buffer_size=@var{bytes} Set send buffer size, expressed bytes. + +@item tcp_nodelay=@var{1|0} +Set TCP_NODELAY to disable Nagle's algorithm. Default value is 0. @end table The following example shows how to setup a listening TCP connection