RTMPE protocol support
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 19 Jul 2012 12:13:58 +0000 (14:13 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 23 Jul 2012 13:32:07 +0000 (16:32 +0300)
commitacd554c103459ae7a5d89caa611e91bbc9bf695f
tree7e591295c7f7057bc6e8c3da4ef7d825611c868b
parent0e31088b6c57e7d495deda0abaf5de5adb2c18fa
RTMPE 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
RTMPE protocol implementation uses ffrtmpcrypt:// 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>
12 files changed:
Changelog
configure
doc/general.texi
doc/protocols.texi
libavformat/Makefile
libavformat/allformats.c
libavformat/rtmpcrypt.c [new file with mode: 0644]
libavformat/rtmpcrypt.h [new file with mode: 0644]
libavformat/rtmpdh.c [new file with mode: 0644]
libavformat/rtmpdh.h [new file with mode: 0644]
libavformat/rtmpproto.c
libavformat/version.h