On 10/30/2012 10:31 AM, Martin Storsjö wrote:
> On Tue, 30 Oct 2012, Luca Barbato wrote:
> 
>> Makes possible to support multiple video/audio streams with different
>> fmtp.
>> ---

> This is problematic, since you want unique RTP payload types for audio
> and video, and these might be in two different AVFormatContexts (since
> the RTP muxer currently only supports one AVStream).

2 avformat contexts sounds strange, I noticed it in sapenc but not in rtsp.

to check what happens

avplay -rtsp_flags listen rtsp://target/

avconv -i in1 -i in2 -c copy -map 0 -map 1 -f rtsp rtsp://target/

lu
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to