Re: [Libav-user] g729 in rtp

2018-03-14 Thread 유현우
I'm replying with another mail client now. sorry for duplicate. 1. my demuxer is not ready to commit yet... but simple question is.. AV_CODEC_ID_NONE means g729 over rtp is not supported? or codec is recognized elsewhere? Because g729 is very common in voip, so I couldn't believe ffmpeg doesn't

Re: [Libav-user] g729 in rtp

2018-03-14 Thread Carl Eugen Hoyos
2018-03-14 6:20 GMT+01:00, lagavulin2016 : > Previous post was somewhat html-formatted. I re-posted. It did not really improve: http://ffmpeg.org/pipermail/libav-user/2018-March/011003.html In addition, it is now also unreadable in html-aware mail clients... Carl Eugen

Re: [Libav-user] g729 in rtp

2018-03-13 Thread lagavulin2016
Previous post was somewhat html-formatted. I re-posted. > 2018-03-13 8:15 GMT+01:00, lagavulin2016 : > > Hello. I'm trying to convert voip pcap to wav. > > voip pcap has a few bidirectional call and includes sip and rtp packets. > > (for example,

Re: [Libav-user] g729 in rtp

2018-03-13 Thread lagavulin2016
> 2018-03-13 8:15 GMT+01:00, lagavulin2016 :> > Hello. I'm trying to convert voip pcap to wav.> > voip pcap has a few bidirectional call and includes sip and rtp packets.> > (for example, https://wiki.wireshark.org/SampleCaptures#SIP_and_RTP)> > So I created

Re: [Libav-user] g729 in rtp

2018-03-13 Thread Carl Eugen Hoyos
2018-03-13 8:15 GMT+01:00, lagavulin2016 : > Hello. I'm trying to convert voip pcap to wav. > voip pcap has a few bidirectional call and includes sip and rtp packets. > (for example, https://wiki.wireshark.org/SampleCaptures#SIP_and_RTP) > So I created

[Libav-user] g729 in rtp

2018-03-13 Thread lagavulin2016
Hello. I'm trying to convert voip pcap to wav.voip pcap has a few bidirectional call and includes sip and rtp packets.(for example, https://wiki.wireshark.org/SampleCaptures#SIP_and_RTP) So I created libavformat/voip_pcap.c which is similar to libavformat/rtsp.cwith pcap file parsing instead of