General :: Build A Simple HTPC Based On Boxee

Mar 8, 2011

I am looking to build a simple HTPC based on boxee, it is a very low power machine (2ghz P4, 1gb RAM, 1gb video card).

At present it has Win7 on it, but I want to run boxee as my media centre software (I love the watch later facility) and I was wondering what it would run best on?

If linux, what distro and why?

View 2 Replies


ADVERTISEMENT

OpenSUSE :: Find All The Build-deps Or What They Are For That Matter To Build Boxee

Feb 20, 2010

I'm in love with my Opensuse 11.2. Love my KDE 4.4. The only thing I miss from my Ubuntu installation, is the ability to use Boxee. I would be more than willing to compile Boxee from source. I only have 2 problems with that:

1) I don't know where I can find all the build-deps or what they are for that matter to build Boxee.

2) I'm running on a Netbook. Yes, my measly Intel Atom is no fun for compiling and building.

What are my options/what can I do to get Boxee up and running on 11.2? I've tried searching on build service for an RPM, but I think due to legal restrictions, Boxee can't be on there.

View 9 Replies View Related

Ubuntu :: Build An HTPC Using Clustering?

Jun 16, 2011

I'm trying to get an HTPC going, but I don't have any money to purchase a new computer. I have 2 desktops in my possession that I am trying to use: 1 is a 2.4 GHz with a 128 MB Radeon 9800 PRO video card (I think) and 1.5 GB RAM (the system is about 8 years old, but I built it top of the line for back then). The second system is a 3.2 GHz dual core with on board video and 2 GB RAM.The problem is, neither system will run 1080p video's without dropping hundreds of packets producing very choppy audio/video. I was wondering if it is possible to cluster these two systems together to harness both their processing power to run 1080p video? I would just jump in and attempt it, but as I have been reading, it looks like processes aren't actually shared across PC's, but auto determined which PC it will run on based on load, which is an issue since neither can cleanly run the 1080p video.

View 6 Replies View Related

Hardware :: Best USB Based Ir Remote Control For A System HTPC?

Jan 11, 2010

I recently acquired one of the new Acer nettops to have an HTPC in my living room running XBMC - basically because my Gen1 Xbox just can�t handle HD and 264 encoded content.

It works great, upscaling being the best thing about the upgrade. But I don�t have a proper remote control to operate it with; I know that Logitech�s Harmony models are great, and are on my to check list... but I wanted some ideas from the community... What option(s) works best? (Specially keeping a budget)

View 1 Replies View Related

General :: How To Build Distribution Based On Ubuntu / Debian / Mint Easily

Aug 26, 2011

Is there a tool or tutorial to build a distro based on mint/ubuntu/debian?Git, scripts, and tools, small compilations for branding are OK. Compiling kernel, x11, gnome, compiz, etc. is BAD unless really required. Specifically, I'm looking for a way to have some applications installed by default, change logos/about boxes, change theme, configure what compiz options are, and add firmware drivers (connect to the Internet to download wireless adapter driver? <- headache, gotta find a lan cable now ...), and still have the liveCD install method. I'd like it to be based on linux mint, but I only want a few tools from it (update manager, software manager, flash, media codecs), so it's ok if it's ubuntu/debian with those mint tools added back in.

I saw some options, too complex, and others too simple. Not looking for a "learning experience" like LFS which gives me a horrible linux build if I don't do something exactly right. Nor any of those tools which are just package pickers and don't do enough. suse studio looked about right(maybe tad too easy), but was RPM based, not deb based.

View 1 Replies View Related

Networking :: Finding A Simple Web-based Group File Manager?

Jun 2, 2010

Is there a simple web-based solution for a group looking to securely share files online? The software needs to run on our own servers due to regulatory laws. I want users to be able to go to a web site, request an account (which I should be able to accept or reject), and upload/download/manage files in a web-based (preferably ajax-y) file manager. File access controls (via users/groups) is desirable.Yes, I know that SSH/SFTP is the 'proper' solution, but many of the users will be office workers and installing an SFTP client and configuring it is too advanced for them. Same goes for Samba+VPN setups...

