XBMC Media Center 8.10 Beta 1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News XBMC Media Center 8.10 Beta 1 (Default branch)
# 1  
Old 09-28-2008
XBMC Media Center 8.10 Beta 1 (Default branch)

Image XBMC Media Center (formerly Xbox Media Center) is a multimedia player/jukebox application for Linux, Mac OS X, Windows, and Xbox. It can be used to play or view most common video, audio, and picture formats such as MPEG-1/2/4, DivX, XviD, MP3, AAC, JPG, and GIF directly from a CD or DVD in the Xbox DVD-ROM drive or from the Xbox hard drive. XBMC can also stream files over a local network or from the Internet. Playlist and slideshow functions, a weather forecast, and many audio visualizations are also included. License: GNU General Public License (GPL) Changes:
This version now runs on a variety of platforms. A new skin was added. "XBMC Live" was added, which is a bootable CD that gives users the opportunity to try XBMC on their computer without installing it. XBMC for Mac now has initial support for integrating iTunes and iPhoto media into XBMC. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DTV(4)							   BSD Kernel Interfaces Manual 						    DTV(4)

NAME
dtv -- interface for digital television SYNOPSIS
dtv* at dtvbus? #include <dev/dtv/dtvio.h> #include <dev/dtv/dtvio_demux.h> #include <dev/dtv/dtvio_frontend.h> DESCRIPTION
The machine-independent dtv interface provides support for digital television (DTV). A subset of the Linux Digital Video Broadcasting (DVB) APIs is supported. In particular, dtv provides the DVB frontend and demodulator APIs. SUPPORTED DEVICES
The following machine-independent devices are supported: auvitek(4) Auvitek AU0828-based video capture cards emdtv(4) EM28XX-based DTV cards Note that the dtv device drivers are generally only available as kernel modules; see module(7) and modload(8) for additional details. Refer to dtviic(4) for details about the supported demodulators and tuners. FILES
/dev/dvb/adapterN/frontend0 The frontend device, for controlling the tuner and demodulator hardware. /dev/dvb/adapterN/demux0 The demux device, for controlling the hardware filters. /dev/dvb/adapterN/dvr0 Digital video recording device. SEE ALSO
auvitek(4), dtviic(4), emdtv(4), video(9) pkgsrc/multimedia/dvb-apps, pkgsrc/multimedia/mplayer Linux Media Infrastructure API. Part II. Linux DVB API, http://linuxtv.org/downloads/v4l-dvb-apis/dvbapi.html, 2011. HISTORY
The dtv interface first appeared in NetBSD 6.0. AUTHORS
Jared D. McNeill <jmcneill@invisible.ca> BSD
August 30, 2011 BSD