Nvidia Jetson Nano, superfast Kodi device?
#31
(2020-07-23, 16:46)hashtag Wrote:
(2020-07-23, 14:04)noggin Wrote: Are you able to advise a bit more on build process - particularly what CMake configuration you used (GL vs GLES, X11 vs Wayland vs GBM etc.)

Also how do you build/install libshairport?

Hi, thanks for giving it a try!

Jetson only have GLES support, and this particular rendered is for X11. I haven't tried GBM yet. CMake settings I used: 

Code:

-DCORE_PLATFORM_NAME=x11 -DX11_RENDER_SYSTEM=gles -DENABLE_INTERNAL_FFMPEG=ON -DENABLE_INTERNAL_FLATBUFFERS=ON -DENABLE_INTERNAL_FMT=ON -DENABLE_V4L2=ON -DENABLE_NVBUFFER=ON 

I installed most of dependencies from APT repository following Kodi guide. As per libshairport - you can install it also from APT. However, i think you had libshairplay on your mind.
I don't have it installed, and build works fine without it. You can try compile it from source.

There is a way, how Kodi build system compiles it. Seems like straight forward ./configure && make && make install process.

Thanks - yep - was confusing the two shair- things. I'd taken a punt on GLES and X11 - but may not have used the other flags.  Will try your cmake. I currently have mine building with guesses.
Reply


Messages In This Thread
RE: Nvidia Jetson Nano, superfast Kodi device? - by noggin - 2020-07-23, 17:45
Logout Mark Read Team Forum Stats Members Help
Nvidia Jetson Nano, superfast Kodi device?0