Popularity
5.6
Stable
Activity
9.1
-
1,137
38
210

Programming language: C++
License: GNU General Public License v3.0 or later
Tags: Media Streaming     Multimedia Streaming    
Latest version: v1.9.2

Gerbera alternatives and similar software solutions

Based on the "Multimedia Streaming" category.
Alternatively, view Gerbera alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Gerbera or a related project?

Add another 'Multimedia Streaming' Software solution

README

Gerbera - UPnP Media Server

Current Release Build Status Docker Version Documentation Status IRC

Gerbera is a UPnP media server which allows you to stream your digital media through your home network and consume it on a variety of UPnP compatible devices.

Pull requests are very welcome and reporting issues is encouraged.

Documentation

View our documentation online at https://docs.gerbera.io.

Features

  • Browse and playback your media via your network on all kinds of devices.
  • Web UI with a tree view of the database and the file system, allowing to add/remove/edit/browse your media
  • Metadata extraction from MP3, OGG, AAC, M4A, FLAC, JPG (and many more!) files.
  • Media thumbnail support
  • Highly flexible media format transcoding via plugins / scripts
  • Automatic directory rescans (timed, inotify)
  • User defined server layout based on extracted metadata
  • Supports last.fm scrobbing
  • On the fly video thumbnail generation
  • Support for external URLs (create links to internet content and serve them via UPnP to your renderer)
  • Runs on Linux, BSD, Mac OS X, and more!
  • Runs on x86, ARM, MIPS, and more!

Installing

Head over to the docs page on Installing Gerbera for instructions on how to install Gerbera.

Building

Visit our docs for instructions to Compile Gerbera or Compile latest Gerbera.

Quick start build instructions:

git clone https://github.com/gerbera/gerbera.git
mkdir build
cd build
cmake ../gerbera -DWITH_DEBUG=YES
make -j4
sudo make install

Dependencies

Library Min Version Recommended Latest tested Required? Note Default
libupnp 1.14.0 1.14.12 1.14.12 XOR libnpupnp pupnp
libnpupnp 4.1.2 4.1.5 4.1.5 XOR libupnp npupnp Disabled
libuuid Depends on OS Not required on *BSD
pugixml Required XML file and data support
libiconv Required Charset conversion
sqlite3 3.7.0 3.35.5 3.36.0 Required Database storage
zlib Required Data compression
fmtlib 7.1.3 7.1.3 8.0.1 Required Fast string formatting
spdlog 1.8.1 1.8.5 1.9.2 Required Runtime logging
duktape 2.1.0 2.5.0 2.6.0 Optional Scripting Support Enabled
mysql Optional Alternate database storage Disabled
curl Optional Enables web services Enabled
taglib 1.12 1.12 1.12 Optional Audio tag support Enabled
libmagic Optional File type detection Enabled
[libmatroska] 1.6.3 1.6.3 Optional MKV metadata Enabled
ffmpeg/libav Optional File metadata Disabled
libexif Optional JPEG Exif metadata Enabled
libexiv2 v0.26 v0.27.5 Optional Exif, IPTC, XMP metadata Disabled
lastfmlib 0.4.0 0.4.0 0.4.0 Optional Enables scrobbling Disabled
ffmpegthumbnailer 2.2.0 2.2.2 Optional Generate video thumbnails Disabled
inotify Optional Efficient file monitoring Enabled

Licence

GPLv2

Copyright (C) 2005
   Gena Batyan <bgeradz at mediatomb dot cc>
   Sergey Bostandzhyan <jin at mediatomb dot cc>

Copyright (C) 2006-2008
   Gena Batyan <bgeradz at mediatomb dot cc>
   Sergey Bostandzhyan <jin at mediatomb dot cc>
   Leonhard Wimmer <leo at mediatomb dot cc>

Copyright (C) 2016-2021
    Gerbera Contributors

[libmatroska]: https://github.com/Matroska-Org/libmatroska, requires https://github.com/Matroska-Org/libebml