YUNPM - a Java Media Player

Is there any source code for this available for download? Or an easy way to modify the VideoPlaybackTest class? I’d like to take a look and mess around with the options a bit.

The source code is included in the jar files.

Version 0.8.8 of YUNPM

Changes

  • Made streaming in video frames fully asynchronous, shaving off 4ms per video frame
  • Fixed volume control, bug in mouse-wheel handling (that nobody noticed this is telling :point:)

The only part of the library that is blocking now is glTexImage2D, which is about 2.2ms per 1920x1080 frame - which can be offloaded to a PBO, but only really matters if you have more to do than rendering that video.

Download files

Version 0.8.8 of YUNPM

Changes

  • Made streaming in video frames fully asynchronous, shaving off 4ms per video frame
  • Fixed volume control, bug in mouse-wheel handling (that nobody noticed this is telling :point:)

The only part of the library that is blocking now is glTexImage2D, which is about 2.2ms per 1920x1080 frame - which can be offloaded to a PBO, but only really matters if you have more to do than rendering that video.

Download files

I’m glad you’re still maintaining this project. I will definitely be using it if I ever need it!

I’m glad you’re still maintaining this project. I will definitely be using it if I ever need it!

Version 0.8.9 of YUNPM

Changes

Download files

Version 0.8.9 of YUNPM

Changes

Download files

That’s some impressive code. I just spent an hour perusing through it :slight_smile:

That’s some impressive code. I just spent an hour perusing through it :slight_smile:

A new update in less than 24h, impressive!

A new update in less than 24h, impressive!