Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Guenter Bartsch <bartscgr@st...> - 2001-04-04 11:11:42
|
Hi Anuj, On Tue, 3 Apr 2001, Anuj Dev wrote: > we at jamby are developing the FreedomController, say a > video magazine using napsterlike subscriptions) sounds quite interesting, unfortunately I didn't see much on your web page, I don't have flash installed here. Could you give me some more details about it? Is it free of charge and free software? > which is in > beta now for win32/mac/osx platforms (see > http://www.jamby.net/beta) i'm trying to get the beast working > under X11, for which i needed a "x11 media player" , and > came around xine. What a great player you guys have made > (honestly serious): fast, very good lip sync, open .... thanks :) Our goal is definitely to build a (re-)useable x11 media player, yes. what stream formats do you intend to use for your project? mpeg? > Thankgod that the roadmap already talks of a more lib like > aproach in 0.5, so i was wondering what the status is of a > library approach? we are heavily working on it. I'm currently reviewing the whole xine code, cleaning up the interfaces, throw out all the global variables ... looks good and hopefully gives us (besides more readable) more stable code. Daniel is working on the split-up from the automake-side and he sais he's nearly done with it, so you'll see three new modules in xine-CVS soon: - libxine : the xine "engine", including mpeg2dec, ac3dec, input plugin handler/loader, demultiplexers, win32/avi code - xineoutput : audio and video output drivers for xine, currently for alsa/esd/oss (audio), x11 (video) we're planning to support things like framebuffer devices and hardware decoder cards, but that'll take some time - gui each should have clean interfaces and it should be possible to replace each one by a specialized version (I guess you'll replace the gui and/or output routines to embed xine in your application). remember that this code is GPLed (not my favourite license, but it's the choice of the mpeg2dec/ac3dec developers so we have to use it. Because the GPL is a virulent license this will probably mean that whatever you build on top of xine will have to be GPLed too. > can i help? any help is appreciated. as soon as I'm finished with my review (hopefully very very soon ;)) andf we have the three modules in CVS the code should bevery modular and diferent developers could work on different parts of it (that was a problem with the current "hackish" design). Perhaps you want to work on something like a gtk/gnome gui or a gtk xine widget ? cheers, Guenter -- time is a funny concept |