View 2 Replies View Related

Server :: Web Based Simple Page To Change Passwords Of Squid Users?

Jun 3, 2010

just now i have installed squid, it works fine with authentication . I created this authentication in a simple text file by using htpasswd . my question is that is there any web based simple page to change passwords of squid users, because each and every time i cant give direct access to server for my squid users .

View 1 Replies View Related

Networking :: Build A Cluster Within Local Network Based On Opensuse And Fedora?

Jun 12, 2011

build a cluster within local network based on opensuse and fedora?

View 2 Replies View Related

Programming :: Build All Project Dependencies On Fedora/RedHat-based Systems?

Sep 17, 2010

On Debian, if I want to compile some package X myself, but I don't want to spend time hunting down and installing its dependencies, I can issue the following command:

Code:
apt-get build-dep X

And apt (so long as it knows about package X) will install all the dependencies for me.Does the yum package manager on RedHat-based systems have a similar feature?

View 1 Replies View Related

Server :: Proxy Server Software Based On Simple Logging Requirements

May 18, 2010

we need to log web access of a certain set of users for analysis. We decided to setup a proxy server which just logs all the requests but does not do anything else like caching/access control etc.All users will be using a fixed set of computers and hence we can redirect their requests to the proxy. I came across Squid, but found it to be too heavy for our requirements. Is there any other proxy-server software that is good enough for what we want or is Squid the only way?

View 1 Replies View Related

General :: Finding The Distro For HTPC?

Jul 3, 2011

I have several computers all running Windows XP except for an older Compaq DC5750 Desktop which will become a HTPC. It's a decent machine with a Athlon 64 X2 3800+, 4GB DDR2, 1000 MHz FSB, 4 empty PCI slots, and is extremely quiet. So, I'm going to use this project to 'get my feet wet' before taking the plunge.

View 14 Replies View Related

Programming :: Build A Simple Program For C Programming Class?

Feb 12, 2011

im trying to build a simple program for my C programming class, this is the source code

