diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-06-17 20:24:43 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-06-17 22:56:56 +0300 |
commit | 8e50c57dcb481479f2fd46f9bdb6a9776b0d9fa6 (patch) | |
tree | 2f2fc14e25bde9931fe32829352363423b655025 /doc/protocols.texi | |
parent | 35127bf156df09ebf43f1ad7ea236653f7ba7707 (diff) | |
download | ffmpeg-8e50c57dcb481479f2fd46f9bdb6a9776b0d9fa6.tar.gz |
RTMPT protocol support
This adds two protocols, but one of them is an internal implementation
detail just used as an abstraction layer/generalization in the code. The
RTMPT protocol implementation uses rtmphttp:// as an alternative to the
tcp:// protocol. This allows moving most of the lower level logic out
from the higher level generic rtmp code.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 84920332f6..0b4f1b1772 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -243,6 +243,14 @@ For example to read with @command{avplay} a multimedia resource named avplay rtmp://myserver/vod/sample @end example +@section rtmpt + +Real-Time Messaging Protocol tunneled through HTTP. + +The Real-Time Messaging Protocol tunneled through HTTP (RTMPT) is used +for streaming multimedia content within HTTP requests to traverse +firewalls. + @section rtmp, rtmpe, rtmps, rtmpt, rtmpte Real-Time Messaging Protocol and its variants supported through |