Hi, On Sun, Jul 17, 2011 at 4:43 AM, Diego Biurrun <[email protected]> wrote: > diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c > index 848ff31..6d1bef5 100644 > --- a/libavformat/rtsp.c > +++ b/libavformat/rtsp.c > @@ -1114,17 +1114,9 @@ int ff_rtsp_make_setup_request(AVFormatContext *s, > const char *host, int port, > } > } > > -#if 0 > - /* then try on any port */ > - if (ffurl_open(&rtsp_st->rtp_handle, "rtp://", AVIO_FLAG_READ) < > 0) { > - err = AVERROR_INVALIDDATA; > - goto fail; > - } > -#else > av_log(s, AV_LOG_ERROR, "Unable to open an input RTP port\n"); > err = AVERROR(EIO); > goto fail; > -#endif
Then, as for this one, Martin / Luca do you remember why this is disabled? Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