#include <stdio.h>
int main()
{
int length, width, length, height, area, perimeter;
perimeter = width + length + height;
area = width * length + heigth;

[Code]...

i dont see any error (you might)but every time i run it it runs but after it asks me to input for the width i do it but it doesn't take me to the length, it just stays blank until i input another value in the same place for the width, it asks me for 4 inputs in total i don;t know why, and after i run it different times it gives me different values for the perimeter and are. how can I fix this?

View 5 Replies View Related

General :: Debian Based - Arch Based - What Is The Practical Difference?

Jun 7, 2010

I notice that on DistroWatch, the descriptions include "debian based", "arch based", etc. For the newbie, is there any practical difference between the different bases, or is it a Coke vs Pepsi type question?

Is a distro based on Debian say, easier for a newbie to learn or work with than say one that is FreeBSD based?

View 9 Replies View Related

General :: Frame Based Vs Dialog Based

Apr 5, 2010

When you use an IDE and it asks you if you want frame based or dialog based, what is the difference?

View 1 Replies View Related

General :: Distro Should Use, Rpm Based Or Debian Based?

Feb 2, 2011

what distro should i use, rpm based or debian based?

View 2 Replies View Related

Programming :: How To Compile / Simple Tutorial For Making Simple Program

Oct 7, 2010

i'm a college student studying pc programing, and i was given today a special work and i have to program using miranda... which i've never used it >.< can anyone give me a hand to where to download, how to compile, and a simple tutorial for making a simple program or something?

View 3 Replies View Related

Ubuntu :: How To Get Boxee To Install On 10.04 X64

Feb 8, 2010

how to get boxee to install on 10.04 X64. The Package wants python2.4 but... 2.6 is in 10.04 and You can't put 2.4 on it.

View 6 Replies View Related

Ubuntu :: Can Use Netflix With Boxee App?

Apr 10, 2011

I was thinking about installing ubuntu. Now I know that boxee software can install into ubuntu, and that boxee has a netflix app ,so yeah the question is will I be able to stream netflix through ubuntu/boxee?

View 7 Replies View Related

Ubuntu :: Boxee Errors While Processing?

Oct 11, 2010

I just recently installed 10.10 and now I'm trying to install boxee from a .deb file the following is the result.

dave@dave-laptop:~/Desktop$ sudo dpkg --install boxee-0.9.22.13692.x86_64.deb
(Reading database ... 170826 files and directories currently installed.)
Preparing to replace boxee 0.9.22.13692 (using boxee-0.9.22.13692.x86_64.deb) ...

[code]....

View 1 Replies View Related

Ubuntu :: What OS For A HTPC

Mar 11, 2010

I am building a Home Theater PC. I know for sure I'm using Ubuntu, but what version?For one I have never put any type of Linux based anything on a computer. I have been told by countless friends that Ubuntu is my best choice for this and have used it on a pals pc. I like it.I did my research and came up with 3 main choices: Ubuntu Desktop, Xubuntu and Ubuntu Netbook Remix. (but not limited to those)The only reason I added the UNR is that I need something with a easy interface.

View 4 Replies View Related

Ubuntu Multimedia :: Boxee Can't Connect To Internet

Jan 2, 2011

Ive installed the latest boxee from their website and i cant login or do anything with it cuz when i try to login it says Boxee is in offline mode so i cant login and whenever it does try and login it says its not connected to the internet.

View 2 Replies View Related

Ubuntu Multimedia :: Boxee - Ability To Add A Netflix App ?

Mar 15, 2011

I just installed Boxee on my freshly built Mythbuntu machine. Being my first experience with an HTPC media center, I am impressed.

That being said, I began to link Netflix, MLB, and other accounts. I was looking for the ability to add a Netflix app, but have yet to find it. I attempted to use the Boxee browser to navigate to Netflix, which I did, but the mouse cursor would not select anything.

View 2 Replies View Related

Ubuntu Multimedia :: Set Up With Boxee And MythTV As Media Center

Feb 12, 2010

I'm trying to set up Ubuntu with Boxee and MythTV as a media centre. I'm currently stuck at displaying a picture on my TV screen. I only have an Intel onboard graphics chip, and so I bought a VGA-to-TV box to convert the signal. This is USB powered and has VGA in, S-Video, Component and VGA out. I have it connected to an external monitor by VGA and to the TV by component cable into a SCART adapter (along with a mini-jack to phono cable from the sound card).

I was hoping that the box would handle the settings for the TV screen, but all I'm seeing are flashing lines of colour, so I'm guessing I have to change the settings. Eventually, I want to get the TV to be widescreen, but I'd like it to work first! I have created an xorg.conf file and put in three extra modes.

- first, an 800x600 VGA to PAL TV converter from [URL]... - second and third, two resolutions generated by the calculator, based on the SwitchResX settings for my MacBook to connect to the same TV. Now I'm sure you want to see a whole load of settings from my machine, but sadly I don't know what settings you'll need to see.

View 1 Replies View Related

Ubuntu Multimedia :: Install Boxee As A User Account?

Jan 13, 2011

I am on ubuntu 10.10 and want to install boxee to use as a media player for me and my roomates. My ubuntu account is password protected and I would like to create another user that when you log on (with out a password) it automatically runs boxee, and nothing else.

View 2 Replies View Related

Ubuntu Multimedia :: Getting Better Performance Out Of HTPC?

Mar 1, 2010

I have a custom built PC with a AMD 9650 2.3ghz quad core, 4gig of ram, nvidia geforce 9500gt graphics card. With windows 7 my movies look immaculate but I want that from Linux. My first problem consists of lines in my players. To test out the performance I am playing Final Fantasy 7: Advent Children Complete Blu-Ray. The video file has been ripped and placed on the HD. MPlayer has lines everywhere, VLC is very good but line every once in a while, XBMC plays bout as well as VLC. The first part that confused me was how MPlayer was worse off. I have followed all the stickies and this is a fresh install of ubuntu 9.10. The Second problem I am having is getting my onboard audio to work. My board comes with 8 channel audio support but my 2 side/back speakers wont work. I have messed with the application settings and the actual settings in Sound Preferences.

Here is a link to my board specs

Code:

[URL]

View 3 Replies View Related

OpenSUSE :: Install Boxee / Error: Could Not Find A Required Library

Feb 10, 2011

I am trying desperatly to install boxee onto my pc Boxee - Watch Movies, TV Shows and clips from the Internet on your TV.without success.I have downloaded the source code from the site and have ran

./bootstrap
./configure

The ./configure last few lines =
checking for boost/shared_ptr.hpp... yes
checking for main in -lGL... no
configure: error: Could not find a required library. Please see the README for your platform.

I'm not sure what this lGL is referring to. The readme states that I need the below to run the configure, though that doesn't say lGL either?

Build-Depends: debhelper (>= 7.0.50), quilt, python-support, cmake,
autotools-dev, autoconf, automake, unzip, libboost-dev,
libgl1-mesa-dev | libgl-dev, libglu-dev, libglew-dev, libmad0-dev, libjpeg-dev,
libsamplerate-dev, libogg-dev, libvorbis-dev, libfreetype6-dev,
libfontconfig-dev, libbz2-dev, libfribidi-dev, libsqlite3-dev,
code....

View 1 Replies View Related

Ubuntu Multimedia :: Missing Library For Boxee Beta On Mythbuntu 9.04

Jan 13, 2010

I can install Boxee beta on my mythbuntu 9.04 installation, but when I try to run it, I get the following errors:

/opt/boxee$ ./run-boxee-desktop
/opt/boxee/Boxee: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /opt/boxee/Boxee)
./run-boxee-desktop: 38: /opt/boxee/give_me_my_mouse_back: not found

