Simple cross-platform Alloy Widget for Titanium Mobile, plays streaming YouTube video with native Ti.Media.VideoPlayer.
Based on prior art by Dawson Toth.
Usage:
Copy widgets/ytPlayer to your local Ti project widgets/ folder.
Be sure to update your project's config.json file, add "ytPlayer": "1.0" to "dependencies".
In your controller:
// call method .play(), pass YouTube ID of video to play
Alloy.createWidget('ytPlayer').play('BXb5zeaaZss');
See sample app.
That's it!