Hi, On Mon, Aug 16, 2010 at 10:46 AM, Martin Storsjö <[email protected]> wrote: > On Mon, 16 Aug 2010, Ronald S. Bultje wrote: >> On Mon, Aug 16, 2010 at 10:38 AM, Martin Storsjö <[email protected]> wrote: >> > Is RDT received over rtp:// URLContexts? If that's the case, this patch >> > itself still is ok, you just won't ever get any data on the RTCP socket. >> >> Yeah, RDT stuff is interleaved within the stream. Kind of ugly, I >> guess. TCP has its own mechanism, I'm sure, can you look into that >> also? > > Yeah, I think it should all work just fine. This particular issue was for > UDP where the packets are sent on a separate socket, that we need to > include in the select(). For TCP they all come in the same stream, and are > already properly passed to rtpdec, where the new code would do the right > thing.
Right. You'll notice that we do in fact open the socket for RTCP, even for RDT streams. So you can just add it. It should just never receive any data. Ronald _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
