On Fri, Jul 20, 2012 at 12:05:48PM +0200, Samuel Pitoiset wrote:
> Those messages are adobe specific historical artefacs that some rtmp
These messages are Adobe-specific historical artifacts that some RTMP

> servers do not support. It is safer to ignore their failure. This fixes
> publishing streams to crtmpserver and it fixes bugzilla bug #309.

Bugzilla

> --- a/libavformat/rtmpproto.c
> +++ b/libavformat/rtmpproto.c
> @@ -877,8 +877,25 @@ static int rtmp_parse_result(URLContext *s, RTMPContext 
> *rt, RTMPPacket *pkt)
> +                            || !strcmp(tmpstr, "call to function _checkbw 
> failed")) {
> +                            /* Hack for crtmpserver, these messages are adobe
> +                             * specific historical artefacs that some rtmp
> +                             * servers do not support. It is safer to ignore
> +                             * their failure. */
> +                            break;

see above

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to