Rygel progress in current master

Posted on by Jens
5

It’s been a while since I last blogged about Rygel. Many things have happened since, mainly in features and documentation.

Features

  • Exchangeable media engines: We’ve loosened the dependency on GStreamer a bit. While it is still our first-class transcoding and general media handling library, it is now possible to substitute it with other media processing libraries. A simple example is included in the source.
  • Change tracking. This is a feature introduced in the UPnP content directory specification version 3. It allows clients to, well, track the changes that happen on the server in detail for synchronization purposes. It’s implemented in the framework and as a demonstration in the MediaExport plug-in.
  • GStreamer 1.0 support. As the rest of GNOME, we transitioned to GStreamer 1.0.
  • Playlist support. Rygel now generates playlists for containers on-the-fly and the renderer framework supports automatic playback of them. The only format that’s supported currently is one of the two formats defined by DLNA, DIDL_S, which is just the same format that is used by UPnP AV to describe the media content on a server.
  • Playspeed support. A renderer now can announce that it supports different speeds and directions than normal forward playback.

API

There was another split-up into a renderer framework library and a specific implementation of a renderer using GStreamer which again may be used in your own programs. This is mainly due to the aforementioned change in media backend flexibility.

Otherwise we’re working on making the API easier to use from C and other languages through introspection.

Documentation

There’s been a lot of effort into extending our sparse documentation. It is currently concentrating on the API side of things but will be extended to a higher level as well soon.

Misc

  • There is an example now that implements a DLNA renderer which is running in full-screen
  • There are several examples for the most common init systems to run Rygel as a system service if wanted
  • A load of bugfixes
Posted in Uncategorized | Tagged DLNA, English, Gnome, Linux, OSS, rygel, UPnP | 5 Replies

Rygel + Transcoding on Ubuntu 12.10

Posted on by Jens
3

Update: As Jeremy points out, the update has been synched. All should be well now.

Update: This post only applies to the package on 12.10 and will be fixed when Ubuntu resyncs Rygel from Debian.

It seems that the Rygel package is missing some important files which renders the transcoding non-functional.

A work-around is to download the files from git.gnome.org/browse/rygel/tree/data/presets
and drop them into /usr/share/rygel/presets.

Posted in Uncategorized | Tagged DLNA, English, Gnome, UPnP | 3 Replies

Helium 0.6.0

Posted on by Jens
9

spacer Helium 0.6.0 is available. It mostly contains back-end changes, but  several user-visible changes as well:

Improved seeking

spacer


The handling of seeking in the player view has been improved. The area that reacts to the
seeking has been enlarged and the the flicking doesn’t steal the events anymore. A tool-tip will show the current seek position.

spacer Filtering

It is now possible to filter the list of media files. To activate the filter input, just drag down and pull the list at the top as in every other program on the device. By default the filtering will only work on the titles. This can be changed in settings to match against most of the other meta-data as well.

Debuggingspacer

It’s now possible to log the UPnP traffic to help debugging of interoperability issues. By default, the log file is written to MyDocs to enable easy transfer of the log files via mass storage mode.

Posted in Uncategorized | Tagged DLNA, English, N9, OSS, UPnP | 9 Replies

UPnP Hall of shame

Posted on by Jens
1

This XML snippet is from a LG TV:

ackDuration val="àý]Üž"/><CurrentMediaDuration val="àý

