Hi Mark, On Mon, Sep 28, 2009 at 4:19 AM, Mark Kenna <[email protected]> wrote: > Pardon my ignorance, but I have not been able to find this information from > the list archives but... Is it possible to request interleaved data using > RTSP? If so, how is this accomplished?
All relevant code is present in libavformat/rtsp.c (just search for "TCP") and if UDP fails, it will actually switch to TCP automatically. It's just that there's no timeouts, so if UDP blocks indefinitely (firewall), it won't switch to TCP, and there's no way to force TCP. So: yes, but it's not programmatically exposed - a clean patch for that is welcome. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
