I've been playing around with the iOS VLC client and trying to get it to play a multicast stream via RTP.
The actual playback works fine, but when I click on the "Done" button, the app hangs and stops responding.
I downloaded/compiled the source code and it does seem to work properly on the simulator. I can repeatedly close and re-open the stream with no problems at all.
When I try and debug on the actual device, I see the exact same behavior that I see in the store version. Pressing the "done" button results in the app hanging up without any exception being thrown.
Is this a known issue with RTP/Multicast?
Thanks,
-JB