Duration is supposed to be a string representation of an integer. Well done, guys m(

Posted in Uncategorized | Tagged DLNA, English, N9, UPnP | 1 Reply

A common mistake in UPnP

Posted on by Jens
2

We get a lot of reports of UPnP AV clients not working properly with Rygel. It either isn’t seen by the client at all or does not show any content.

The reason is usually the same. People are not following the specs. Rygel seems to be one of the few UPnP-AV/DLNA server out there that implements a higher version of the UPnP-AV specification than :1. A lot of clients are explicitly testing for this version, ignoring higher versions although the UPnP standard states that higher version services need to be backward-compatible. (cf. UDA 1.1, section 1.2.2, last paragraph on page 10). Of course we can work around that – and we do, but the list of exceptions is getting longer and longer and to be honest I’m starting to get really annoyed of those fixes.

I expect that there will be more and more devices with higher versions now that DLNA has added features that require higher versions of the specification than :1. So pretty please get your clients fixed. And if you don’t want to, then don’t make it extra complicated to work around your bug. But really, fix it.

And please have a working support email address so I can complain directly. About every client author I tried to contact has bounced – and the rest ignored me.

Posted in Uncategorized | Tagged DLNA, English, Gnome, rygel, UPnP | 2 Replies

N9 PR1.3

Posted on by Jens
4

You might have noticed, there’s a new device update out; the changes relates to Rygel are rather small:

  • It fixes 100% CPU usage when encountered by DLNA clients that issue a massive amount of seek requests (GNOME Bug#662125)
  • Fixes the issue with XBox 360 that showed songs up to 5 times (GNOME Bug#664184)
  • A small memory leak when streaming transcoded audio
Posted in Uncategorized | Tagged DLNA, English, Linux, N9, rygel, UPnP | 4 Replies

Rygel split-up

Posted on by Jens
4

Following up on Murray’s “Rygel for a DLNA Player” proposal, I’ve made some of the suggested changes listed there which are now in master. These two new libraries have been added

  • librygel-core: This has been a long-standing TODO item. It was necessary to allow in-process use of the DLNA and UPnP knowledge coded in Rygel, allowing the creation of librygel-renderer (see below). On top of this there are other benefits
    • It will allow a Rygel version running on Windows without ugly libtool hacks for the plug-ins.
    • It simplifies the reuse of other parts of Rygel’s code, such as the transcoding HTTP server, in programs like Korva.
  • the new librygel-renderer: In essence this is the playbin plugin with a bit of API on top that simplifies the code necessary to create a renderer. It offers either a playbin element you can use in your code or wraps around an existing playbin.

In future we can extend this family of libraries by “librygel-browse” for remote content access and “librygel-control” for remote control.

To demonstrate librygel-renderer’s capabilities of converting an arbitrary media player based on GStreamer’s GstPlaybin2 into a proper UPnP/DLNA renderer, I have added librygel-renderer support to Totem. You can see the result in the following demo:

The first part of the video (using Sintel) shows how changes in local file playback are being reflected on the UPnP side. In the second part, I set a remote video (Big Buck Bunny) and control totem solely via UPnP, where play, pause, stop, controlling volume, seeking and getting the current playback position is working quite well.

This simple conversion is not a complete DLNA Player. It would need UPnP/DLNA server browsing capabilities for this, as stated in the proposal (In general. Totem can access these servers via its Grilo plug-in).

Of course, with Totem being a complex, mature piece of software, some things don’t work yet:

  • Volume changes in Totem aren’t reflected via UPnP
  • It is not possible to initiate a remote play-back until Totem has an item in its playlist
  • The announced media format support is nowhere near what Totem actually supports

Still, getting an UPnP/DLNA-compatible (and actually close to certifiable) renderer in three lines of code is impressive, don’t you think?

There’s one draw-back that I realized while implementing this. My initial idea to sit on top of a GStreamer playbin2 might be flawed for already existing and mature software such as Totem. There might be much more code-paths dealing with control that happen outside of a playbin. We have an alternative for that as well and that would be implementing one of Rygel’s interfaces by the consuming party. The UPnP and DLNA compatibility that is already in the current code would need to be transferred to this, which is, of course, more work than just attaching to a playbin.

Why should I prefer this above the already available MPRIS Rygel plug-in? There might be several reasons.

  • You don’t want a whole separate Rygel process running just for adding UPnP renderer capabilities to your media player.
  • You aim for some kind of UPnP or DLNA certification – The additional layer of indirection can make that really hard while the presented approach is nearly ready.

So are we going to abandon Rygel’s MPRIS renderer plugin now? No. Because we can’t expect every media player in the world a) use GStreamer and b) want to link against Rygel. MPRIS gives us a quick, ready-made access to a vast amount of players out there and the compatibility it offers is (most of the time) just enough for casual home use.

Posted in Uncategorized | Tagged DLNA, English, Gnome, Linux, rygel, UPnP | 4 Replies

PushUp 0.3.0

Posted on by Jens

spacer

Installing this version will REBOOT your device!

Also, if you have installed the previous version from OVI store, you need to uninstall it first before installing this version.

I have release a new version of PushUp. Most notable changes, aside those from syncing with upstream korva, are:

  • Compatibility with devices that need file extensions on the HTTP URLs
  • The possibility to share files which are unknown to Tracker
  • Drop the libffi dependency which caused install issues for some people
  • Next try on using a nice icon in the share dialog
  • Default icons for remote devices
  • An option to cancel transfers using Transfer UI
Please note that due to the slight issues with the N9′s sharing ui, the device has to reboot after installing PushUp. This will happen automatically.
As usual, it’s available here, at apps.formeego.com or in OVI store.

spacer       spacer

Posted in Uncategorized | Tagged DLNA, English, N9, UPnP

Plants

Posted on by Jens
Reply

Following up from ~ three years ago, here’s how it looks like todayspacer

Posted in Uncategorized | Tagged English, Plants, Wohnung | Leave a reply

Helium 0.5.0 available

Posted on by Jens
9

spacer Helium 0.5.0 is available. It contains a lot of improvements and some new features such as

  • Volume control on the player
  • Possibility to play a media file on a different renderer than the currently selected
  • Option to start the on-device media sharing
  • Some more settings

Get it on this site or via apps.formeego.com. I’ve also updated the documentation to reflect the changes.

Posted in Uncategorized | Tagged DLNA, English, N9, OSS, Qt, rygel, UPnP | 9 Replies