Re: VO: Description: Null video output
Reimar Döffinger <[email protected]> Fri, 25 Mar 2022 20:21:30 +0100
| Newsgroups | gmane.comp.video.mplayer.user |
|---|---|
| Message-ID | <[email protected]> |
> On 25 Mar 2022, at 00:26, Craig Jameson <[email protected]> wrote: > > I am attempting to install mplayer in a user account. The audio works. > But, no window opens to play video. This is the same for mp4 files and > webm files. > > using /dev/fb0 > Can't open /dev/fb0: Permission denied > [fbdev2] Using device /dev/fb0 Others have made similar comments, but the shorter version is: this looks like a MPlayer compiled without x11, xv or gl (or even libSDL) support. Check you have X11 and OpenGL development headers installed when compiling, possibly also libSDL. An explicit "-vo gl" when running might be good.