rockcarry / fanplayer

A portable video player based on ffmpeg for windows and android platform.
GNU Lesser General Public License v3.0
606 stars 161 forks source link

linux平台要怎么玩 #47

Closed FlyLu closed 3 years ago

FlyLu commented 3 years ago

大佬,请问下,linux平台需要自己移植哪几部分

rockcarry commented 3 years ago

adev + vdev 就可以了

FlyLu commented 3 years ago

没有单独的移植文件吗,提供一套hal层相关抽象的接口

FlyLu commented 3 years ago

我有一个嵌入式的带屏幕的板子,想搞一套音视频的播放器

rockcarry commented 3 years ago

嵌入式 linux 要自己做移植,ffmpeg 的 avdevices 里面有 fbdev ,应该是 framebuffer 设备,可以试下是否直接能用。