Mahmoud M'HIRI wrote: > Thanks for the reply. Please dont top-post. As you can see, the top-posting has produced one of its evils: your initial request, and Luca's reply, get cutoff by many mailreaders (Thunderbird here) when I reply to your top-post.
> > In fact, I'm interested in the second point: Receiving A/V from RTP and mux > them to a video file (in my own program). But the problem is that > av_open_input_file() receives only a file, No, it can open network urls too. Google for "ffmpeg udp" for examples. > and I'm receiving the streams > from servers on specific ports: eg. 7020 for video (7021 for RTCP) and 7022 > for audio (7023 for RTCP). So I don't know if FFmpeg is able to listen to a > port and build the stream (muxing is currently not a priority). Yes. You specify the port in the url. Cheers -- Michel Bardiaux R&D Director T +32 [0] 2 790 29 41 F +32 [0] 2 790 29 02 E mailto:[EMAIL PROTECTED] Mediaxim NV/SA Vorstlaan 191 Boulevard du Souverain Brussel 1160 Bruxelles http://www.mediaxim.com/ _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
