Hi, I am coding a video player using android as backbone to play udp multicast streams. The stream can be played without any problem. However, when I try to stop the stream by calling LibVLC.stop() or AudioServiceController.getInstance().stop() the system freeze and ANR dialog pop-up. This is not al...