I'm implementing voip pcap demuxer. For example, if I have a voip(sip+rtp) pcap file which contains bidirectional conversation. I want to create a wav file from it. The problem is... If there are packet drops, the gap should be filled with silence so it is synced with other direction. How can I fill the gap in my demuxer(libavformat level, not codec level)? Or is there some audio filter or flag I can use?
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
