[FFmpeg-cvslog] r12504 - in trunk/libavformat: rtsp.c rtsp.h

Luca Barbato lu_zero
Wed Mar 19 15:08:36 CET 2008


rbultje wrote:
> Author: rbultje
> Date: Wed Mar 19 15:05:08 2008
> New Revision: 12504
> 
> Log:
> Allow cycling between different protocols (TCP, UDP or multicast) so that if
> one doesn't work, we can try the next one (i.e. trial-error protocol auto-
> probing).
> 
> Discussed and approved in "[PATCH] RTSP alternate protocol 2-3/3".


> +        if (reply->status_code == 461 /* Unsupported protocol */ && i == 0) {

What about having the rtsp/http codes in macros?

lu

-- 

Luca Barbato
Gentoo Council Member
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero





More information about the ffmpeg-cvslog mailing list