On 05/29/2010 11:38 AM, Martin Storsjö wrote: > On second note - even while what I said above is true, the whole point of > HTTP tunneling usually is to avoid having to send RTP packets over UDP. So > if HTTP mode is enabled, I guess we want to make that select TCP as lower > transport mode, to enable interleaving. Technically, I guess one could do > RTP/UDP even if the RTSP session is tunneled over HTTP, but it doesn't > make much sense.
Usually you try in this order: udp -> fails because of firewall rtsp-interleaved/tcp -> fails because of proxy rtsp-interleaved/http -> pass most proxies rtsp-interleaved/http-bidirectional-base64 -> might pass all lu -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
