Re: [Libxine-java-devel] Questions
Status: Beta
Brought to you by:
freckle
From: Matthias R. <mri...@in...> - 2008-06-27 10:21:48
|
Hi Claudio > > Hi! > I'm using libxine-java to write a broadcast program. > I didn't found any documentation on how to use the bindings. > How should i go? Do you reccomend me any examples to look. On http://libxine-java.ringwald.ch/?n=Main.Example I've put a simple example on how to play a movie. > > > For example: > -put a logo on the screen for a while You can show a logo similar to showing a video. Just pass the MRL to the logo, wait, and go on. > -Show the system time For this you can use the OSD part of xine, but I've not played with it so far. I will try to use. > > -start playing a movie from any point in the stream. Just find out, which xine function you have to call for positioning. See the code in XineController on how to call native xine methods. I will add a method to XineController soon. thanks for the feature request. :) matthias |