Problem :
- Its live audio-video streaming over WiFi + udp network.
- Stream : Mpeg2Ts
- Player Framework : gstreamer.
- Pipeline Appsrc ----> tsdemuxer -----> audio-queue---->faad decoder--->alsasink - ----->video-queue->vpudecoder ---->videosink
- Audio device is configured for processing 48000 samples per second.
- Senders clock is faster than receiver clock and i get this info by tracking the pcr value coming in the stream and receiver system clock. After 1 hour there is 8 second difference between sender and receiver clocks.
- So problem is sender is sending more samples in one seconds with respect to receiver clock due to this latency between sender and receiver is keep increasing with the time.