GLMediaPlayer example without shader

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

GLMediaPlayer example without shader

paolofuse
Is it possibile to see a simple example about GLMediaPlayer without using shader but simply displaying a Texture with glBegin(GL2.QUADS)?
I run correctly MovieSimple demo but I want to understand the use of GLMediaPlayer without shader.
Thanks.
Reply | Threaded
Open this post in threaded view
|

Re: GLMediaPlayer example without shader

gouessej
Administrator
It would be helpful for me too.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: GLMediaPlayer example without shader

paolofuse
At the end I wrote a porting of gstreamer-java, based on Processing video library, and I use this library for playing video. It's more simple to use.
Reply | Threaded
Open this post in threaded view
|

Re: GLMediaPlayer example without shader

gouessej
Administrator
It uses an obsolete version of GStreamer under the hood.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: GLMediaPlayer example without shader

paolofuse
Yes, I know. But it works without problems.
I tried GLMediaPlayer with many videos, most of all have a freeze at the beginning, others don't have audio synchronization. So I decided to use Gstreamer.
Reply | Threaded
Open this post in threaded view
|

Re: GLMediaPlayer example without shader

gouessej
Administrator
Gstreamer doesn't support high definition videos with some formats (including OGV), it freezes from the very beginning, I wrote a bug report about that. Therefore, telling that it works without problems is completely wrong. It works without problems in your particular use case.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: GLMediaPlayer example without shader

Sven Gothel
Administrator
In reply to this post by paolofuse
On 10/19/2015 11:57 AM, paolofuse [via jogamp] wrote:
> Yes, I know. But it works without problems.
> I tried GLMediaPlayer with many videos, most of all have a freeze at the
> beginning, others don't have audio synchronization.

Please file a bug report describing this issue in detail
so we can reproduce it.

On the other hand, ofc .. everybody their own tool :)

~Sven



signature.asc (828 bytes) Download Attachment