On Sun, Jun 17, 2012 at 6:40 PM, Samuel Pitoiset
<samuel.pitoi...@gmail.com> wrote:
> 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.
> ---
>  Changelog                |    1 +
>  configure                |    4 +
>  doc/protocols.texi       |    8 ++
>  libavformat/Makefile     |    2 +
>  libavformat/allformats.c |    2 +
>  libavformat/rtmphttp.c   |  267 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  libavformat/rtmpproto.c  |   38 ++++++-
>  libavformat/version.h    |    4 +-
>  8 files changed, 321 insertions(+), 5 deletions(-)
>  create mode 100644 libavformat/rtmphttp.c

I (almost) fixed the nonblocking stuff. However, I still get 5 fps in
RTMP instead of 25 fps with RTMP... Any suggestions about that are
welcome. =)


-- 
Best regards,
Samuel Pitoiset.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to