how to control VLC by java

前端 未结 3 2055
有刺的猬
有刺的猬 2020-12-06 03:35

I want to run a program called VLC in java and control it while running, for example if user clicked on ❚❚ or ►► button, I do a s

3条回答
  •  醉话见心
    2020-12-06 04:00

    Depending on what you want to ultimately accomplish maybe the gstreamer Java bindings are worth a look which will give you a very fine grained control about the playback. And you can do conversions and everything. They also have a minimalistic video player example application to get you started with.

提交回复
热议问题