문제

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...

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top