Questions tagged [vlcj-javafx]

7 questions
2
votes
0 answers

VLCJ Player stop playing properly because computer goes to sleep

When playing a long video using vlcj's EmbeddedMediaPlayer instance, the computer enters a locked or (depending on my configuration) sleep mode while the video is playing. Unlocking or waking up the computer often causes failures in the…
Factor Three
  • 2,094
  • 5
  • 35
  • 51
2
votes
0 answers

VLCJ code not compiling with latest vlcj-javafx jar

I am attempting to run the VLCJ JavaFX demo program that is provided at https://github.com/caprica/vlcj-javafx-demo/blob/master/src/main/java/uk/co/caprica/vlcj/javafx/demo/VlcjJavaFxApplication.java I am running this program on a Windows 10…
Factor Three
  • 2,094
  • 5
  • 35
  • 51
1
vote
3 answers

How to choose video quality in VLCJ?

At the moment I'm using this HLS stream for testing: https://cph-p2p-msl.akamaized.net/hls/live/2000341/test/master.m3u8 Very often the VLCJ player playing video starts at 144p quality which is bad. If after that start the video again, then the…
Dmitriy
  • 375
  • 1
  • 18
0
votes
1 answer

How to run vlcj in a separate thread in background just to calculate the duration of the media file

I am making a media player using Javafx and VLCJ. The app contains a list view in which all the Media files. i.e. audio and video that the user selected are listed. Its like a playlist. I want to show the total Play time of the entire playlist. I…
Chrishdev
  • 1
  • 2
0
votes
0 answers

How to reduce VLCJ memory and CPU consumption when playing hls?

My javafx application has 6 small windows and one large one. Each plays hls using VLCJ. From time to time the picture freezes on some windows, so I want to somehow reduce the consumption of players on the PC. How can i do this? In 6 small windows, I…
Dmitriy
  • 375
  • 1
  • 18
0
votes
1 answer

How to do a real rewind/fast forward using VLCJ

In my VLCJ application, I would like to implement a rewind and fast forward function similar to the functions provided on streaming services like Netflix or Amazon. My application will eventually (hopefully) be run on smart TVs, so having that…
Factor Three
  • 2,094
  • 5
  • 35
  • 51
0
votes
1 answer

Seek and reverse seek in a VLCJ application

I am "seeking" the ability to seek forward and backwards on a video being played under vlcj. Information found in the documentation for vlcj API apparently refers to methods that no longer exist. Is there still a way to do a forward and reverse seek…
Factor Three
  • 2,094
  • 5
  • 35
  • 51