Hello all,
Trying to build a very simple video player component in a JPanel (or something similar) to sit in a swing app, connect to an mpeg (or, really, anything VLC can output) video stream, and play it. Don't need any controls or anything -- just a live connection to the video stream.
It has to be cross-platform -- at least Mac and Windows (linux would be a nice bonus, but not necessary).
I'm developing in NetBeans, so any specifics regarding that would be extra-helpful.
JMF? Xuggler? Help! Thanks.