Re: FFMPEGMediaPlayer not playing mp3 under Windows
Posted by klubi on Oct 15, 2014; 2:10pm
URL: https://forum.jogamp.org/FFMPEGMediaPlayer-not-playing-mp3-under-Windows-tp4033352p4033362.html
I followed the installation description and set up a jogl project in Eclipse as described.
My "player" project depends on the jogl project. Seems pretty simple, but I will check this evening. Maybe I forgot something, you never know. Is there some cool way how to verify the joal installation (other than CrossFadePlayer)? I gues some simple wav tutorial should do it. Again, will check later this evening.
After deploying the libav libraries to some folder, I specified this folder as the Native libraries folder under the jogl entry (jogl as the required project on the build path in my "player"). I'm not sure about this procedure, but it does not seem to be the problem as GLMediaPlayerFactory loads all the other native libraries (avcodec, avformat, ...). Or am I missing something?
Martin