bangnoise/ofxHapPlayer

AVFoundation-based player?

Closed this issue ยท 16 comments

Not really an issue per se, but more of a question: have you done any work on, or know of anyone who's been tackling, an AVFoundation-based Hap player for OF?

No but would welcome a pull request. https://github.com/Vidvox/hap-in-avfoundation would be a useful start.

Thanks for the quick reply. Yes, I've been looking through the test app code but I'm a little out of my element here ๐Ÿ˜ฎ

Going to leave this open because it will have to happen before OF 0.9, cheers

Ah sorry, didn't mean to jump the gun ๐Ÿ‘

This is also relevant to OF0.9 for the 64 bit updates to windows. There appears to be a direct show version so that it is no longer stuck at 32 bit due to quicktime limitations

pull requests for Windows or OS X are very welcome

@bangnoise I know you might not have had any direct involvement with the directshow codec development so im asking more to get a better understanding of how the addon works. Is there more to it than updating the texture and shaders when there is a new frame? My hunch is to port the ofDirectShowVideoPlayer in the ofcore and alter the functions to incorporate this methodology but I figure better to get it straight from the horses mouth incase there is something I'm missing.

@DomAmato I've just looked over the DS codec and ofDirectShowVideoPlayer and yep, this seems a good direction - avoiding the conversion to RGB step that ofDirectShowVideoPlayer does, obviously. I don't know much at all about DirectShow playback, so I may be missing all sorts of obvious things...

so the guys over at second story beat me to it,

https://github.com/secondstory/ofxDSHapVideoPlayer

I will port this over so that things can be in one addon

that would be amazing ๐Ÿ‘

Hi! Is there any news on this into v0.9.0? It would be amazing to have this add on into 64bits and being able to load videos asynchronously in OSX enviroments with AVFoundation!
Thanks!
D!

no news, pull requests welcome
On Tue, 22 Dec 2015 at 15:24, Diego Mellado notifications@github.com
wrote:

Hi! Is there any news on this into v0.9.0? It would be amazing to have
this add on into 64bits and being able to load videos asynchronously!
Thanks!
D!

โ€”
Reply to this email directly or view it on GitHub
#7 (comment)
.

Going to start work on an AVFoundation version for OSX soon

That would be awesome

On 12/07/2016 6:26 PM, Tom Butterworth wrote:

Going to start work on an AVFoundation version for OSX soon

โ€”
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#7 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAvXisKNfS3AhbY9LpVy5xZN6L7L_8qFks5qU85MgaJpZM4D6WQC.

Closing this, see the libavformat branch (which will be merged to master soonish)