Re: [FFmpeg-user] ffplay using frame buffer

2018-03-22 Thread Moritz Barsnick
On Wed, Mar 21, 2018 at 07:57:02 +1300, 3djake wrote: > How do I compile ffmpeg so that ffplay can use /dev/fb0 for playback? You don't. It uses SDL. > ./configure --arch=armel --target-os=linux --enable-gpl --enable-omx > --enable-omx-rpi --enable-nonfree --enable-mmal --enable-ffplay > > It ap

[FFmpeg-user] ffplay using frame buffer

2018-03-20 Thread 3djake
Hello, How do I compile ffmpeg so that ffplay can use /dev/fb0 for playback? ./configure --arch=armel --target-os=linux --enable-gpl --enable-omx --enable-omx-rpi --enable-nonfree --enable-mmal --enable-ffplay It appears that the version of ffplay from the repository can use /dev/fb0 but the one