Video on Terminal with Orange Pi

Hi,

I created an image with buildroot for Orange pi Lite. It is working good. I want to play a video on terminal. Some sources says, you can use libvdpau. But when I want to play video with " mpv --vo=vdpau --hwdec=vdpau --hwdec-codecs=all /mnt/video.mp4" , it gives an error like [v0] Video output vdpau not found! . What is the problem, How can I fix?

I found it. Firstly I checked video outputs with mplayer -vo help then I used to sdl output. Now it is working good with mplayer -vo sdl /mnt/init.mp4

Hi,
Which config file did you use for compilation?
Could you please share it and the steps (if anything different).

Thanks,
Pronoy