Page 1 of 1

JVLC - get Meta Data out of streams

Posted: 15 Jul 2009 17:04
by HorstAusPrag
Hello everybody,

I didn't find an own section for jvlc, so I post here. My problem is as follows:
I'm using jvlc to play shoutcast streams, everything works fine. Now I want to show the actually played title and artist, but I just can't find the needed function to get this meta-data. I know, that vlc can do it (vlc_meta.h...) but how to access it in Java?
Maybe somebody can give me hint?

Greets

Re: JVLC - get Meta Data out of streams

Posted: 16 Jul 2009 09:54
by HorstAusPrag
An addition to my question:
Which function would I have to use, when using "libvlc"? Maybe I have to do the binding on my own.
The access_http plugin shows the new title-information during playback. There? Somewhere? :?:

Greets