DFB Streaming Client
From DirectFB
| Error creating thumbnail: convert: unable to open image `/var/lib/mediawiki/images/8/84/Gnemesi_on_dfb-small.png': @ error/blob.c/OpenBlob/2587. convert: unable to open file `/var/lib/mediawiki/images/8/84/Gnemesi_on_dfb-small.png' @ error/png.c/ReadPNGImage/3238. convert: missing an image filename `/var/lib/mediawiki/images/thumb/8/84/Gnemesi_on_dfb-small.png/240px-Gnemesi_on_dfb-small.png' @ error/convert.c/ConvertImageCommand/3011. |
A realtime streaming client on top of DFB
At my faculty the [IMG] group is developing the [LS3] streaming suite, which is made of a streaming server named [Fenice] and a streaming client named [Nemesi] . The Nemesi streaming client is provided with a GTK user interface and renders video using SDL libraries, so it's really easy building a small streaming client running on top of DFB passing thru GTK+ on DFB and SDL on DFB libraries.
Remember you'll need to tell SDL to use the DFB backend before running the nemesi player with
export SDL_VIDEODRIVER=directfb

