Re: How to use GLMediaPlayer FFMPEG

Posted by Danny02 on
URL: https://forum.jogamp.org/How-to-use-GLMediaPlayer-FFMPEG-tp4026567p4026577.html

Hi again so I understand that the media player is just a proof of concept kind of thing, but because I'm curiouse about it I till want to get it to run^^

So I tried to install libav but first had to remove ffmpeg(have ffmpeg-compat package?)
With libav installed(but ffmpeg removed) the media player starts up but still can't play a video file, because ffmpeg is missing :D

OK: Unresolved symbol <avcodec_open2>, but has alternative <avcodec_open>
OK: Unresolved symbol <avcodec_decode_audio4>, but has alternative <avcodec_decode_audio3>
OK: Unresolved optional symbol <avformat_free_context>
OK: Unresolved symbol <avformat_close_input>, but has alternative <av_close_input_file>
Fail: Could not resolve symbol <avformat_open_input>: not optional, no alternatives.
FFMPEG: Not Available

so as I said I'm running fedora 17 which packages do I need excatly to run this?