vlcj Questions

1

Solved

I am trying to combine JavaFX, Spring Boot and VLCJ using JPMS modules. Without Spring Boot, things work fine with this in my module-info.java file: module myapplication.module { requires javafx....
Opine asked 6/9, 2019 at 14:33

2

I am trying to play a video on Java FX components but not able to play. I know how to play a video in swing using vlcj but when I am trying the same I am not able to do so in javafx @Override pu...
Bluster asked 9/9, 2015 at 9:39

5

Solved

Update: Since the media side of JFX has been open sourced, I've looked into this myself and it is indeed possible, but requires changing and rebuilding the JFX source (both Java and C parts.) The ...
Kampala asked 16/11, 2011 at 14:27

4

Solved

I am trying to get VLCJ working on Mac and PC. It works fine under Windows 7 (64bit) but when I try to run it on my Mac it crashes. I am pointing to the correct directory for the VLC dylib files bu...
Pallbearer asked 12/11, 2012 at 9:24

2

I am trying to make use of libVLC python bindings to play files after reading them into memory. I have the following code that reads a valid video file into the memory. I need to now play the video...
Kaltman asked 26/10, 2013 at 4:24

2

I have developed a video chatting application,but the video is displayed with high latency.video is streamed over rtsp.how to reduce the delay in playing the rtsp stream?
Rhoea asked 29/5, 2012 at 4:27

1

I'd like to ship a self-contained java app using vlcj and read the SAQs (http://code.google.com/p/vlcj/wiki/SAQ) which suggested this was possible if one ships all of the shared objects or DLL's fo...
Collis asked 26/2, 2013 at 2:9

4

I am an average java developer and i am trying to come up with a browser that is developed entirely in java. I want that my browser must be able to play youtube videos, and for that i was planning ...
Zareba asked 23/2, 2011 at 4:18

2

Solved

This is probably a simple question but I'm currently working with vlcj to make a video player for a project. I have a basic player working but only when I have the VM arguement -Djna.library.path=...
Cholent asked 27/5, 2012 at 13:25

1

Solved

I am attempting to run VLCJ test jar from command line. VLCJ requires two external JARs jna.jar platform.jar If I put those jars in the same directory as the executable jar I am attempting to r...
Shannon asked 25/2, 2012 at 0:23

5

Solved

I want to launch my VLC player through a Java program, can any one help me? Thanks in advance.
Zahavi asked 24/8, 2011 at 7:23

3

Solved

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 specific suitable action. I run VLC by this code : try { Runtime r...
Waken asked 22/9, 2010 at 10:40

3

Solved

I'm developping my first Java application which actually needs a 3rd party package and now I'm lost as to how to actually use it. The packages I need are from VLCJ so that I can embed a media playe...
Etana asked 16/6, 2011 at 15:11
1

© 2022 - 2024 — McMap. All rights reserved.