I’m trying to play a youtube 3gp video using media.playVideo() but the video player keeps crashing on startup. On the simulator it works fine but on an iPhone 4S, iPhone 5 and iPad 3 it crashes without being able to start the video.
My code is rather simple too so I can’t figure out what could be causing this:
media.playVideo(‘rtsp://v8.cache1.c.youtube.com/CigLENy73wIaHwm4pMZdrDxvXhMYDSANFEgGUgx1c2VyX3VwbG9hZHMM/0/0/0/video.3gp’, media.RemoteSource, true)
Anyone having the same problem?