Relative Content

Tag Archive for c++pipelinegstreamerrtppayload

GStreamer VC++ for converting RTP (Payload Type 96 (PT-96) ) to wav audio file

My application requirement is that I need to sniff network packets from the network card and filter RTP packet of payload type 96 (PT-96) and convert and save them in a wav audio file.
I have filtered and stored RTP packets in a container like vector and later i tried to convert them into a wav using Gstreamer libraries but i am not able to convert them in audio file.