A
A
ArachnidSA2015-11-18 00:29:40
Java
ArachnidSA, 2015-11-18 00:29:40

javafx. How to launch vlcj player inside your application?

Hello.
I am doing a project on JavaFX, it is necessary that there are 2 tablets in the window and a player under them.
Please tell me how to add a vlcj player to my form, something doesn’t work for me.
I added a SplitPane to the main FXML and I'm trying to load the player into it, like this:

playerController = new VLCPlayerController();
        playerController.initialize(null, null);
        splitPane.getItems().add(0, playerController);

The code of the player itself was taken from https://github.com/caprica/vlcj-javafx and added to itself with minor modifications.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
ArachnidSA, 2015-11-19
@ArachnidSA

Solution here: http://ru.stackoverflow.com/questions/467259/How-to...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question