I am writing a RTSP client in Android, but it does't work on emulator.
it based on the default RTSP stack on froyo. I am able to receive the Responses for all the requests.
Fromlog, I find that it fails in PLAYER_INIT with PVMFFailure.
I have searched on website, all say that emulator firewall block UDP.
So i want to know is there any way to disable the emulator firewall, or other way to make it work on emulator.
thanks!


