PC Viewer for NTR CFW's streaming feature
SDL2: https://www.libsdl.org/download-2.0.php
libjpeg-turbo: http://libjpeg-turbo.virtualgl.org/
ffmpeg(libswscale): http://ffmpeg.org/
GPLv3
OSX:
brew install sdl jpeg-turbo ffmpeg
make CONF=OSX
Linux:
apt-get install libsdl1.2-dev libjpeg-turbo8-dev libswscale-dev
dnf install SDL-devel turbojpeg-devel ffmpeg-devel
(or other equivalent methods to get these libraries installed)
cmake CMakeLists.txt
make
Windows:
Follow the guide in ffmpeg directory, then build this project with Visual Studio 2013.