Hi,
First post here. i noticed that the old qtKit implementation of ofVideoPlayer is a lot faster than the current one. i can track it to that it directly stream the data to a texture instead of making a copy
OFXQTVIDEOPLAYER_MODE_TEXTURE_ONLY
Any thoughts on getting this functionality in the core library?