> Just curious as I don't have time now to look deeply on that:
> Is it available as an external package one can load in a Pharo image?
> Does it requiere VM magics?
> 
> Hilaire

Well I'm not sure what you are asking for.  The Gstreamer stuff starts at: 

MCHttpRepository
    location: 'http://www.squeaksource.com/GStreamer'
    user: ''
    password: ''

You need a plugin and the GStreamer underpinnings install in your operating 
system. If you have
have a linux box  that is  easy.  If you have a mac, you could use MacPorts to 
install GStreamer and 
I could give you a plugin I built for test purposes. 

As for the Sophie stuff, well it uses FFI for talking to Quicktime, there is an 
optional quicktime plugin
but all that is used for is to let quicktime tell us when it has rendered a 
frame into a squeak surface 
so we can signal a squeak semaphore to draw the surface to the Display.  The 
fall back is to 
do a fixed frame rate drawing cycle, which is what happens on Windows. 

The Sophie player of course uses Tweak as a reference base, but could be 
converted to some other 
UI framework. 

===========================================================================
John M. McIntosh <[email protected]>   Twitter:  squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================





_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to