I get the same error if I run as root. For now, I don't care so much about the second error, but if anybody has some advice about how to resolve the first error (GLIBCXX...), I've used Linux for years (usually gentoo. I would be surprised if the version of Boxee compiled for Ubuntu 9.04 depended on an installed library without the proper compiler version.

Note that I am using *mythbuntu*, not ubuntu itself, so this may be part of the problem, but it would also surprise me... I'm happy to just install the correct library, but where is it?? I assume I should get it from Ubuntu, or I will break something.

I've also posted to the boxee support forum, but not heard back yet (they are probably busy!)...

Also, I've got Boxee alpha running in a 32 bit chroot environment (on my 64 bit machine), so at least *some* version of Boxee runs, but I wonder if there is some conflict between the two versions.

View 5 Replies View Related

Ubuntu Multimedia :: Dual Screen - Run Simultaneously Boxee And GDM At Startup?

Mar 4, 2010

I have a 24inch monitor and a LCD TV both connected to my graphic card, by HDMI for the TV and DVI for the monitor. Here's my problem: I would like GDM and Boxee to start simultaneously when I start my computer, Boxee displayed on my TV and GDM on my monitor. I made some research and I unfortunately did not found anything about starting a graphical software and GDM in parrallel (two separated DISPLAY). I have no particular attachment to GDM so if you think it would be easier to use the classic login prompt or another Display-Manager do not hesitate, The crux is to have an authentification system before accessing to Gnome and an detached Boxee running on my TV.

View 2 Replies View Related

Ubuntu Multimedia :: Boxee Beta 64bit - Sleeping Process?

May 15, 2010

I've got the new beta working in ubuntu 64 bit lucid 10.4. But, I have to go to admin/sys monitor and end the boxee "sleeping" process B4 it will start again after exiting The app? Id sure like to fix it.

View 4 Replies View Related

Ubuntu Multimedia :: Boxee Audio Clicking In Video / Stop It To Do So?

Sep 23, 2010

Some (not all) videos I have on my hard drive play video fine but have a loud and fast clicking sound for the audio. I have noticed the problem only on .avi files.

also, I am noticing that the picture on mp4 files is jittery and the video and audio slowly become more and more out of sync

This is happening on my Media Center running Boxee. When I run the same avi file from my PC it is perfect. MP$ files are still out of sync

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved