Simple MPEG Video Stream player, cross-platform, in java, via NetBeans + Swing?
- by DanM
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…