0

I'm using some code related to RTSP, RTP to listen to various RTSP Streams Using FFMPEG, it works!

BUT

The noise is being decoded in such a way that every 10 seconds a glitch in the ASF decoding of the stream occurs, where the Volume Peaks and makes a loud Popping sound.

Generally the sound you hear when a packet is corrupted...

I'm just wondering if anyone can help me with where to look for Troubleshooting, when working with WMA ASF Audio Streams.

Any help/tips/pointers are appreciated.

I'm not sure if it's in the RTSP Parser, Data Buffer, WMA Decoder...

David van Dugteren
  • 3,879
  • 9
  • 33
  • 48

1 Answers1

1

I know nothing about WMA/ASF, but have you checked the sequence numbers in the RTP headers are contiguous (how you would find out what these are will depend on what RTSP/RTP library you are using)? At least then you will know whether packets are going missing or not.

Jon Burgess
  • 2,035
  • 2
  • 17
  • 27