XBMC's Linux port lacks impressive features


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News XBMC's Linux port lacks impressive features
# 1  
Old 08-19-2008
XBMC's Linux port lacks impressive features

08-19-2008 11:00 AM
Linux has no shortage of audio and video players, but if you want to devote you whole system to multimedia use, you need the Xbox Media Center (XBMC). Although initially designed for the Xbox gaming console, XBMC has been ported to other platforms. The Linux port of XBMC that I use is quite usable, especially for video playback, despite the fact that not all XBMC features have yet been ported.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. AIX

AIX OS Features versus Solaris OS Features

Hi Unix Experts, I like to compile and compare all the features that AIX OS (541L) and Solaris OS (Solaris 10) provide. If somebody can shed on this topic would be highly appreciated. Thank you, Khan (0 Replies)
Discussion started by: hkhan12
0 Replies
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