Git Product home page Git Product logo

rygel's Introduction

What is Rygel?

Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling.

Important facts and features

  • Based on GUPnP.
  • Written largely in Vala language.
  • Provides APIs to ease the implementation of AV devices.
  • Export of on-disk media:
    • Tracker plugin.
    • MediaExport plugin: Recursively exports folders and files specified in the user configuration. This plugin supports all types of URIs that gio/gvfs and gstreamer can handle.
  • Export of media hierarchies provided by external applications through implementation of D-Bus MediaServer spec. Applications that utilize this feature are:
    • DVB Daemon
    • Rhythmbox
  • Export of GStreamer pipelines as media items on the network, specified through gst-launch syntax in the user configuration.
  • Audio and Video Transcoding: source format could be anything GStreamer's decodebin2 can handle but output formats are currently limited to: mp3, PCM and MPEG TS. Fortunately the transcoding framework is flexible enough to easily add more transcoding targets.
  • Standalone MediaRenderer plugin based on GStreamer playbin element.
  • Export of media players that implement MPRIS2 D-Bus interface, as MediaRenderer devices. Known implementing applications are:
    • Rhythmbox
    • VLC

Requirements

  • Build-time:
    • Core:
      • gupnp
      • gupnp-av
      • gstreamer
      • gio (part of glib source package)
      • libgee
      • libsoup
      • libmediaart
      • vala (not if building from release tarballs)
    • Preferences UI:
      • gtk+
    • MediaExport:
      • sqlite3
      • gupnp-dlna
  • Run-time:
    • Definitely needed:
      • gst-plugins-base
      • shared-mime-info
    • Might be needed (depending on your usage and media collection):
      • gst-plugins-good
      • gst-libav
      • gst-plugins-bad
      • gst-plugins-ugly

To build without gstreamer, use --with-media-engine=simple during configure time. This will also disable any plugins that use gstreamer.

References

rygel's People

Contributors

andrejz avatar askhl avatar aurisc4 avatar changwoo avatar d99roric avatar dmustieles avatar dooteo avatar enrico-br avatar ford-prefect avatar frandieguez avatar kanavin avatar krnowak avatar luisbg avatar mariobl avatar marv-cz avatar milocasagrande avatar mirosnik1 avatar murraycu avatar pbalasubramanian1 avatar pesder avatar phako avatar piotrdrag avatar prescott66 avatar ricotz avatar sunilmohanadapa avatar thanostx avatar tmtfx avatar yarons avatar ymyasoedov avatar zeenix avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.