Yasem (Yet Another Stb EMulator) is an IPTV Set-Top-Box emulator for desktop platforms. It may be used to load IPTV portals to watch internet TV or for developing such portals using build-in developer tools from WebKit (like in Chrome/Chromium).
YASEM is free software licensed under the term of GPL v2. Some of its components may be licensed under different terms.
Yasem distributed with plugins (by default they all will be downloaded and built):
- yasem-core - Core module (executable file).
- yasem-sdk - SDK library. Both core and libraries are statically linked with SDK.
- yasem-desktop-gui - GUI for desktop OS.
- yasem-web-browser - Web browser component.
- yasem-ini-datasource - A simple datasource plugin that stores data in ini files (used only by some plugins).
- yasem-qt-mediaplayer - A QMediaPlayer-based player for Yasem. Used by default.
- yasem-web-gui-plugin - A simple html/javascript based UI.
- yasem-mag-api - Implementation of JavaScript API of MAG-250/AuraHD STBs (and other MAG-XYZ STBs).
- yasem-dunehd-api - Implementation of JavaScript API of DuneHD STBs. Not very useful yet.
- yasem-qtav-mediaplayer - QtAV-based player.
- yasem-web-server - A simple web server that can be used to load local files via http://.
- yasem-tray-icon - A simple plugin that shows an icon in system tray.
- yasem-google-analytics - Google Analytics plugin that reports some information of a system.
git clone --recursive https://github.com/mvasilchuk/yasem.git
cd yasem
qmake
make
to run
cd bin
./yasem
You may also change output directory by passing variable YASEM_OUTPUT_DIR to qmake
qmake YASEM_OUTPUT_DIR=/destination/directory
It may be difficult for some users to build yasem-qtav-mediaplayer plugin (especially on Windows), because it requires to get libav or ffmpeg sources, QtAV sources and some work to copy all required libaries into Yasem output folder. In this case you can make yasem without QtAV media player plugin. To do that open yasem.pro, find variable SUBDIRS and remove line plugins/yasem-qtav-mediaplayer from the list of subprojects.
- Qt 5.2+ (5.5 is recommended) with Webkit support;
- C++11 compatible compiler (tested with GCC and Clang);
- yasem-qtav-mediaplayer
- QtAV (patched version, included into yasem-qtav-mediaplayer submodule). See QtAV requirements.
- yasem-mag-api
- qca for qt5 (optional) - software remote controls support (compatible with MAG 250).
Linux/*nix only:
- cifs-utils & smbtree - for SAMBA support;
- sudo with no-password option for "mount" command - to mount network shares (SAMBA);
WARNING: Some functionality may not be available with Qt version less than 5.5
sudo apt-get install libavutil-dev libavformat-dev libavcodec-dev libswscale-dev portaudio19-dev libopenal-dev libavresample-dev libva-dev libxv-dev libass-dev
then follow "How to compile" block.
Install yasem from AUR:
yaourt -S yasem-git
- Download and install the latest version of Qt and QtCreator.
- Download yasem from this repository and open it in QtCreator.
- If you want to build Yasem with QtAV media player:
- Download libav or ffmpeg.
- Read QtAV's How to build/Setup The Environment manual and configure build environment in QtCreator.
- If not, open yasem.pro, find variable SUBDIRS and remove line plugins/yasem-qtav-mediaplayer from the list of subprojects.
- Build and run yasem.
-
Make sure you have clang installed.
-
Get and install Qt 5.
-
Get yasem sources.
-
Since QtAV in OS X is not supported by YASEM yet, you can build YASEM with Qt player only. To do that open yasem.pro, find variable SUBDIRS and remove line plugins/yasem-qtav-mediaplayer from the list of subprojects.
-
Run
qmake make
That should be enough. If video can't be played make sure you have all required codecs installed.
By default all app files are packed into a bundle. If you want to get all files separately (like in other OS) add option CONFIG-=app_bundle to qmake.
There is a simple configuration dialog, but in most cases you'd better change configuration files in ~/.config/yasem (C:/Users/User/AppData/Roaming/yasem on Windows).
To make YASEM portable just create config directory next to yasem's binary. All settings and profiles will be stored there.
You can use some of command line options:
--fullscreen - to run App in fullscreen mode.
--developer-tools - to open developer tools on start.
--verbose - Print extra log information in Release mode (only Linux and OS X).
--log=<file name> - Write log in a file. If you don't see a log file, make sure you have write access to a file and/or directory.
You also may open developer tools anytime from yasem's main menu.
Bitcoin: 1J1r4Ed5v76ym2o52bfY9MZ9XzTuDn4Yjo
Copyright © 2013-2015 Maxim Vasilchuk [email protected]