I'm using MobileVLCKit (pod "MobileVLCKit-prod"), everything works well on my iPhone/iPad except the airplay mirroring.
To stream the video on my Apple TV I just add an UIView to the external screen detected and then use this UIView as MediaPlayer.drawable.
Audio works fine but video is slow (stuttering). This happens also when I launch the app on simulator with an external screen (with all resolutions).
Is there any way to improve the video performance? I reproduce the video ONLY on external display, turning off my iOS device screen.
This happens streaming a remote video (h264) over http.
Thank you!