- Stream playlists from Spotify (Spotify Premium required).
- Search and stream audio from Google Play Music (free and paid tiers).
- Search and stream audio from YouTube.
- Search and stream audio from SoundCloud.
- Search and stream Internet radio stations with Dirble.
- Search and stream audio from Plex servers.
- Cast cloud music to your Chromecast devices.
- Playback of local media files (mp3, mp2, mpa, m2a, aac, ogg/vorbis, opus, wav, aiff, and flac).
- Icecast/SHOUTcast streaming LAN server (mp3) (experimental).
- Icecast/SHOUTcast streaming client (mp3, aac, and opus).
- Daemon and command line modes (no GUI).
- MPRIS D-BUS v2 media player remote control interface (basic controls only).
- Based on Tizonia's own OpenMAX IL-based multimedia framework. That means, no gstreamer, libav, or ffmpeg dependencies.
- 'libtizonia' : OpenMAX IL 1.2 component framework
- A C library for creating OpenMAX IL 1.2 plugins (encoders, decoders, parsers, sinks, etc, for audio/video/other).
- Full support for OpenMAX IL 1.2 Base and Interop profiles.
- 'libtizcore' : OpenMAX IL 1.2 Core implementation
- A C library for discovery and dynamic loading of OpenMAX IL 1.2 plugins.
- Support for all of the OMX IL 1.2 standard Core APIs, including OMX_SetupTunnel and OMX_TeardownTunnel.
- 'libtizplatform' : OS abstraction/utility library
- A C library with wrappers and utilities for:
- memory allocation,
- threading and synchronization primitives,
- evented I/O (via libev)
- FIFO and priority queues,
- dynamic arrays,
- associative arrays,
- small object allocation,
- config file parsing,
- HTTP parser,
- uuids,
- etc..
- OpenMAX IL 1.2 Resource Management (RM)
- 'tizrmd' : a D-Bus-based Resource Manager daemon server.
- 'libtizrmproxy' : a C client library to interface with the RM daemon.
- Spotify streaming service client (libspotify),
- Google Play Music streaming service client (based on gmusicapi),
- YouTube audio streaming service client (based on pafy),
- SoundCloud streaming service client (based on soundcloud-python),
- Dirble internet radio station directory (Dirble REST API + libcurl)
- Plex server client (based on plexapi),
- Chromecast renderer (based on pychromecast),
- mp3 decoders (libmad and libmpg123),
- mpeg audio (mp2) decoder (libmpg123),
- Sampled sound formats decoder (various pcm formats, including wav, etc, based on libsndfile)
- AAC decoder (libfaad),
- OPUS decoders (libopus and libopusfile)
- FLAC decoder (libflac)
- VORBIS decoder (libfishsound)
- PCM renderers (ALSA and Pulseaudio)
- OGG demuxer (liboggz)
- WEBM demuxer (libnestegg)
- HTTP renderer (i.e. ala icecast, for LAN streaming)
- HTTP source (libcurl)
- mp3 encoder (LAME),
- a VP8 video decoder (libvpx),
- a YUV video renderer (libsdl)
- general purpose plugins, like binary file readers and writers
- etc...
- Test execution framework to build and test arbitrary OpenMAX IL graphs (tunneled and non-tunneled) using a custom, easy-to-write XML syntax.
- Skema's Github repo: http://github.com/tizonia/skema
- Skema's documentation is located in Tizonia's wiki: https://github.com/tizonia/tizonia-openmax-il/wiki/Skema