Skip to content
Advertisement

Tag: vlcj

How to enable/disable subtitles in a VLCJ application

In the VLC media player, it is possible to disable subtitles. It is unclear how to do that programmatically using VLCJ. I have searched the Internet for information on how to do this, and could not find any information based on the current version of VLCJ. I did find some information, but the solutions shown are using API calls that

Is webcam detection still supported vlcj-4.7.3

Is webcam detection still supported? The MediaDiscovererTest.java file does not seem to detect any capture devices. (win/mac) It seems to me that the device detection was working with earlier versions of vlcj on MAC webcam-capture driver for vlcj VLC is able to detect the capture devices. Thanks in advance for your help. #edit1 Using the following code in vlcj-4.7.3 does

VLCJ pro – Implementation of NativeLog

I am trying to build an application that can open an IP camera stream, and if there are failures in that stream, the application should be notified of the nature of the failure, depending on which it takes necessary action. I got this to work pretty well with VLCJ. But since I may encounter situations wherein I detect a failure

Advertisement