Check this out:

Attachment: binM31gFMty7d.bin
Description: application/c

I compile it using this Makefile:

LDFLAGS=`pkg-config --libs gstreamer-0.10`
CFLAGS=`pkg-config --cflags gstreamer-0.10`
bach: bach.c

Here is some Bongo backend glue:

Attachment: binAmCZXndrHO.bin
Description: application/emacs-lisp


I wrote this because I couldn't find any good-looking and
nicely scriptable GStreamer-based media players.

(It might have been partly because I was a little fed up
with fighting pointless annoying obstacles --- such as the
ones abundantly provided by MPlayer and VLC.)

My thought here is that Bach could develop into a dedicated
backend media player for Bongo.  Since we have full control
over the source code, of course, we can make it do whatever
we want it to!

Here are some ideas:

 * When Bach is playing video, it could inherit key bindings
   from Emacs (especially from Bongo).  For example, we could
   make sure that the visual seeking interface in Bongo share
   its key bindings with Bach.

 * Bach could let Bongo know when it plays a video stream.
   Knowing that a video had been displayed, Bongo could then
   choose to stop playback.  (Daniel Jensen once wrote a
   hack to do this by matching file types.)

 * Here's a cool one:  We could implement crossfading! :-)

 * Now consider streaming media.  We would have enough
   control that we could implement full interactivity
   between Bongo and Bach in that area.  Bongo could easily
   be made aware of the stream buffer status and dynamically
   changing stream metadata.

 * Finally, two words:  Error.  Messages.


What do you think?  Seem worthwhile?

Seem fun?


-- 
Daniel Brockman <[EMAIL PROTECTED]>
_______________________________________________
bongo-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bongo-devel

Reply via email to