Slashdot Mirror


Best Options for a Home Entertainment Network?

Vultan asks: "Now that I'm finally a proud homeowner, I'm looking to integrate my video, audio, and computer hardware. Specifically, I'd like to be able to listen to Internet radio throughout the house (or at least through my main stereo unit), and transmit video from my computer to my home theater in a separate room. I've done my share of googling, and I'm drowning in options. Wired vs. wireless, RG6 vs. CAT5e, digital vs. analog, line level vs. speaker level (for audio), etc. What kinds of technology do Slashdot readers use or recommend?"

408 comments

  1. Wired vs Wireless by farnsaw · · Score: 5, Informative

    If you can, go wired. It has the bandwidth you need for video and with a switch you can handle several servers and clients simultaneously each with it's own 100Mbit connection where with wireless you share bandwidth.

    --
    "Computer Scientists can count to 1024 on their fingers" (non-mutant, non-mutilatated, human computer scientists)
    1. Re:Wired vs Wireless by Potor · · Score: 2, Interesting

      Yeah, I agree, go wireless. My computer is on the bottom floor, the bulk of my stereo in the attic, and wires running (tastefully) all over the place. My wife doesn't like the wires, but the sound is great. I can listen to the computer, plus any other component of my system (and even my gamecube),in any room. Comes in handy for listening to the Blue Jays games. Just get a good amp and speakers.

    2. Re:Wired vs Wireless by kauttapiste · · Score: 4, Interesting

      If you can, go wired..

      Yup, that's the way I'd go. But it's good to have some wireless readiness built into the system too. Put a WLAN-card to your desktop and another one to your laptop and you can share your ADSL/whatever connection with your laptop. Also handy if you want to play your videos (that you've copied to your laptop at work from your workmates) from your laptop.
      And you can surf while you crap!

    3. Re:Wired vs Wireless by farnsaw · · Score: 5, Informative

      I agree for a general system situation. In fact, I have done both. I run my servers by wire (as they don't move around) and my laptops via wireless. Most people don't move their TV and Stereo system around much once they get it setup, so I would recommend wires for those as well. The two biggest advantages of Wires vs Wireless are bandwidth and privacy. By using both in your house, it would allow you to sit on the porch surfing the net at full speed (even those of you with 3 Mb ADSL) while several people in the house are watching movies on the Televisions and listening to streaming audio around the house. If you do everything wireless, you will see a huge slowdown when someone starts to watch a movie and/or several people start steaming audio from your server.

      --
      "Computer Scientists can count to 1024 on their fingers" (non-mutant, non-mutilatated, human computer scientists)
    4. Re:Wired vs Wireless by akadruid · · Score: 2, Interesting

      Huh so do you mean wired or wireless?
      Still, you are mostly right (I think). Wired solves more problems than it creates, in the long run, but some degree of DIY skill is involved to get a subtly neat installation.
      I recommend distributing some processing, so that your output systems are not too far from the outputs, e.g. don't run 10 metre cables to your main TV or stereo, instead have a small box hidden away nearby, with a cordless keyboard/mouse, using the TV as a display. This has the advantage of only needing one ethernet cable into the area.

      --
      "Those who cast the votes decide nothing; those who count the votes decide everything." (attrib. Joseph Stalin)
    5. Re:Wired vs Wireless by Jeff+Kelly · · Score: 5, Informative
      Still, you are mostly right (I think). Wired solves more problems than it creates, in the long run, but some degree of DIY skill is involved to get a subtly neat installation.

      This mostly depends on the size of the installation and the type of cable used. Also in most countries you have to adhere to certain regulations regarding in-house wiring.

      In germany for example (where I live) it is not allowed to use unshielded cable for in-house-wiring (you may use unshielded cable for connecting your computer to the RJ45 jack but for everything which runs in the wall or covers distances > 10m you'll have to use shielded cable) and since shielded twisted pair is not trivial to install. (Atr least if you have to adhere to emv guidelines) I personally consider using broadband wireless connections.

      I'd certainly prefer wired connections but don't underestimate the complexity involved in in-house-wiring if you have to adhere to emv guidelines and building codes. You also will have to consider the guidelines for deploying shielded cable. (You may only bend shielded cable to a certain degree, you have to pay attention to the transition between in-wall wiring and the wall jacks etc.)

      Regards Jeff (been there done that)

    6. Re:Wired vs Wireless by Potor · · Score: 1

      oops, typo. wired. sorry! My wires are mostly hidden, but not in all places.

    7. Re:Wired vs Wireless by Anonymous Coward · · Score: 0

      So which countries are "most"? In the US and Italy at least the regulations are fairly open or even vary regionally.

      Also your info regarding Germany is not completely true. For renovations (I've just finished renovating a house in Germany) the requirements for work done by the owner of the house are different than those for a new installation by a professional. Furthermore if you are only running analog (ISDN I'm not sure) telephone cable it certainly isn't required to be shielded.

      The difference between shielded and not is not so extreme if you are already setting up a complete network anyway. The worst that will realistically happen is due to poor installation of shielded cables (bent to much, not neatly connected to the jack, ...) you won't get the performance you're expecting. If you can't manage to at least get a network with shielded cable working it't not likely that unshielded would be any easier.

      Also been there and done that.

    8. Re:Wired vs Wireless by Anonymous Coward · · Score: 0

      Mmm, I've been thinking along these lines, simply to try and setup a type of remote on my PDA. Anyone have any thoughts about software required to do this type of thing? Something that lets me store/retrieve the library of MP3's, then lets me choose one from a list, then communicates with the music server to play the tune would be funky and cool.

    9. Re:Wired vs Wireless by Anonymous Coward · · Score: 0

      while several people in the house are watching movies on the Televisions and listening to streaming audio around the house. If you do everything wireless, you will see a huge slowdown when someone starts to watch a movie and/or several people start steaming audio from your server

      ... or they could read a book instead.

    10. Re:Wired vs Wireless by MrBlint · · Score: 3, Interesting

      I've done something similar by setting up a web site on my PC (I used tomcat and jsp but it could just as easily be php or whatever you prefer). This lets me navigate through my mp3 collection and trigger individual tracks or entire folders to play via the internet. The tracks don;t play on the client but on the server which is connected to my hi fi by long cables.

      By accessing this using the wap browser on my mobile phone I can browse and control my entire music collection from the comfort of the sofa.

      I ended up using RealPlayer for the playback side of things because it is has a nice simple API which is quite well documented.

      Non techi friends reactions range from total amazement to "why?".

      You need to make the pages as small as possible though because GPRS costs money (0.23p per Kb on my current tarrif)

      --
      That's very perceptive of you Mr Stapleton and rather unexpected in a G Major
    11. Re:Wired vs Wireless by vivian · · Score: 1

      Easiest thing to do would be to use something like

      IR Remote
      or alternatively for a more home brew approach set up a web server or even a perl httpd process (only accesible by your network) on your PC connected to the sterio, and have some web pages set up that run one of the several command line mp3 players. Then you can use the browser on your pocket PC to control what's getting played.

    12. Re:Wired vs Wireless by Jeff+Kelly · · Score: 1
      So which countries are "most"? In the US and Italy at least the regulations are fairly open or even vary regionally
      But Italy and the US do have regulations and laws regarding the use and installation of broadband cabeling as have many other countries. All I wanted to say was that one should first check the laws before doing the installation themselves because violating emv-regulations or other such laws might get very expensive when these violations are discovered by the authorities.

      And when faulty wiring disturbs certain radio frequencies in the vicinity of your home this might be sooner than you think. (Although this obviously doesn't apply to our own cable company. It uses such old cable that it disturbs police radio frequencies in large parts of our area)

      Also your info regarding Germany is not completely true. For renovations (I've just finished renovating a house in Germany) the requirements for work done by the owner of the house are different than those for a new installation by a professional. Furthermore if you are only running analog (ISDN I'm not sure) telephone cable it certainly isn't required to be shielded.

      I was referring to twisted pair cable sorry if it was a bit misleading. Telefone, ISDN and other low bitrate connections are not required to be shielded. I was also not aware that those regulations differ if you install it yourself because for my new house had a very cvapable electrician with experience in the field of network cabeling.

      Regards Jeff

    13. Re:Wired vs Wireless by Anonymous Coward · · Score: 0

      www.amx.com

    14. Re:Wired vs Wireless by farnsaw · · Score: 1

      As was mentioned earlier, regulations need to be followed by professional contractors. I highly recommend this to anyone as it is usually about $50-$75 / drop, less for several in the same location. In the USA it is usually required that you use Plenum cable which is not shielded, but fire resistant when wiring inside the walls. Note again that if you are an individual homeowner doing the work and not a contractor, you won't have an inspector show up unannounced to inspect your work. Remember that if you have it done professionally, it can add to the value of the house when it comes time to sell.
      On another note, I recommend using Cat 5e wire or even Cat 6 or 7 (not even sure if they are officially out yet) but Cat 5e is and is about the same cost as Cat 5 but will support Gigabit over copper. Not many homes have need for gigabit speeds yet, but it is worth doing now. Assuming the next few steps are similar, they should be 10 Gb and 100 Gb respectively and the 5e wiring should support the 10 Gb at least.

      --
      "Computer Scientists can count to 1024 on their fingers" (non-mutant, non-mutilatated, human computer scientists)
    15. Re:Wired vs Wireless by MCSE_Whore · · Score: 3, Informative

      If the wiring adheres to local codes in the U.S., then it does not matter if a pro has done it or not... it will still add value to the house.

      Also, for the record, plenum cable is no more fire resistant than PVC. The only place it is required to be used is in the plenum (space between office buidling floors between next floor and foam ceiling tiles) hence the name of the cable. Office buildings use the plenums in their airflow for the entire floor. Air is blown out from HVAC and taken in through vents into the plenum, and either re-circulated throughout the entire floor or exhausted out the building. Now, PVC, when it burns, gives off noxious fumes. Therefore, if it were used in a plenum, it could potenitally re-circulate noxious fumes throughout the entire floor (and sometimes the entire building). Plenum grade cables melt/burn cleanly so that is why they are used here. Since house wall spaces do not play a part in the HVAC system, you can use PVC.

      farnsaw is right though, use Cat 5e (and even fiber, even if you have no intention on ever using it, just leave unterminated at both ends). The cabling is the cheap part. What is expensive is either paying someone to pull wire ($$) or pulling wire yourself (time, itching from insulation material, sweat, etc).

    16. Re:Wired vs Wireless by Anonymous Coward · · Score: 0

      . . . an "E" book?

    17. Re:Wired vs Wireless by bigdaddy75 · · Score: 1

      Definitely go wired. In the long run, you will be happier with the performance. You will spend more upfront in terms of necessary materials, tools, etc. (if you do not do this kind of work), but once the project is done, the performance is unbeatable. I recently completed my home project, and it is worth it.

    18. Re:Wired vs Wireless by cayenne8 · · Score: 2, Interesting
      Also, the plenum Cat5 cable makes an EXCELLENT DIY speaker cable!! I just did a couple of single runs of it from each post of my amp...one run each (L&R) to my speakers, and one run (L&R) to the inputs of my sub...WOW was like I just upgraded every component in my stereo.

      I've seen lots of plans out there for multiple braids, but, this simple run where I stripped off the outside part at each end, and then stripped each twisted pair...sorted them into 'solid' and 'striped' sets (for pos and neg). worked just great!

      Many claim this sounds much better than some of the speaker cables out there costing thousands of dollars...

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    19. Re:Wired vs Wireless by DiwenG · · Score: 1

      I think ideally you wanna have consider wires for quality and wireless for control. Meaning to retain room to room hi-fi and video quality you can't beat good CAT5 conections from a central media server, but use a WLAN to connect laptops and wi-fi enabled pocket pcs for control. If full cabling is not an option, and you can deal with FM quality sound, you could use 2.4Ghz transmitters (www.marmitek.com) to publish audio/video to different rooms. I've got my main media server working like a combined Tivo, CD, DVD player and Jukebox (www.gnudirect.co.uk) and am using pocket pc remote software to control the whole thing from any room (www.gnudirect.co.uk/gnuremote).

    20. Re:Wired vs Wireless by cayenne8 · · Score: 2, Interesting
      Well, although I have a tivo...I'm playing around with building my own media box. I have a P3 600 lying around, so, going to use it to build a MythTV box, mainly for music....going to put my CD collection on it in the FLAC format, and use the MythTV front end.

      So far, I've put Gentoo on it...and have basic things and X working. I found for $99 each on sale, an Audigy2 card....and even a WinTV pvr 250...which apparently Mythtv is now supporting with CVS version...I got a decent GForce card with tv out...so, going to start putting it together. The WinTV card has a remote...so, that will be good for changing channels, and hopefully, navigation Myth menus too...

      I know this will be a slow machine to do much more than audio with...with a little TV stuff...but, eventually, this will just be my 'client' box....and will build a hefty 'server' box on the back end for the actual TV funtionality...and just feed it to this one.

      Right now, HD's are cheap too...last week or so, at CC with rebates, 100G HD for $69, this week, 120G for $79....so, drive space is no big deal...

      Anyway, this is what I'm shooting for. Eventually, I'd like to have massive RAID5 arrays on a server for all my media...feeding to smaller boxes in living room, bedroom, office...etc.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    21. Re:Wired vs Wireless by mosch · · Score: 1
      My recommendation: both.

      Go wired between your servers and to any permanent or near permanent connections. 100Mbit is cheap and Gigabit is reasonably priced. Gigabit has the advantage of local hard drive like access speeds to your servers. Wireless is great to have, but it's low bandwidth, it's not good for anything really.

      As for audio distribution, I'd use AES/EBU over RG6. It's not particularly common, but it works, though very little consumer audio equipment can handle that format directly.

      For video distribution, the only solutions I've seen are to go analog and run the analog signal down some coax. If you have satellite TV, you can think about getting like a 5x12 multiswitch or something, and sending the custom analog feeds in the place of analog antenna signal.

    22. Re:Wired vs Wireless by willtsmith · · Score: 1

      Yeah,

      Like, once the dry-wall and wall-studs are well ablaze, the coating on the cables are really going change the circumstances of a fire. If your not out of the house by that time, the vanilla CO2 from the fire (compared to the exotic fumes from burning CAT-5 insulation) probably would have killed you already.

      --
      -------- -------- Support Wesley Clark for president!!!
    23. Re:Wired vs Wireless by willtsmith · · Score: 2, Interesting

      COOL idea ....

      This would make an EXCELLENT substitution to running three separate wires from an analog 5.1 source to an analog input 5.1 (or 7.1) speaker set. Just wire the end pairs into standard speaker stereo mini jacks.

      Though, I'm sure as digital encoders/decoders get cheaper this will no longer be a problem.

      --
      -------- -------- Support Wesley Clark for president!!!
    24. Re:Wired vs Wireless by Tex2000 · · Score: 1

      Well, well at least in Mexico wire type is no problem since it's not regulated and of course it isn't likely that you'll burn your concrete home.
      On the other hand trying to make a hole through a concrete wall is quite some exercise..

    25. Re:Wired vs Wireless by Bart · · Score: 1

      Well, I have the house wired but I also have wireless for those areas of the house that aren't used so much (the garden, spare bedroom). The other advantage of wireless is that you can use an unwired, quiet, unobtrusive device to control the hi-fi/jukebox/whatever. I use iRemote on an ipaq and a VNC connection to the jukebox PC.

    26. Re:Wired vs Wireless by semanticgap · · Score: 1
      If the wiring adheres to local codes in the U.S., then it does not matter if a pro has done it or not...


      Well, at least in Farifax county, Virginia, not only do you have to be a pro, you have to have a county-issued permit to do cabling.


      Since house wall spaces do not play a part in the HVAC system, you can use PVC.


      Also not completely true. There is another category of calbe called "riser", which is fire resistant, but can still be toxic. In wall spaces and such chances are the regulations require it to be at least riser rated.

    27. Re:Wired vs Wireless by Jeff+Kelly · · Score: 1

      and of course it isn't likely that you'll burn your concrete home.


      I have been a volunteer fire fighter for many years now and i assure you that your concrete home (in germany many homes are built from concrete) burns just as good as the wooden ones common in the US.

      It's seldom the walls which burn first but rather the inventory such as furniture, tapestry or carpets. Since fires quite often reach temperatures of 1500 degrees celcius or above even concrete walls will fail you after the fire has burned for a longer time. (And the thousands of litres of water the fire brigade drops onto your house don't help much either ;-))


      regards Jeff

    28. Re:Wired vs Wireless by adam.powers · · Score: 1

      I'll just say up front that this will be a fairly biased opinion since I recently co-founded a home networking company. [Shameless plug: www.coaxsys.com]

      That said, there are a number of wired solutions. Cat5e is nice because it's cheap and fast, but the problem is the installation can cost a few hundred dollars a room. (Figure $70/hr for one of those slow moving electricians). And even then, wives aren't happy when you punch holes in the walls or run cables around the house.
      There are also other wired solutions, like HPNA or HomePlug. Unfortunately, they don't currently have the speed for really moving video around, but if they manage to survive I'm sure they will sooner or later. In the end, it doesn't really matter because I've heard real horror stories about HomePlug (they've definitely had a poor track record for reliability). And let's face it... who really needs high speed access where their phone jacks are? (At least not until video phones become vogue).

      As far as wireless goes, it's definitely got a lot of hype behind it but it's got one unsolvable flaw - reliability. As InStat analyst Mike Wolf points out, wired is and always will be more reliable than wireless. Security concerns will come and go, and eventually wireless will have more bandwidth (although, that doesn't mean you should be a sucker and think that wireless really does offer 50+Mb/s currently... you can expect to see about 20Mb/s in real life), but ultimately wireless will always be subject to interference, especially while it's in open spectrums that are subject to noise from other devices (including other wireless networks). For entertainment networks, consumers will find such interference unacceptable... people are willing to accept new technology that crashes or is a little flakey (MS for example), but they will be unwilling to replace 99% dependable technology (like telephone or cable service) with something that is significantly less reliable.

      That doesn't mean that wireless isn't going to succeed. It's great for data communications and mobility, just not for media.

      This is where our company (Coaxsys) intends to come into play. We offer 100Mb/s networking over home coax without interfering with cable television, DOCSIS cable modems, satellite television, cable telephony, etc. Our product, Coaxsys PureSpeed, is basically an Ethernet to Coax bridge that allows different consumer electronics that already have Ethernet incorporated to communicate with each other over coax. This could be your PS2 and your cable modem, or it could be your two ReplayTVs. We'll be announcing product at E3 next week and rolling out product for $350 somewhere around mid-year.

      Now accepting beta testers. :)

      Adam Powers, CTO, Coaxsys

    29. Re:Wired vs Wireless by Zork+the+Almighty · · Score: 1

      Come on, this is funny

      --

      In Soviet America the banks rob you!
    30. Re:Wired vs Wireless by cr4zyb0y · · Score: 1

      I think GiantDisc is exactly what you're after. It let's you create playlists and browse your mp3/ogg collection via your palm...apparently it works over bluetooth as well, so you could even use that.

    31. Re:Wired vs Wireless by jwilhelm121 · · Score: 1

      After 20 years in the Navy, I have found that foul words are the sign of a weak and lazy mind with no self respect or compassion for others.
      There are different kinds of people in the world;
      1. People who are not very smart and don't know it.
      2. People who are not very smart and do know it.
      3. People who are very smart and want you to know it.
      4. People who are very smart and have compassion for their fellow man by helping those with less.

      Only YOU can decide which kind of people you are.

    32. Re: Re:Wired vs Wireless by Anonymous Coward · · Score: 0

      You obviously "found" wrong. I've known a lot of very intelligent people who use the power of profane language when dealing with those that can't comprehend anything else. The words are, many times, very appropriate. There is also an inherent beauty in the proper application of profanity that appeals to the keenest intellect. This is something that you don't grasp. But that's OK. Not all of us are meant to be that intelligent.

    33. Re: Re:Wired vs Wireless by jwilhelm121 · · Score: 1

      After 20 years in the Navy, I have found that foul words are the sign of a weak and lazy mind with *little* self respect or compassion for others.
      There are different kinds of people in the world;

      1. People who are not very smart and don't know it.

      2. People who are not very smart and do know it.

      3.*People who are not very smart and do know it but don't want you to know it.*

      4. People who are very smart and want you to know it.

      5. People who are very smart and have compassion for their fellow man by helping those with less.

      Only YOU can decide which kind of people you are.

      I changed my opinion on 2 points as shown above.

      In response to; "very intelligent people who use the power of profane language when dealing with those that can't comprehend anything else" , this is a very quick and little thought out process design to demean hurt "those that can't comprehend anything else". Chewing out someone has its place. If abusive and profane language is the only way to get someone attention, then the world of both communicators [speaker & listener] is very small. Would you justify profanity towards a preschooler or someone who is mentally challenged ? Profanity is a slang language and I do grasp its use. However, practicing this slang takes away my ability to gain GOOD respect from the people that I wish to convey my thoughts to. People that do not agree with that kind of 'GOOD' respect are not part of my target audience and I do not wish to associate with them. I am going to RESPECT their OPINION and WILL NOT DEMEAN them for it. That is what America is about and part of my reason for serving in the Navy. I think of myself as a # 5. Which kind of People are you ?
      Proud of my Opinion and not an Anonymous Coward.

      P.S. "an inherent beauty in the proper application of profanity that appeals to the keenest intellect." Where did Shakespeare use Profanity ?

    34. Re: Re:Wired vs Wireless by Anonymous Coward · · Score: 0

      You have missed the boat. Take a look at this for an example of profanity in Shakespeare's writing. There is more where that came from although this web link doesn't reference it. Yes, intelligent people DO use profanity. While it's quite admirable that you choose not to, it still doesn't address the fact that some people deserve a good dressing down. For those that do, profanity is a quick and dirty way of getting the job done without sounding pedantic. Believe me, there are plenty of people who deserve worse but are completely incapable of properly responding to a well worded putdown sans profanity.

      Regarding your list above, I would say that I fall into the number five category as I am a very generous person to those that need and WANT help regardless of race, religion, sexual preference or gender. But I have no patience for fools who simply want to annoy me. Those would be the people in groups one two and three above. I would say that it all comes down to respect. If someone doesn't respect me, then I will sever the relationship, but not without the sting of some choice profanity *if needed*. The only reason I post anonymously is that I could make it onto someone's friend's list who disagrees with my stance an I would rather not risk losing a friend simply because of an ideological rift. I firmly believe in what I say.

  2. Simple solution by Napoleon+The+Pig · · Score: 3, Insightful

    Well one would think you could run just a standard TV out to get the video, and run your soundcard through your stereo amp to get the audio. Most likely your best bet would be to keep it all wired since speed would be limited via wireless. Those are just a few of my thoughts, but what do I know, I'm just a silly college student. Good luck.

    1. Re:Simple solution by Anonymous Coward · · Score: 0

      that is generally good for a dorm room, but A/V cables loose quality and long distances, also if you have multiple computers you don't want to dedicate a whole lot of your stereo receiver to the different computers, generally in houses you would go with network cables and get own of those ultra-spiffy stereo recievers that recieve ethernet.

  3. Audio: SliMP3 by YeeHaW_Jelte · · Score: 4, Interesting

    I bought a SliMP3 myself when I bought my own home, and I really like it. It's basically a dumb terminal powered by a perl daemon running on my file server. It has great sound quality and a good display. I'm not quite finished building everything yet ( my plans include remotely switchable lighting and video to my tv ), but one big advantage of the SliMP3 is that I can hack the daemon code myself -- so I can use the remote of the SliMP3 to control other applications, e.g. a video stream from my computer and the lighting.

    --

    ---
    "The chances of a demonic possession spreading are remote -- relax."
    1. Re:Audio: SliMP3 by drunkahol · · Score: 4, Informative

      Yeah - the SLIMP3 device is indeed interesting. In fact I bought one for my brother as a wedding present so I could use him as a testing ground before buying one for myself.

      The major issue I have with the device is that it will only play standard MP3 files. Files of any other format (FLAC, Ogg, WAV etc) have to be converted to RAW and then into MP3 on the fly before being streamed to the device. MP3Pro of course is the biggest looser since it contains a very low quality MP3 track which the device plays . This produces VERY low quality output.

      Is there a device anywhere that allows native playing of other formats? i.e. a device that you can upload different codecs to depending on your music library?

      A for the cabling, I'm currently installing Cat6 cables around my new house and will have a wireless network for laptops so I can browse in the garden (I'll have an RJ45 in the toilet for best access whilst I'm crapping - as someone earlier mentioned!)

      Dunk

    2. Re:Audio: SliMP3 by Anonymous Coward · · Score: 0

      >>Is there a device anywhere that allows native playing of other formats? i.e. a device that you can upload different codecs to depending on your music library?

      Yes, a PC (sorry, obvious I know). I have one dedicated/hard-wired to TV and receiver, and those are major reasons - flexibility with formats, capacity, connections, applications, bandwidth.

      Solve the size/noise/complexity/reliability problems to your satisfaction, and you can't beat it.

    3. Re:Audio: SliMP3 by gantz · · Score: 2, Insightful

      Is there a device anywhere that allows native playing of other formats? i.e. a device that you can upload different codecs to depending on your music library?

      Yes. It's called a "laptop."

      Sorry, I couldn't resist.

      --
      Gur svggrfg funyy fheivir lrg gur hasvg znl yvir. Jr zhfg ercrng.
    4. Re:Audio: SliMP3 by boomertoo · · Score: 1

      I have thought about using the SonicBlue Rio Digital Audio Receiver to play MP3 and WMA across a network. It's small in size yet has a small amp to power local speakers and seems like a good satellite location solution. While it may be orphaned due to the buy out of SonicBlue, the device seems so simple I don't think much could go wrong. It's about US $75 on eBay. Note that it was also offered in a Dell version I believe. The AudioTron is a good solution if you need Internet Radio. It is also offered (or used to be anyway) by Gateway.

  4. WLAN with audio, video and IR by mobieee · · Score: 2, Informative

    My Thomson VS530C works great for transmitting video and audio from my computer to my TV set via WLAN.

    1. Re:WLAN with audio, video and IR by Anonymous Coward · · Score: 0

      Thompson is a French company...stay away from them.

  5. Divide and conquer by jocks · · Score: 2, Interesting

    I have gone for a different approach. Instead of one, single point of failure, I have several separate devices around the house. The downside is that I cannot listen to internet radio throught my home, but should my computer die my television will work and my wife can listen to whatever she likes on the stereo.

    Its also cheaper as I don't have to fork out for "new" technology. If I was you I'd be saving my money for the coming recession....;-)

    1. Re:Divide and conquer by jocks · · Score: 1

      What?! REAL cardboard? Luxury.

    2. Re:Divide and conquer by Skater · · Score: 2, Insightful

      Or save money for the coming repair bills, such as broken down dishwashers, furnaces, etc. The joys of ownership. :)

      --RJ

    3. Re:Divide and conquer by AKnightCowboy · · Score: 1
      Its also cheaper as I don't have to fork out for "new" technology. If I was you I'd be saving my money for the coming recession....;-)

      There is no recession. The economy is booming. Talk of a recession is perpetrated by liberal anti-war hippies looking for an excuse they can pin on our President. The left-coast geeks are committing suicide by the thousands outside the halls of our unemployment offices in their attempts to loot our national treasury of precious funds. I will take you to a San Francisco homeless shelter where our jobs program have completely eliminated all poverty... IN ONE HOUR!

    4. Re:Divide and conquer by jocks · · Score: 1

      Yep, my central heating has died, I need to raise £2500 to fix that, my "interest free" computer purchase has gone pear-shaped and I will be over charged by about £300 for that. My gutters need replacing, my drive is sinking and my windows will need renewed in about 3-4 years. Oh yes, my 1 year old child has discovered posting toast into the VCR, pressing buttons on the telephone and being sick into the most difficult crevases of my ageing leather sofa.

      Needless to say integrated audio is the least of my worries!

    5. Re:Divide and conquer by jocks · · Score: 0, Offtopic

      Don't the residents of the USA have the highest personal debt levels in the world? The lowest production rates in the world? The least efficient transport systems in the world?

      I know I am going to get flamed here but my point is perfectly honest, the US has all the right ingredients for a major recession. The whole thing is buoyed by cheap fuel. When it runs out or the fuel gets more expensive the whole house of cards falls down.

    6. Re:Divide and conquer by Trolling4Dollars · · Score: 1

      There is no recession. The economy is booming.

      Boy are you out to lunch. I guess living in your ivory tower with all your needs taken care of must create a really intense reality distortion field. Get some help. Seriously.

      Oh I get it! IHBT!!! ;P

    7. Re:Divide and conquer by Anonymous Coward · · Score: 0

      The least efficient transport systems in the world?

      Oh you mean because they don't go on stike every other tuesday?

      I never understood why many mini-strikes are thought to be effective.
    8. Re:Divide and conquer by eyegone · · Score: 1

      Don't worry. The hippie infidels will be massacred like the dogs that they are.

      --
      "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
    9. Re:Divide and conquer by zzzmarcus · · Score: 1

      Chalk one up for innovation.

  6. Go Wireless! by anandcp · · Score: 1

    Hack Apple's Airport Extreme and make it your wireless transmitter. Use that to transmit your video & audio throught the house! Do NOT use wires at any cost.
    Iam already drowning in wires with my home music-VCD-VCR-computer system.

    --
    -------- Cluster bombing from B-52s is very, very accurate -- the bombs always hit the ground.
    1. Re:Go Wireless! by WindBourne · · Score: 1

      The problem with wireless, is that it is in it infancy. Buy today, buy tommrow, and buy some more the day after. The standars will be changeing and your money will keep lowing to replacing equipment.

      --
      I prefer the "u" in honour as it seems to be missing these days.
  7. Keep it simple by squaretorus · · Score: 5, Interesting

    I have an old laptop 1GHz PIII running on my stack of Amp / CD / VCR etc... feeding into both the amp direct and the VCR. It works just fine.

    To listen to internet radio or MP3s in my kitchen I open a couple of doors and turn up the volume. Wireless technology at its best.

    1. Re:Keep it simple by Spy+Hunter · · Score: 5, Funny

      Man, when someone mentions having an "old" laptop that's twice as fast as your current desktop, you know it's time to upgrade ;-)

      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
    2. Re:Keep it simple by cryosis · · Score: 1

      Amen. But in my case, his "old" gear is 3 times faster than mine. *sob*

    3. Re:Keep it simple by Anonymous Coward · · Score: 0

      mines a 300mhz pc. Why upgrade? Can't be bothered.
      Oh, and whats the point in getting all this `home entertainment` bollocks again? What am I going to watch on it? Buffy? Star wars episode 17? South park? There's nothing but shit on tv anyway! And you can listen to the radio/read a book without needing to spend $$$'s.

    4. Re:Keep it simple by Anonymous Coward · · Score: 0

      Free books? Cool!

    5. Re:Keep it simple by Anonymous Coward · · Score: 0

      I'd like to see Buffy's boobs on a large projection screen and some large speakers to accentuate the bouncing ... but thats just me and I have problems ;-)

    6. Re:Keep it simple by Anonymous Coward · · Score: 0

      Yup, I do the same, but I use a Toshiba Tecra780
      PII266 laptop. This machine was probably the best
      multimedia laptop ever made, and it will set you
      back all of $400 today, including the 802.11 card.

      Going to try the low-latency patch this weekend ;^)

  8. Wiring a house for media.. by njan · · Score: 5, Interesting

    For a very long time, I debated a similar issue, and what I've found easiest to do is simply to stick a machine next to each 'media outlet' which exists in my house. My television has a displayless (asides from the tv) machine with an svideo output card, and my hifi has an old toshiba laptop plugged into it (120MHz machine). For times when I want really excellent sound, I have a second hifi which tends to get plugged into a soundblaster live - but for the majority of the time, soundblaster sound from the laptop suffices.

    This is what I find simplest, since as I have the house networked, adding nodes - or controlling them - is childs play. I can happily even sit on the sofa and remote control the computer via the TV, which will happily play videos off my desktop which have recently been downloaded, for instance. I would guess that Wirelessly networking this would be more convenient, and specifically wiring each device would be a little higher class (ie. sending gold signal wiring to amplifiers &c), but in general I've found the networking approach to be the most flexible (and I've done a fair amount of work as a sound engineer, so I speak from a little experience).

    As far as internet radio in every room goes, you might be simpler wiring up lots of speakers - I would guess it depends on your house size. I'd just plug my one of my laptops into the room in question and solve the problem that way, but that's just me. ;)

    Cat5e is a wonderful thing. :)

    --
    I am a viral sig. Please copy me and help me spread. Thank you
    1. Re:Wiring a house for media.. by GreenKiwi · · Score: 2, Insightful
      For times when I want really excellent sound, I have a second hifi which tends to get plugged into a soundblaster live - but for the majority of the time, soundblaster sound from the laptop suffices.

      Yeah, and when you want music instead of just "sound" get something like the Digital Audio Labs card (http://www.digitalaudio.com/) or one of M Audios board (http://www.midiman.net/products/consumer/index.ph p)

    2. Re:Wiring a house for media.. by njan · · Score: 2, Interesting

      Actually, most professional engineers I know use SB live cards or equivalent for travelling setups; but if you really want to nitpick, you'd be far better off getting an aardvark board (http://www.aardvarkaudio.com/aasd-v1/products/249 6-main.html) or something from sonorus (http://www.sonorus.com/). Then again, re-mortgaging my house for some digidesign (http://www.digidesign.com/) kit would always be nice...

      --
      I am a viral sig. Please copy me and help me spread. Thank you
    3. Re:Wiring a house for media.. by Anonymous Coward · · Score: 0

      Just use a Trust 514DX and play ripped CDs out of the optical SPDIF-out. If you rip to a lossless format like Monkey's Audio, the amp gets exactly what it would have done if you used the digital-out of a CD player.

    4. Re:Wiring a house for media.. by skwang · · Score: 1

      Yeah, and when you want music instead of just "sound" get something like the Digital Audio Labs card (http://www.digitalaudio.com/ [digitalaudio.com]) or one of M Audios board (http://www.midiman.net/products/consumer/index.ph p [midiman.net])

      What is the advantage of using a digital output? I am trying to research this on the internet right now. In my mind the Digital-to-Analouge conversion must occur somewhere, after all speakers/sound is analouge. What does a digital output do for you? Since you have to decode the digital signal into analouge sound I would imagine it would be best to have your computer handle this.

      The one alternative is to have the digital output hook up into an A/V receiver which then performs the D/A conversion. I don't see an advantage to normal audio signals- with one exception: dolby or dts multi-channel sound output. If you could send out the digital audio output from a DVD player into your A/V receiver, it could decode the dolby digital audio and give you surround sound.

      Is any of this correct or am I just wasting by breadth (probably yes regardless)?

    5. Re:Wiring a house for media.. by lizrd · · Score: 1

      Computer sound cards are usually not made with the best possible D/A converters. It is possible to buy good sound cards which will output a good clean line level signal that you can then send to your receiver/amplifier, but they cost more. You might as well save a few bucks and make use of the better quality D/A converter you already have in your receiver since you need to use the amplifier in your receiver anyway.

      --
      I don't want free as in beer. I just want free beer.
    6. Re:Wiring a house for media.. by megabeck42 · · Score: 1

      M Audio 2448 is a C-Media 8738, it has a high quality SDPIF output. Unlike many consumer audio cards, SBLive, FM801, CrystalSound cards it does not resample all digital output to 48khz. If you play 44.1khz audio, you get a 44.1khz digital stream. Digital resampling introduces artifacts and deteriorates the sound quality.

      No, it does not suit you to control the volume through the SPDIF output, that should be done at the analog amplification level. You shouldn't do this at the SPDIF level because you would be losing resolution.

      It's possible, by making the samples smaller - you'll have softer music, but, as you make the sample values smaller, you're essentially throwing out the least significant bits of precision. You go from 16 bit audio, to 15 bit, to 14 bit, etc. It is not an advantage.

      The M-Audio 2448 is your best bet, if you can get one on ebay. It has excellent Analog out - the digital output is run into some nice DACs on the card. You have good linux support.

      Another option is the Zoltrix Nightingale Pro-6, it's a $50 card with SPDIF Coax/Optical in and out. Analog will not be as high quality as the M-Audio card, however, if you are using external DACs (this is a good idea) it makes more sense.

      I would suggest a Zoltrix card with an external DAC that connects to a power amplifier. The external DAC is better electrically isolated, and probably will have nicer DACs than a consumer soundcard. Further, you can attach the SPDIF to a regular home theatre receiver, and send raw AC3 from DVDs/DIVX (I have encountered DIVX with AC3 channels, very nice.)

      Hope this helps.

      --
      fnord.
    7. Re:Wiring a house for media.. by Vakara · · Score: 1

      Yes, the D/A conversion has to happen somewhere. Every junction and additional length of analog cable will degrade the signal (yes, it's a *REALLY* tiny ammount). Optical output (combined with a central pre-amp/receiver allows you to move the D/A conversion as close to the speakers as you can, thereby minimizing signal quality loss. It also allows you to share resources - you can get better quality D/A chips in one place, and use them for several different digital inputs instead of having multiple lower-quality D/A chips in each device.

      And the only real reason most people like it is for the multichannel soundtracks. Stereo pales in comparison to a good DTS surround soundtrack.

    8. Re:Wiring a house for media.. by GunFodder · · Score: 1

      Generally the inside of a computer case is not a hospitable place for analog signals. There is a lot of electromagnetic interference coming from all of the other cards and devices. Even if the A/D converter in a stereo is no better than the one on a sound card the result may be superior since there is less interference.

    9. Re:Wiring a house for media.. by pthisis · · Score: 1

      Generally the inside of a computer case is not a hospitable place for analog signals. There is a lot of electromagnetic interference coming from all of the other cards and devices. Even if the A/D converter in a stereo is no better than the one on a sound card the result may be superior since there is less interference.

      This is true. Most interference inside of most cases comes from the video card, though, so if you're doing a headless setup you can sometimes get away with an in-case DAC (especially if you're streaming from the network and are diskless as well).

      MSB makes excellent outboard DACs.

      Sumner

      --
      rage, rage against the dying of the light
    10. Re:Wiring a house for media.. by GreenKiwi · · Score: 1

      Will the M-Audio Board pass through AC3?

  9. What are your preferences? by Max+Romantschuk · · Score: 5, Insightful
    I've been planning the same for some time. Currently I'm aiming for wireless. The reasons?
    • The speed is OK with the latest generation
    • No wires
    • Moving things around won't become an issue
    • Upgrading won't require new wires

    The main issue with wireless is speed... it's not terribly good, but enough to stream DivX (disclaimer, haven't tested, only done the math.) If you're planning to move several gigabytes from machine to machine in a hurry you might want wires instead.

    Security is also a weak link with wireless, but that depends on your location as well. Encryption is always extra overhead, which is a bummer.

    But personally I'd rather have a slow flexible system than a fast system I can't change because I've installed the RC45 jacks in the wrong places.
    --
    .: Max Romantschuk :: http://max.romantschuk.fi/
    1. Re:What are your preferences? by Kingpin · · Score: 1


      What do you use for streaming on the server side? What requirements do you have for the client? Can you stream to a TV? Or do you remote control the server and hook onto the TV out?

      --
      Unable to read configuration file '/bigassraid/htdig//conf/14229.conf'
      Geocrawler error message.
    2. Re:What are your preferences? by DigitalGlass · · Score: 5, Informative

      i tried streaming an 800MB divx file from my wired desktop into my wireless laptop, and it lagged alot and dropped alot of frames.

    3. Re:What are your preferences? by MythMoth · · Score: 1

      I haven't done the maths, but I do use it to watch DIVX movies all the time - and that on 11Mb. So anything faster will be fine.

      --
      --- These are not words: wierd, genious, rediculous
    4. Re:What are your preferences? by Anonymous Coward · · Score: 0

      Mod parent up. This is precisely the reason wireless is -always- going to have problems with streaming and any other sort of guaranteed QoS-demanding situation.

    5. Re:What are your preferences? by hbackert · · Score: 4, Informative

      My experience reflects this too. While theoretically and actually practically (when doing large file transfers) the speed is enough, you get dropped frames as the data does not flow as a steady flow. Even a modest 1.5MBit/s divx is far from perfect when watching it being transfered from a (fast) file server to a (fast) computer. It's ok for short clips, but watching a movie is out of question. I prefer to copy the movie to disk and then watch it. Yet, I can move about 600kByte/s data on the 11MBit/s wireless LAN.

    6. Re:What are your preferences? by Paradise+Pete · · Score: 2, Funny
      wireless is -always- going to have problems with streaming and any other sort of guaranteed QoS-demanding situation.

      For sufficiently small values of always.

    7. Re:What are your preferences? by Malc · · Score: 1

      Is it the client that's the problem? Maybe it doesn't buffer enough.

      When the BBC was streaming in OGG, I tried using the OGG direct show filters in Mindows Media Player. It was bad and kept skipping like a CD. It was fine for local files. I tried WinAmp instead, and it was fine. It appeared to buffer more.

    8. Re:What are your preferences? by Anonymous Coward · · Score: 0

      Nah, I can stream a Divx movie and copy files at the same time via my 802.11 to my laptop. Works great.

      If you're dropping frames then you've got some other issues.

    9. Re:What are your preferences? by Loe · · Score: 1

      I keep all my DivX and mp3's on a desktop file server, streaming wireless mp3's is obviously fine, but DivX lags at anything over about 400x300 res.

    10. Re:What are your preferences? by Anonymous Coward · · Score: 1, Informative
      * Upgrading won't require new wires

      Are you saying this is actually a problem? Do you have *any* experience with this? From you comment it's quite clear that you have very little experience with Ethernet.

      The IEEE Gigabit Task Force ratified the final version of IEEE 802.3z in 1998. The IEEE 892.3ab supplement was adopted in 1999. Standardized GigE has been around for 5 years now with vendors making prestandard equipment up to a year before the ratification date. GigE did not, I repeat DID NOT require upgraded wiring. That was complete and utter FUD. IEEE 802.3u (a.k.a Fast Ethernet) required Cat5, forcing users to upgrade from the error prone Cat3. GigE runs on Cat5. It doesn't even need Cat5e, although the signally is better. As we all know GigE is just now becoming reasonably priced. I think it's safe to assume that in the next 5 years (the average time it takes a Ethernet standard to become reasonably priced) this guy's Cat5e will more than be able to sustain the needs of his entertainment system. By the time he actually needs GigE, 10GigE will be reasonably priced.

      What will greatly increase in the next couple of years is the size of ripped movies. Compression will get better, making smaller files, but quality will far surpass compression, giving us much larger files. Streaming a 1.5GB movie over a wireless connection which is not very tolerant of interference is a horrible idea. It's true; the cheap APs made by D-Link, LinkSys, Belkin, and others can not handle interference. The quality APs made by Cisco, Lucent and Enterasys are what handle interference. Of course the quality APs also cost as much as 8 times as much as the cheap versions. This isn't going to change anytime soon.

      So would it be better to spend a large chunk of change on a wireless network that will have to endure upgrades every year or two to stay current and reasonably fast and also have to deal with interference OR would it be better to pick a widespread network medium based off Ethernet that already has the capacity to more than handle the foreseeable needs of this application and then some as well as being cheaper in the long run? Well, the answer is quite simple to someone that has half a clue about networking.

      Oh, and what is an RC45 jack? Do you mean RJ-45 jack?

    11. Re:What are your preferences? by Anonymous Coward · · Score: 0

      If you have a player with a large buffer, wireless Ethernet works fine for 1.5Mbps video. 802.11 is horribly choppy (for lack of a better word). It will work full-speed for several seconds then drop-out for 10's of milliseconds at a time. It's even worse when the systems are more than 20 feet apart. I can't even play MP3's at 128kbps without a player that buffers. Buffering is the solution.

    12. Re:What are your preferences? by Anonymous Coward · · Score: 0

      To stream video over wlan use NFS ver 3 and tcp because you don't want connectionless over wireless where packets get lost in space
      I can watch dvd's divx or whatever this way. Only thing i can't do is strem mpeg4 640x480 which is what my mythtv system uses.

    13. Re:What are your preferences? by jovlinger · · Score: 1

      I'm lucky if my wireless gets 300kb. (bits!). Enough to stream mp3s, but not much else. I dunno what the problem is, but it isn't range (less than 5 m).

    14. Re:What are your preferences? by Max+Romantschuk · · Score: 1

      Dear "Anonymous Coward",

      * Upgrading won't require new wires

      Are you saying this is actually a problem? Do you have *any* experience with this? From you comment it's quite clear that you have very little experience with Ethernet.


      I find it somewhat naive to assume it's always going to be Ethernet. Granted I haven't myself used things like Token Ring or Thick Ethernet. But those sure need their very own cabling. And people have been known to upgrade from that to Cat5. My point simply was, no wires replaced with no wires is nothing to upgrade. Twisted pair cabling sure is flexible, but to assume all future networking technologies will use it? It's your choice.

      Oh, and what is an RC45 jack? Do you mean RJ-45 jack?

      Correct. I made a mistake there. Judging from your attitude you never make those, right?

      --
      .: Max Romantschuk :: http://max.romantschuk.fi/
    15. Re:What are your preferences? by Anonymous Coward · · Score: 0

      I routinely stream 800MB divx from a server running apache to a laptop running XP wirelessly without any losses. Perhaps there is interference in your area?

      Oh, that's right, I'm running 802.11a in turbo mode (72Mbps). I find that the disk on my server can't keep up more than the wireless network.

      I recommend spending the extra $140 to get 11a. 11g might be ok, but you still have the whole neighborhood fighting for bandwidth on those freqs. 5GHz is all clear.

    16. Re:What are your preferences? by PapaZit · · Score: 1

      The speed is OK with the latest generation

      One word of caution: DON'T get 802.11g stuff yet unless you have money to burn and want it now. Stick with 802.11b. A lot of companies (Apple and Linksys are the biggies) are selling stuff that's "based on the emerging 802.11g standard". Nobody knows yet whether that hardware will be compatable with the standard when it comes out.

      Anyone who bought an X2 or K56Flex modem will be able to tell you about what "software upgradable" really means in the face of unknown standards. It means (if you're lucky) "the manufacturer will reluctantly exchange your product if you're willing to ship it to us and wait two months for us to send a different reconditioned unit with a new chip."

      --
      Forward, retransmit, or republish anything I say here. Just don't misquote me.
    17. Re:What are your preferences? by jclendenan · · Score: 1

      as a hint, try adjusting the phase output from the AP or server card. the transmiter and reciever antenni should (i believe) be pointed in the same orientation.

      Laptop pcmcia cards are usually Horiz transmiters, and Apples/embeded cards tend to be vertical. I usually put one going straight up and one going directly horizontal and it seems to work better

    18. Re:What are your preferences? by The+Clockwork+Troll · · Score: 1

      ... and sufficiently small values of Quality.

      --

      There are no karma whores, only moderation johns
    19. Re:What are your preferences? by afidel · · Score: 1

      Why do you say that, my USR cards were all software upgraded from X2 to the final v.90 spec.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    20. Re:What are your preferences? by jovlinger · · Score: 1

      thanks for the tip. Will try when I get home.

    21. Re:What are your preferences? by Anonymous Coward · · Score: 0

      Are you buffering? That's makes a huge difference. Watching vid is time and sync dependent, unlike a data transfer, which is receive and acknowledgement dependent.

  10. Cat5 by cscx · · Score: 5, Informative

    Run CAT5 all over the place... in addition to Ethernet, CAT5 has an impedance of ~ 100 ohms which makes it perfect for both balanced analog audio signals and digital AES/EBU if you want to do that. You want to go balanced if you're doing long cable runs otherwise you could pick up hum.

    1. Re:Cat5 by SL33Z3 · · Score: 5, Insightful

      With all the talk about wireless, this post would almost seem archaic to some. However, I wanted to pointed out that this is probably your best option if you can do it. it requires quite a bit of work in breaking up drywall in spots to run your cable, then patching it up. However it works well. CAT5 doesn't fall prey radio interference. With my wireless network, I've had some interferenece when using my 2.4 Ghz telephones. CAT5 doesnt' have this problem. I might also recommend if you make this investment in CAT5 , go plenum. It will keep intereference down from power cords and light fixtures that would impede plain ole CAT5. It costs more, but definitely worth it. I have a 2500 SF house I'm building and a single box of 1000FT wired EVERY room in my home, sometimes two or three runs to each room. I ran each cable from a spot in the garage (for God's sake, don't run them next to your power box). I then built a patch panel into the wall bought a media cabinet from Blackbox.com (expensive, so look at others such as "Leviton" or their newly aquired company "OnQ" ). You can place your modem, router etc in there.

      Of course, this all only takes care of your networking needs in the home. Check out avsforum.com to get help with everything from running cable, to selecting the right equipment for you.

      --
      SL33ZE - Artificial Intelligence is No Match For Natural Stupidity -
    2. Re:Cat5 by Anonymous Coward · · Score: 0
      You want to go balanced if you're doing long cable runs otherwise you could pick up hum.
      Right, and then you'd forget all about wanting to have a cool home entertainment system.
    3. Re:Cat5 by delong · · Score: 4, Informative

      if you make this investment in CAT5 , go plenum.

      Not to mention adhering to cabling standards and building codes...

      "Plenum" cable is just that, cable designed for installation in the building "plenum" - the space between the ceiling and floor. It's teflon coated so when your pad goes up in flames, it doesn't produce poisonous gas and kill you before you can get out. It's mandated by cabling standards and by law in many places.

      Derek

    4. Re:Cat5 by djweis · · Score: 4, Informative

      Plenum cable is needed if the space between the ceiling and floor is an air return for that floor. Your house does not have an air return plenum ceiling.

      To the parent poster, you must have wired differently than me. I wired my 2000 square foot house and put in just under 1 mile of cable with 2 outlets of 2xRG6 and 2xCat5 in each bedroom, three in the family room, and one in the kitchen and one in the dining room. There was another thousand feet of audio cable in the ceilings.

    5. Re:Cat5 by Graspee_Leemoor · · Score: 1

      " It's teflon coated so when your pad goes up in flames, it doesn't produce poisonous gas and kill you before you can get out"

      Yeah, but loads of other stuff will quite happily fill in for your cable to produce toxic fumes while burning.

      graspee

    6. Re:Cat5 by Anonymous Coward · · Score: 0

      I'm not so sure that cat5 is perfect for balanced audio signals (although balanced itself is definitely a good thing!). For one thing, a real audio cable is going to have signal conductors entire inside of a shield that's connected to ground. Cat5 isn't shielded at all. It does have twisted pairs, which as I understand it are great a keeping down the capacitance, but that doesn't really help you at all with analog audio, which is already a very limited bandwidth. (For those who didn't follow that, running wires parallel to each other over a long distance creates the same effect as a capacitor, and putting a capacitor in parallel with a circuit carrying an AC signal in effect puts a low-pass filter on the signal. That limits the bandwidth, but the bandwidth requirements of an analog audio signal are quite small. Possibly so small that capacitance through cables just isn't an issue?)

      Having said that, I think Cat5 is a good thing, because the surest way to avoid picking up interference over long cable runs is to go digital. If the signal is already digital, then IMHO the most logical thing to do is convert it to analog after it has gone through any long cable runs.

      If you're going to take that approach, I personally recommend building a silent PC. See Silent PC Review for some tips on that.

      My only other comment is that there are actually some really nice USB A-to-D and D-to-A convertors available, ones that are suitable for professional recording. I'm not sure of the max cable length of USB, but perhaps you could handle remote rooms by stringing long USB cables. Then another theory is to just run S/PDIF from room to room. Hopefully it can handle the distance. I guess my point here in this last parapraph is that maybe you don't have to install a computer in every room just to keep the signal digital as long as possible.

    7. Re:Cat5 by martin · · Score: 2, Interesting

      hmm cat5 gives alsorts of issues with analogue (audio) signal balancing. Sure you run unbalanced but it's not worth it. (Check the AES standards). Every studio I know of still runs analogue over 10baseT for this reason.

      Of course if you run the signal in digital format the problem of signal balancing goes away, but the problem of a decent a/d converter does crop up. Most of todays sub $150 are OK, but not up to the standards of a decent home hi-fi (>$1000).

    8. Re:Cat5 by PerlGuru · · Score: 3, Funny
      However it works well. CAT5 doesn't fall prey radio interference. With my wireless network, I've had some interferenece when using my 2.4 Ghz telephones.
      Let me just point out that you are missing a wonderful oportunity. "Honey, I'm sorry but we really must get that new featureful 5.6ghz (or is it 5.8ghz) multi handset cordless phone system if you want to continue to play the sims on the laptop and talk on the phone." Took a bit of convincing but it worked for me! =)
    9. Re:Cat5 by SL33Z3 · · Score: 1

      I have four bedrooms. Each have 1xCat5 & 2xRG6 cables. I only needed to run one cat5 since my builder already ran cat5 for my phone (it's becoming fairly standard for builders to use cat5 instead of cat3 for phone lines). The exception to the bedrooms was that I ran two to the master bedroom.
      Downstairs, I ran 3xCat5 to the great room, 1xCat5 to the kitchen and formal living room -- nothing in the dining room. I ran 2xRG6 to the great room, and then from each of those drops I ran a racetrack through the ceiling and walls to above the fireplace. in the racetrack I ran 6xRG6 cables for HDTV components. So at either of the drops, I can place my A/V components and then put my component out to the plasma tv that is going over the fireplace. HD needs 6 components. I'm not buying an HD plasma, but I want to make sure that I had the components run for it in case I upgrade in a few years. Additionally, by running the race track, it makes it easier for me to change the cable types running from components to the TV should standards change. All I have to do is pull it through the track.

      Of course, I haven't even begun to discuss my speaker setup yet :)

      --
      SL33ZE - Artificial Intelligence is No Match For Natural Stupidity -
    10. Re:Cat5 by Alioth · · Score: 1

      What a studio runs is largely irrelevant to the home. The studio needs perfection - the home doesn't. My living room isn't a sound-insulated anechoic chamber: there are plenty of other sounds coming from outside (maybe the washing machine is running, possibly a bus goes by outside) - and with that, I'm probably not going to notice any artifacts a not-quite-optimum piece of cable puts in.

    11. Re:Cat5 by SL33Z3 · · Score: 1

      All fine and dandy if your neighbors aren't amping their 2.4 phones so the signal is stronger. I have a neighbor who can walk to the end of the street with their phone -- and does. Of course, phone interference isn't your only concern with wireless networks. You still have other forms of interference that can distort your signal and at best -- only decrease the speed -- but sometimes cripple the network. Will DirectTV signals distort a Wireless network? I doubt it, but I dont' know. There are just too many ways to interrupt a signal that wired networks aren't subjected to. Of course, I will have wireless in my home as well so I can walk out to my wooded garden patio with my laptop and sit on my front porch and code. But for critical services, it's faster and more reliable to go with wired networks IMHO.

      --
      SL33ZE - Artificial Intelligence is No Match For Natural Stupidity -
    12. Re:Cat5 by martin · · Score: 1

      True

      but if you've spent a reasonable amount on hi-fi/video then why FUBAR it with duff cabling. In fact IMHO cabling is THE most important part as you'll get getter results for less money with decent cabling than anything else..

      just a thought...

    13. Re:Cat5 by Casca · · Score: 2, Informative

      I might also recommend if you make this investment in CAT5 , go plenum. It will keep intereference down from power cords and light fixtures that would impede plain ole CAT5.

      This is not true. Plenum cable does not differ from non plenum rated CAT5 cable in terms of how well it deals with EMI, it only means that it doesn't give off noxious fumes when it burns. If you want cable specially shielded to deal with EMI you might try something like this. No, I don't work for blackbox.

      I agree with the part about checking out avsforum, there is more information there about audio/video than a reasonable person could ever hope to absorb.

      Good luck.

      --
      Casca
    14. Re:Cat5 by PbF00T · · Score: 1

      When I built my house five years ago, 100mbps switches were still a little expensive for the home user. So, wanted to connect all the "wiring closets" on each floor with co-ax between 10mbps hubs to start. But running co-ax vertical in the house was a dead end.

      Solution: I ran conduit in the form of Central Vac tubing from the attic to the basement, then ran Vac tube from a electrical outlet box (dedicated, of course) in each room on the second floor to the attic, and from each room on the first floor to the basement.

      The attic to basement "conduit" tee's off to the "wiring closets" on each floor. One such wiring closet is actually the linen closet in the upstairs guest bathroom.

      A while back, I got a nice high end switch, stuck it in the basement, replaced the co-ax with cat5 and collapsed the "wiring closets" to the basement switch.

      The Central Vac tubing cost me about$70.00 at Home Depot to do a 3700 sq ft house.

    15. Re:Cat5 by Anonymous Coward · · Score: 0

      Well I hope you KNOW they are amping their signal, because I can do the same thing with MY 2.4 phone, and I'm not amping anything. They are supposed to go farther, 1 mile range when they first came out

    16. Re:Cat5 by Glonoinha · · Score: 1

      I thought CAT 5 -was- 10BaseT. Category V rated cable over which the ten megabit signal was to be run, the T standing for twisted pair. The fact that it can sustain 100Mb traffic merely makes it a superset of 10BaseT upon which 100BaseT would also run.

      Just because the wire is rated for 100Mb doesn't mean you can't run 10Mb signal over it.

      --
      Glonoinha the MebiByte Slayer
    17. Re:Cat5 by jungd · · Score: 1

      I've just signed to have a 2500sq/ft house built to. Where did you buy the cabling? What about wall plates etc. - can you recommend an online supplier?

      Thanks.

      --
      /..sig file not found - permission denied.
    18. Re:Cat5 by Anonymous Coward · · Score: 0

      Bet you're going to tell us to buy Monster cable next.

      99.5% oxygen free? Who gives a shit. Does it work? Hell yea. Check out my vacuum cleaner cord for my current speaker wires. Sometimes it's just good enough.

    19. Re:Cat5 by polarbear169 · · Score: 1

      Bought mine at www.homedepot.com.
      Got 1000' ft of riser rated (but not plenum rated) cat5e for $55, and they sell the plates, connectors, punch down blocks, and punch down tools as well.

    20. Re:Cat5 by shezwhitey · · Score: 2, Informative

      Using Plenum cable doesn't help with EMI from power cables. Plenum cable is intended to be used in plenum air spaces where if there was a fire the plenum sheath, if burned, would not emit toxic gases. Wiring standards state you have to be at least 5 inches from power wires when running parallel to them. You can be closer but you have to run perpendicular to the power. A good rule is just stay at least 12 inches from the power at all times. The problem is its usually difficult to follow those rules.

      jk

    21. Re:Cat5 by SubtleNuance · · Score: 1

      Look at jacks etc from Nordx

    22. Re:Cat5 by cscx · · Score: 1

      Nah, use CAT5 + a shield, use the shield for ground, and use two twisted pairs for +/- for the two channels. You have two twisted pairs left over for whatever you please.

      Most new studios built today (I should know, I'm doing a renovation right now ;-) are run with CAT5 for the audio... the 100 ohm falls within the AES spec, and is still fine for balanced signals.

      Make sure you have a shield, though.

    23. Re:Cat5 by martin · · Score: 1

      like you said - "balanced" is the important bit.

      It's interesting that alot of our customers at work still use coax for the 'backdone' audio transmission. But then I work for Solid State Logic (yea I know what it says on my homepage) and we are high end....

    24. Re:Cat5 by n7ytd · · Score: 2, Informative
      I might also recommend if you make this investment in CAT5 , go plenum. It will keep intereference down from power cords and light fixtures that would impede plain ole CAT5. It costs more, but definitely worth it.

      Actually, plenum cable will do nothing for interference. As another posted has said, "plenum" cabling is rated for use in places where toxic fumes created by burning the insulation is a bad thing. In some places, it's use is required by law.

      What you are thinking about, I think, is shielded cable, (Shielded Twisted Pair, instead of Unshielded Twisted Pair) which does no good unless you use the shielding properly. Just running STP cable instead of UTP will probably not help with interference unless the shield is grounded at one end.

      But, no matter. Most people in a residential setting would be hard pressed to prove that any networking problems they have is due to electrical interference with the CAT5. That's what the Twisted Pair part of the cable is for.

    25. Re:Cat5 by Anonymous Coward · · Score: 1, Informative

      CAT5 has an impedance of ~ 100 ohms which makes it perfect for both balanced analog audio signals and digital AES/EBU if you want to do that.

      Are you crazy? CAT 5 is unshielded twisted pair cable. It would be horrible for analog audio (even balanced) and it wouldn't work very well for digital AES audio either. Analog audio put though twisted pair cable would sound like your telephone and would be very susceptible to any interference.

    26. Re:Cat5 by Anonymous Coward · · Score: 0

      Also something else is mandated by numerous wiring standards, required by building codes in some areas, and is generally a very good idea: conduit. It's a hassle and it adds cost but man is it every useful. If you're home is in the country or if you're home is for example a summer home or winter cabin (where it's unoccupied for long periods of time), you'd be a fool to not run all your electrical wiring in some sort of conduit. This is the only way to protect wiring from rodents. Yes, it does happen. Mice and rats do chew through wiring and this can cause fires. Just look at their larger cousin the pack rat. Those little bastards chewed through the wiring on our 40' gooseneck trailer 3 times over the winter before we finally rewired it and used galvanized coduit. It stopped the pack rats cold. I highly recommend you consider it.

    27. Re:Cat5 by Anonymous Coward · · Score: 0

      Actually 10Base-T required Cat3 or better. IEEE 802.3u (a.k.a Fast Ethernet) mandated Cat5. GigE can run over Cat5 as well. It doesn't have to be Cat5e or Cat6, although each is better. Cat3 is a pain. We've ripped out miles of that shit over the last 3-4 years.

    28. Re:Cat5 by Excarnate · · Score: 1

      Make sure you get white covers if you have white walls. Beige wall plates on white walls looks so ass. This goes for electrical, switches, etc.

      If you run wires for ceiling fans run 3+ground wires so you can control the fan independently.

      I've bought my cable and plates at Home Depot--better than Lowes and often surprisingly good prices.

      One bit of advice I've seen is to have pipes for data cabling installed (I suppose it is PVC) everywhere. That way upgrading is trivial (have a string or fishing line (or 2) in each run to pull new cable and a replacement pull line). I'll try to find a reference.

      Subscribe to The Family Handyman for lots of useful articles (like how to wire a house for data.)

      --
      .signature: No such file or directory
    29. Re:Cat5 by Anonymous Coward · · Score: 0

      A plenum rating has nothing to do with the speed or capacity of the wire. It just means that it won't give off hazardous fumes when it burns.

      CAT5e is what you want to use (if not CAT6). The "e" stands for enhanced and indicates that the wire is rated for 350MHz. It has more twists in the pairs and is less likely to pick up interferance.

    30. Re:Cat5 by jovlinger · · Score: 2, Informative

      So you're the guy keeping Monster Cable and other witchdoctors in business. I have one of those green markers, for sale.. cheap! :-)

      I can't agree at all. As long as you're not running over powercords scavenged from your grandmothers old lamps, then every other part of your system has a greater impact. Speakers are the most important factor, both visbly and audibly. Money spent on a system with crap speakers is money wasted. Buy the speakers you need, the components you can afford, and steal cables from your local building site (once again, as long as that isn't where the old lamp cords hang out).

      Cat 5 does make great wiring, as does the heavy-gauge single-copper-core grounding wire you can get at home despot.

    31. Re:Cat5 by ibbey · · Score: 1

      Nah, use CAT5 + a shield, use the shield for ground, and use two twisted pairs for +/- for the two channels.

      Just out of curiosity... Do you use one wire from each pair per channel, or is each pair used as one heavier wire?

    32. Re:Cat5 by cscx · · Score: 1

      Neither. Balanced uses 3 wires... it works kind of like an AC signal. There is a + signal, a - signal, and a ground wire. So both wires from each pair per channel. A standard two-channel device would use 5 wires (2x+/- and a ground).

  11. 2.4 ghz tv sender by Anonymous Coward · · Score: 1, Informative

    I use a 2.4gz tv sender hooked up between my pc's sound/video cards and the tv in the kitchen. To let me watch videos from the computer in the kitchen and to play mp3's with visualisations. Works pretty well except for when the microwave goes on, but then it is only a few metres. However i've had the thing work well at 100.

  12. My approach by rf0 · · Score: 1

    My approach was that I used a fanless Via MB from Mini-ITX which has Tv-OUT. Using that + NFS + Wireless gave me a nice player. However I will admit I haven't got round to installing a remote control..

    It make a nice talking point though

    Rus

    1. Re:My approach by Sherloqq · · Score: 2, Informative

      I would second a fanless mobo. Cheaper than a laptop (even an old one), you could build one inside an older VCR enclosure (prolly even fit a power supply in there), stick a cdrom / dvd drive in there (though I'm not sure how good a playback you'd get... then again, if my K6-2/300 can do it, I'd hope these things can, too). This gives you several bonuses:

      - equipment appears to be part of the entertainment center
      - wireless means good enough mp3 / internet radio streaming and not being tethered to one place
      - tvout + some-software-whose-name-eludes-me gives you the ability to control the box via tv and remote
      - fanless means it's quiet
      - a good laptop hard drive means it's still relatively quiet (or you can go solid-state media)
      - built-in dvd/cdrom allows you to play dvd/vcd(/maybe even divx, but a fanless cpu might be underpowered here)
      - USB gives you the extra flexibility of hooking up other devices (e.g. cameras for picture shows, multimedia
      solid-state cards for audio/images, wireless USB adapters)

      This is the approach I'll be taking. So far, I have a USB adapter for 802.11 (have a PCI one, too, in case the USB doesn't wanna work) and an older ATI video card w/ a DVD add-on and tv-out. Unfortunately, I'v exhausted the wife-imposed computer budget for the year, so it'll be a while before I get anything else :)

      --
      Have EVDO, will travel.
  13. Something else to think about... by Sean+Johnson · · Score: 5, Informative

    If you are concerned about security, you might consider that even if you have WEP enabled with wireless, CAT5 will always be more resilient to eavsdropping on your network streams; simply because it hard to hack into CAT5 physically. Also, as another poster postulated, you have a dedicated 100mb throughput for each device or computer hooked into the LAN. With wireless, it's shared. CAT5 rocks for bandwidth! I can stream straight .VOB (DVD) files from my host computer to the living room computer and it plays just as if it were from a set-top, stand-alone DVD player; no skips or nothing. So you could have video playing over the LAN for one device in one room, and have plenty of bandwidth to spare for a couple of other devices in other rooms. Ultimately I guess it's how you plan to use it that determines the best implementation to use.

    --
    >>>>>> Chewie, take the professor in the back and plug him into the hyperdrive.
    1. Re:Something else to think about... by zerocool^ · · Score: 1

      simply because it hard to hack into CAT5 physically.

      Heh, I thought so too.

      Then, I moved into my townhome here.

      There are 6 townhouses per block, each with 4 bedrooms. There's a company that has a contract to provide ethernet to the townhomes (college town). So, 6x4=24. There's a 12 port switch at each end townhome, 4 wires going into the first townhouse, and 8 going through the attic wall to the next one. Of those 8, the next townhouse gets 4, and the remaining 4 go to the townhouse in the middle, the 3rd one in.

      I have DSL, but it's been oh-so-tempting, since I know my neighbors-toward-the-middle have ethernet, to crawl up into the attic crawl space, cut the cable, put jacks onto both ends of the cut, and install a hub, and end up with free ethernet access.

      The reason I don't is because at the beginning of the year, they have a "free trial period" for ethernet. When I plugged into it during the free trial, it was about 22 seconds before there was a virus sitting on one of my windows network neighborhood shares. Plus, they block a *lot* of outbound ports.

      But, still. Cat5 hacking at it's best.

      ~Wx

      --
      sig?
    2. Re:Something else to think about... by Glonoinha · · Score: 2, Funny

      Just throw a Linksys between the WAN and your computer. Voila! instant black hole.

      --
      Glonoinha the MebiByte Slayer
    3. Re:Something else to think about... by p7 · · Score: 1

      You only have unshared 100Mbps to each machine if you use a switch. Hubs share the 100Mbps. Then if all your devices are hitting a single media server then you are sharing the media servers 100Mbps. Not a big deal since the server will have more bandwidth when wire.

  14. Re:Death to Decmial and date-time system by Anonymous Coward · · Score: 0

    I Propose to use startdates.
    - No time zones.
    - 64 seconds per minute (6bits)
    - 64 minutes per hour (6bits)
    - 32 hours a day (5bits)
    - 32 days a month (5bits)
    - 16 months a year (4bits)
    - 64 years a century (6bits)

  15. use davedina project by Anonymous Coward · · Score: 4, Informative

    I can't stress enough how i h@te the name of their program. I never can remember it when most needed and I always have to search irc logs for it.

    besides that I've seen a demo on FOSDEM in Belgium and it is all you want : tv, dvd, mp3, mpeg/avi/..., photo gallery, ... the works. Even server capacities, XML tv program retreivel, ...

    it is modular and you can choose form programs you want to play your mediums with.

    The dvd player has fully support for the remote control (what it also supports :-)) VERY nice.

    it also has server thingies. You can connect clients to it to setup in several other rooms.

    When my house is more ready I'll use it!

    http://davedina.apestaart.org/content/

    is tha site!

    1. Re:use davedina project by Anonymous Coward · · Score: 0

      Well, they don't seem to have any files released, and the sourceforge mailing list hasn't had traffic on it in 9 months, so it's likely dead.

  16. AV amp by Anonymous Coward · · Score: 1

    i use an av amp, my computer feeds into that (video out, with the audio in and out fed through the amp tape loop) and everything else connects into the amp also, so i can watch divx's on TV through the surround setup, record them to video, whatever... with a video in, you could also record from any source digitally with great ease, just using the vcr video in/out.

    1. Re:AV amp by The_dev0 · · Score: 1

      The AC bastard is on to something. This is EXACTLY how I have my setup, with a box on it's side stacked behind all the other shit out of sight, plugged into the amp, alway switched on, connected to one of the AV channels on my amp(like your nintendo). Wireless keyboard and mouse (no other shit needed on the already full coffee table),with CAT5 running through the wall upstairs to the ... well, office, technically. but it works a treat, lots of storage upstairs, no hassle downstairs. If push comes to shove I can lean behind the cabinet and reset the box.

      --
      Never fight naked, unless you're in prison...
    2. Re:AV amp by Anonymous Coward · · Score: 0

      I use a similar setup to this, but because my amp doesn't support svideo (only composite, which looks really blurry comparatively) I also run an svideo cable directly to the tv from the computer. I use the composite video features of the amp to connect to the VCR I have so I can record stuff to tape for people not so fortunate to have Broadband.

      For audio I use a SB Live 5.1, to which I hooked up a SPDIF optical out. I connect my amp to this with a Fiber Optic sound cable and I must say the sound quality is excelent using this setup, way better than the rca cables I used before I got the optical out adapter (Its from a new machine we just got at work for a server, no chance its gonna need optical out).

      As far as networking, I have wired cat5 to all 3 floors of the house, servers/firewall in the basement, computer hooked up to the tv on the main floor, and the office upstairs.

      Sparhawk

  17. Don't understand the point of IT based HE system by mark2003 · · Score: 5, Interesting

    I'm always a bit sceptical about these ideas and maybe I'm a luddite in this respect. I've always gone for speakers, amps etc. that will give the best sound quality, why I would then want to use an source, such as MP3, that would sound the same on a £50 stereo is beyond me.

    Likewise with internet radio, fine for voice, but when it comes to music I would rather listen to an FM radio station with decent sound quality.

    Likewise using Cat 5 cables or, even worse, WiFi, for linking parts of the sound system seems pointless. Most speaker, cable and amp manufacturers spend a fortune on R&D to develop their products to produce the best quality sound by reducing interference etc. Using cheap (compared to HiFi) R5 cabling or WiFi would negate any of these benefits.

  18. My system by Anonymous Coward · · Score: 5, Informative

    It isn't perfect, but here's a quick list:

    Audio/Video:
    - Kenwood THX Receiver ($400)
    - Infinity 5.1 Surround Speakers (no they aren't dipole)
    - Toshiba 3109 DVD player (older)
    - Toshiba 50H81 16:9 HDTV-ready
    - Digital cable with 5.1 dolby
    - Mistubishi SVHS VCR with SVideo in/out

    Conversion Computer (upstairs):
    - Athlon 2000+, 512MB Ram, 4x80GB drives (manually mirrored with rsync weekly)
    - ATI Wonder TV
    - 100baseT network
    - Mitsubishi SVHS VCR for Playback/Recording
    - RH9.0 Linux
    - MEncoder, vobcopy, mplayer, Freevo and custom scripts for conversion from analog and DVD to DivX 5.0x
    Here's where to get the software: http://www.mplayerhq.hu/homepage/design6/news.html
    http://www.divx.com/
    http://lpn.rnbhq.org/
    htt p://freevo.sourceforge.net/

    - mod_mp3 for streaming audio files
    - Apache web server for Streaming video inside the house

    Playback Computer (near TV):
    - Compaq Armada E500 (900MHz, 256MB Ram, composite video out, stereo audio out)
    - DLink 802.11a PCMCIA adapter (in turbo mode I see 72Mbps)
    - VLC is used to stream the video from the server upstairs

    Plug the laptop into the AUX input for the Receiver and use the Toshiba's aspect ratio and zoom controls to fill the screen completely.

    Works best with DVD conversions. I've converted some favorite VCR tapes too and lots of home videos from 20-30 years ago. There's nothing like being able to have family over and laugh at them as kids going down a slide and landing on their butts at the bottom or seeing Mom in kat-eye glasses.
    Also works great with WinAMP for MP3 and other audio format playback. If WinAMP's video would stream, I wouldn't need VLC

    It isn't a perfect setup. It needs a remote control, a cleaner look downstairs, but for watching a full length movie, it is great - no more switching DVDs or hunting for the DVD . They are all safely away in a closet.

    There are lots of other choices for the Linux software, but for one reason or another, they wouldn't work on my system. Mostly due to dependencies. RPM sucks!

    Could I be first?

    1. Re:My system by Anonymous Coward · · Score: 0

      Forgot to mention that a DLink 802.11a/b access point is used to support the wireless networking. Only 2 systems are wireless and the other 3 are wired.

    2. Re:My system by theedge318 · · Score: 1

      Ok ... you have a setup very similar to mine. However I found a flaw (unfortunately in the very first piece of equipment) the Kenwood THX reciever (the model i have is the VR-6070). As far as audio quality goes, it is wonderful. In fact everything is perfect. But I CANNOT get any other Remote Controls to work with it. I have tried 4 different learning remotes, with no luck.

      Is there any way you have found to control the Reciever either via, Learning remote, or maybe even better yet, via a PC based remote control.

      I have seen a few circuit diagrams for Serial based IR transmitter/recievers, but none of them explain/provide code on how to drive the IR devices that they have built.

      I am looking for any links that might help with this problem, and I don't care about the OS ... If I could only solve it with Windows, I would actually break down and buy a license for my media machine.

      --
      Sig Nazi- "No Sig for you, come back 1 year."
    3. Re:My system by theedge318 · · Score: 1

      Oh yeah, one other important note. The VR-6070 also has an alternate RF input, but I am sure no way I could get that to work.

      Also, what are those plugs labeled "IR" on the back of my Reciever/Cable Box/etc ... is there a way to plug those into my computer directly? or use that as a way to control the kenwood

      Thanks

      --
      Sig Nazi- "No Sig for you, come back 1 year."
    4. Re:My system by Anonymous Coward · · Score: 0
      It isn't a perfect setup. It needs a remote control, a cleaner look downstairs, but for watching a full length movie, it is great - no more switching DVDs or hunting for the DVD . They are all safely away in a closet.

      Not to be a spoil-sport, but have you ever considered whether your setup is legal? By ripping DVDs you've probably violated the DMCA and are breaking the law. Do you have trouble sleeping at night knowing that you could get in some pretty serious trouble for ripping your DVDs like that? Best to take the safe road and just get a DVD changer. Hell, I'm afraid to even talk about playing DVDs under Linux because then people would know that I have to be using DeCSS and am breaking the law. For now I'll just stick to my (legal) binary Windows software to do that until the DMCA is abolished.

    5. Re:My system by Anonymous Coward · · Score: 0

      Mouse Remote from X10 works on RF, plugs into a serial port, works great.

    6. Re:My system by Marqis · · Score: 1

      If it's the same type of plug as Marantz or Sony's then yes, you can control the unit directly. Basically the IR receiver on the front, and that jack on the back are one in the same. So if you feed in the digital IR codes via the wire on the back you're good to go.

      This doesn't solve your problem with the codes however. My guess is that your remote control uses a different carrier frequency. Most remotes use (from memory so I may be wrong) 31kHz signal but others are in use as well.

      The Niles IntelliControl programming unit taught me a bunch about this stuff but it's uber expensive compared to a learning remote.

    7. Re:My system by Bart · · Score: 1

      I have Redrat which can send and receive IR signals and an IRMan which can receive IR, one upstairs in the bedroom and one downstairs beside the PC and amplifiers. The Redrat needed a little bit of coding but now it can learn from any remote and can output any learned signal - this means I can use the little-used buttons on any remote to control other parts of the system

    8. Re:My system by Anonymous Coward · · Score: 0

      Original poster here:
      - My Kenwood THX receiver is the primary remote I use for all my audio/visual equipment. Ithas or can learn all the other codes.
      I have seen codes for it on an LIRC site.

    9. Re:My system by Anonymous Coward · · Score: 0

      a) Copyright Fair Use
      b) It isn't an exact copy
      c) Backup of software, since that is all DVD data is.
      d) Don't share purchased DVD rips with anyone else - go buy your own.

  19. Sacrafice some quality, but gain flexibility.. by ItsIllak · · Score: 3, Interesting

    The core parts of this are:

    1) A computer with an infrared/RF input device.
    2) An A/V tuner + amp + display device in each location as required
    3) Loadsa co-ax cable.
    4) a bank of modulators/demodulators.

    Now, get each input device, (computer, sat box, cd player etc) to modulate itself onto a different channel of a single co-ax that does a loop around the house (or star network, depending on layout). They can do this from any point on the wire and broadcast it back onto it without problems.

    Connect up each of the A/V decoders/demodulators/displays etc, complete with a "magic eye" that can modulate the remote signal back down the same wire, back to each device that has a decoder/re-diffuser.

    The advantage is that you've got a single bit of wire going everywhere that has everything on it.

    The disadvantage is that the quality can be lacking, but that's ALL down to the modulator/demodulator pairs you use.

    You can then even talk to your computer via IR/RF now, which means that this can be extended into an X10 system to control lights (or anything else really).

    Another advantage is that you can watch anything in any room similtaniously.

    1. Re:Sacrafice some quality, but gain flexibility.. by radish · · Score: 2, Informative

      The disadvantage is that the quality can be lacking, but that's ALL down to the modulator/demodulator pairs you use.


      Quality will not be "lacking" it will be *awful*. You will never get acceptable (to me) quality from modulated co-ax. Composite is ugly, Svideo is OK, RGB/Component is great.

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    2. Re:Sacrafice some quality, but gain flexibility.. by Dyolf+Knip · · Score: 1

      Plus a 4-signal stereo modulator will put you back seven or eight hundred dollars easily.

      --
      Dyolf Knip
    3. Re:Sacrafice some quality, but gain flexibility.. by ItsIllak · · Score: 1

      http://www.pccables.com/02403.htm

      a composite + twin stereo modulator for 20 bucks.

      Geez, every vcr has a modulator built in, every sat box, how in gods name did you arrive at the 800 dollar mark?

    4. Re:Sacrafice some quality, but gain flexibility.. by radish · · Score: 1

      I think you replied to the wrong post - I was the one who said I wouldn't touch a modulator for any money.

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

  20. how legal do you wish to be? by Anonymous Coward · · Score: 5, Interesting

    I had the same dilema.

    What I do is quite simple.

    The internet come into the office room (my wife and I share 7 different PCs + one for the children.) Apart from a KVM for my cluster each PC has VNC installed so that I can, for example, switch off the childs PC remotely - which saves a screaming match at bathtime. There is a WIFI access point which means we can use laptops throughout the house and part of the garden (this does include the hammock).

    My designated "media" PC has a 2.4Gig AV transmitter which are fairly common is consumer electronic places now. I have multiple recievers around the house - 1 for bedroom TV/Stereo, one for dining room stereo, one for TV room TV/stereo etc. The only place I miss this is the shower.

    The TV room system also has a transmitter (on a different channel) so the cable can be watched on any of the other TVs in the house (all watch the same thing at the same time). To switch from watching cable to listening to the stuff from the computer is a simple matter of flicking a switch on the reciever.

    The only thing to watch is that you set up the channels on the wifi and tv transmitters so that you don't get interference from each other.

    It could be better but it works a treat here. And importantly my wife can still work out how to switch things on and off ("1 TV, 1 cable box, 1 VCR, 1 DVD player, 1 Stereo - just to watch TV! You have got to be kidding."). The trick is to leave everything on and just switch screens off.

    1. Re:how legal do you wish to be? by pesc · · Score: 1

      The only place I miss this is the shower.

      Agreed!
      What I really want to have is a waterproof tablet PC. It would be perfect to use for surfing in the bath!

      I need a nice LCD touch screen. Battery operated with a couple of hours worth of life time (I don't need more in the bath; my skin gets wrinkles after a while.) WiFi so I can stream from my media servers. I don't really need a local disk since I could boot Linux remotely. It should float of course. No fans. It could be water-cooled if needed! ;-) And keep my bath water warm!

      If you think about it, it wouldn't be very difficult to make. There are no controls or ports needed so the waterproofing should be easy. Inductive recharging of batteries? And not expensive either.

      Hmmm... Maybe I should make one myself? I wonder if Mini-ITX good for mobile use?

      This would be the ultimate geek bath toy! I know you want one too.

      --

      )9TSS
    2. Re:how legal do you wish to be? by Anonymous Coward · · Score: 0

      Why not just cut a hole in your wall and put a small 10" Viewsonic LCD(which you cover with plexiglass) and buy a waterproof keyboard / mouse?
      Feed cables back to under the sink or into a closet next to the bathroom

    3. Re:how legal do you wish to be? by rleibman · · Score: 1

      Or even better, cover it with a one way mirror, that way all you see is a mirror when the monitor is off (I saw something like this with a TV in the bathroom mirror in a model house recently)

  21. Home Wiring. by Anonymous Coward · · Score: 0

    How you wire it really has to do with how much you like tearing up walls. If you can stomach the rewire then your best bed is Cat5 everywhere you migh ever want a device. Video, Speakers (audio), Control, LCD screens, HVAC, LAN, all of it can be run over cat5 now with baluns or converters. All the major home automation systems use Cat5 (Panja/AMX, Stargate, etc). I would also recommend running some coax to save the trouble of balancing a load of cat5 for video, but thats just me. I recently did a system with 8 cat5's per jack, one to two jacks per room, plus stereo built in speakers and electronic volume controls in each room. That was new construction though, so much easier. (I put this stuff in for a living) Also of course cat5 can be used for phone (up to 4 lines per cable). Ideal solution, run cat 5 to a jack plate in each room, assume 1 ethernet, 1 svideo, 1 composite video, 1 stereo sound (or optical Toslink using a toslink to cat5 balun) Run Cat5 to each wall plate that you might wish to control (i wouldnt worry about light switches, X10 when properly installed works well for those and uses powerlines for control) I would run at least 1 mabey 2 to anyplace you want a touchpanel in the future, and one to each volume control location (Or multipad location). This stuff can get really complex but at least the wire is cheap. Remember that cat5 can do gigE now and if you instal 350mhz cat5e/6 you can probably do 10ge in the future. This is more then enough to stream even HDTV.

  22. Re:Don't understand the point of IT based HE syste by paulmew · · Score: 1

    An IT based HE system would be pretty handy for me. Problem is, local UK BBC radio station (line of site to my house, way too much power, dire content) completely knocks out anything of any interest on the radio (specifically BBC Radio 4, which is pretty much all I listen to on the radio). So, to listen to Radio 4 in the house with any degree of quality I need to be in the same room as my PC. Also, there are a number of other BBC radio stations (Radio 7 for example) which are now only available on satalite, DAB or Internet, so it would be pretty useful to be able to listen to those anywhere in the house (without just turning the volume up really loud and annoying everyone)

  23. Re:Don't understand the point of IT based HE syste by Anonymous Coward · · Score: 0

    Some of the radio stations I listen to off the net are unique in their programming. I can never find what I want to listen to on the FM dial. Either there are too many crappy commercials or just top 40 wank.

  24. I say the opposite, wire the sucker. by Charcharodon · · Score: 5, Interesting
    Put in the wire. One it'll add value to your home and relatively cheap to install. Two it's secure, you don't have to worry about the neighboors mooching off your bandwidth or poking around in your file servers. Go with the cat 5e since the gigabit switches and hubs are rapidly falling in price. Might as well give yourself a little future proofing for your network.

    I run a 240gb raid 0 file server for all the music and movies(126gb MP3's & 40gb movies). I also use it as a game server. The raid array keeps things humming along, but I'll cry if one of the drives dies, since I haven't got enough spare room to back everything up yet. Individual things like tunes and movies are played off of machines in the living room or the various bedrooms. A DSL router provides internet access.

    A friend of mine has a similar set up, but went an interesting route for his massive DVD collection. Get yourself a good DVD ripper or just go buy one of the big Sony DVD jukeboxes. They hold something like 100-500 DVD's. This guy has one of the larger models which he controls through a PDA. He just puts them in when he buys them and doesn't usually remove them. He has the title listing on his LAN and found some software that turns his PDA into a programable universal remote. His MP3 collect which for some reason is identical to mine, he controls through a webbrowser. I'm not sure if he just wrote the code(html)or had a piece of software, but reguardless he can control that as well from any machine in the house or his PDA.

    1. Re:I say the opposite, wire the sucker. by EMN13 · · Score: 1

      I had something like that - two servers with 240GB raid arrays (well one with a 240GB Raid 0 and another with 230GB JBOD setup). In many was they backed each other up, so in case one array died I woulnd't lose everything...
      Of course, then I had 3 (!!) drives die within three weeks, and it's all all all gone *sniff* :-). One of em was an IBM known not to be real safe (one of those GXP75's) But the real killers were the twin WD1200JB's for the Raid array which died simultaneously due to a cheap crappy annoying power supply (a temporary Power Supply I had in for a month or so until I got a better one).

      That was one expensive mistake, both in time (I've reripped most stuff now but still), collection (stuff from "friends"), and $$... oh well...

      --Eamon

    2. Re:I say the opposite, wire the sucker. by epiphani · · Score: 1

      i already cried.

      just last week I lost my 70 gigs worth of anime, music, movies and trailers, and such things.

      BACK UP YOUR STUFF.

      --
      .
    3. Re:I say the opposite, wire the sucker. by Cereal+Box · · Score: 1

      Well, you paid for all that stuff, right? So it's just a matter of re-ripping it all, right?

    4. Re:I say the opposite, wire the sucker. by GunFodder · · Score: 1

      Just a matter of re-ripping? Do you know how long it takes to rip several hundred CD's? I hope I never have to do that again.

    5. Re:I say the opposite, wire the sucker. by Cereal+Box · · Score: 1

      Yeah, it takes a long time.

      But, as long as you paid for all that stuff and didn't just download it off Kazaa at least you CAN re-rip it all.

    6. Re:I say the opposite, wire the sucker. by drsmithy · · Score: 1
      I run a 240gb raid 0 [...]

      "Optimised for failure"

  25. AVSForum by SL33Z3 · · Score: 5, Informative

    One of the best sites around for this sort of information is http://www.avsforum.com/

    Do your research in their FAQs and then post any questions you have to the board. The site is ass-ugly, but it's great information!

    --
    SL33ZE - Artificial Intelligence is No Match For Natural Stupidity -
    1. Re:AVSForum by gatekeep · · Score: 2, Informative

      Specifically, the HTPC forum might have some of what you're looking for. It's geared mostly towards HD PVR, DVD Playing, etc.

  26. Ground Loops by ViXX0r · · Score: 5, Insightful

    One thing I can't stress enough is to be wary of ground loops when connecting any number of audio/video components together. If there's more than one path to ground throughout your entire connection of equipment it's extremely likely you will hear a 60Hz (50Hz in europe) hum in the background of all your music. I just managed to track down and stop mine the other day.

    Connecting a computer and a home stereo receiver is probably the most common cause of this effect.

    Fortunately, you can get ground loop isolators pretty cheap for line-level, and cable tv applications... of course, if you choose wireless this is a moot point.

    --
    University - a box of academia nuts.
    1. Re:Ground Loops by sbryant · · Score: 3, Informative

      Simply connecting things together wil not necessarily cause a ground loop problem, but connecting devices on different power loops probably will. Houses will generally have different loops for different floors (each with its own fuse), and quite possibly different loops for different rooms on the same floor.

      If you do any PA work outside, you'll realise how easy it is to get a ground loop - it can literally be quite shocking! Although we had a generator, we would wire earth to a foot long copper spike, which was hammered into the ground behind the stage.

      Another thing I've found: check your power cables, especially the connections inside the plugs, as these can come loose with time.

      -- Steve

    2. Re:Ground Loops by ViXX0r · · Score: 2, Informative

      My loop was caused by having my computer (in another room - same floor) connected to my receiver through the cable tv (split between my digital cable box, and my tv-card). Putting a VERY simple isolator (made from two opposite 75-300Ohm adapters connected together) was all it took to break the ground between them. It removed the hum from my sound, hoirzontal bars from my picture and lowered the overall noise floor of my system.

      It's possible to get ground loops even from outlets on the same circuit if the ground between them is poor. The only effective way of connecting multiple grounded audio devices together without isolators is to plug them into the same power strip or, of course, to use properly balanced equipment - which most consumer electronics are not.

      --
      University - a box of academia nuts.
    3. Re:Ground Loops by stilwebm · · Score: 1

      I realized I had what must be a ground loop between my stereo and my computer, which are only connected by the line out on the soundcard to a line in on the stereo. Both are on the same outlet but different surge protectors. Actually, I think it is more the switching powersupply on the computer than the surge protectors. In any case, what is a good way to isolate a ground loop on a line level connection? My theory was perhaps a grounded chassis-to-chassis connection, but my tests didn't seem to work.

    4. Re:Ground Loops by ViXX0r · · Score: 1

      Well... the only good way to break a ground loop is using an isolation transformer. Radio shack sells one for less than $20. You just plug the audio from the computer in one end and then from the isolator to the stereo on the other side.

      To test whether you do indeed have a ground loop, get a cheap 3-2 prong cheater plug (you plug a 3-prong cord into it, and only 2 prongs come out the other side) thereby eliminating the ground on your computer (best to put it on the powerbar, since your connected monitor and printer, etc... will also make the connection). If when it's plugged in through the cheater the hum goes away then it's a ground loop and the isolator should fix it. Do not leave the cheater plug in as the solution since having ungrounded equipment that was designed to be grounded is really unwise.

      Here's the Radio Shack part link.

      --
      University - a box of academia nuts.
    5. Re:Ground Loops by revery · · Score: 1

      as these can come loose with time.

      Ah, my normally-quite-correct friend, I am sorry to say that this is Slashdot and you are required by law to say "as these can come lose with time."

      Try to be more careful in the future.

      Don't loose you're head. ;)

      --

      Was it the sheep climbing onto the altar, or the cattle lowing to be slain,
      or the Son of God hanging dead and bloodied on a cross that told me this was a world condemned, but loved and bought with blood.

    6. Re:Ground Loops by stilwebm · · Score: 1

      Good to know. Thanks.

    7. Re:Ground Loops by Anonymous Coward · · Score: 0

      If you have optical connections, use those. One of the benefits of optocouplers is the electrical isolation provided.

  27. Re:Don't understand the point of IT based HE syste by njan · · Score: 5, Informative

    Whether or not MP3 reduces the sound quality of any given source (which obviously it does), you can tell the difference between a production quality set of technics speakers and the 5watt multimedia speakers that shipped with an mmx-era tiny: in just the same way that a decent car will still handle well on a poor quality road, decent hardware will make the most of whatever sound you feed it.

    With a few exceptions - notably headphones - this isn't the case. There are certain lines of sennheiser headphones, for instance, which sound dreadful when fed a 64kbps mp3 of classical music; however, even on a 160kbps mp3 feed, my pair of Sennheiser HD500s sound positively wonderful, especially when the music has as few channels as possible. This difference in headphones is mostly due to the fact that headphones aren't designed to playback recordings made for speakers - which your body naturally perceives accoustically due to the multiple, far-distanced soundsources and diffuse reflections off environment and shoulders. Even the most expensive headphones still find it extremely hard to compensate for this; the best solution is to use a binaural recording, made generally by a set of microphones embedded in a plastic or polystyrene fake head, such that playback sounds as realistic as possible.

    In short, hardware DOES make a difference - even to a 128kbit mp3 feed. But what would sound bad on good hardware at that bitrate would sound bad on any set of speakers - and if you're really after audiophile sound quality, you won't be feeding a set of expensive speakers with a low-rate mp3 file.

    Remember also that most recordings are now made digitally - it's extremely easy to get hold of even mp3 recordings of extremely high quality (256kbit mp3 files are practically indistinguishable from cds to the lay person's ear; with ogg vorbis, the compression artefacts drop vastly in occurance and this applies to an even greater degree)....

    --
    I am a viral sig. Please copy me and help me spread. Thank you
  28. Re:Don't understand the point of IT based HE syste by Anonymous Coward · · Score: 0

    Likewise using Cat 5 cables or, even worse, WiFi, for linking parts of the sound system seems pointless. Most speaker, cable and amp manufacturers spend a fortune on R&D to develop their products to produce the best quality sound by reducing interference etc

    hahahahahahahahahahahahahaha!

    Oh I'll bet you $500.00 you cant hear the difference between cat 5 wiring and $60.00 a foot no-oxygen monster cable.

    only the uneducated rich believe any of the crap that the manufacturers and audiophile magazines spew forth.

    if I cannot detect it on an ossiciliscope, something that is 1000 times more sensitive and accurate than your ears... you certianly cant.

  29. Re:Don't understand the point of IT based HE syste by mark2003 · · Score: 1

    I agree - a poor quality source will always sound better on a set of B&W Nautilus speakers than on PC speakers.

    However, why waste a lot of money on decent speakers to play poor quality source through them? I think MP3 players are great (I've got a iPod that I use all the time) but I still play CDs through the CD player at home where portability is not an issue and sound quality is - I only have to carry a CD across the lounge...

    Interesting to hear about the quality of 256kbit mp3 files, however until ARCAM or NAD or any of the decent HiFi manufacturers make an audiophile's mp3 player I still don't think it will match CD.

  30. xbox by yeager74 · · Score: 1

    There's only one thing to do. Buy a M$ Xbox and a modchip Run Xbox Media Player Cost? Around $200 I bought two.. Microsoft will not earn money on me. Dan

    1. Re:xbox by doofusclam · · Score: 1

      That's exactly what I did. It's nice because the xbox goes directly to the router meaning I don't need the pc turned on. The latest CVS builds have goom visualisations too, it's a nice easy thing to use when people come round for a party and you haven't sorted out the music.

      You can also browse photos on the network or built in hard drive while listening to tunes btw.

    2. Re:xbox by Anonymous Coward · · Score: 0

      'Microsoft will not earn money on me'.

      How did you work that out exactly? You just bought 2 Xbox's... and incase you haven't heard microsoft makes money on the sale of each one ...
      Did I miss something Cos I really don't understand this "i'll give money to microsoft in order fuck over microsoft" approach. something dosen't quite make sense! hrm, I wonder what that is ...

    3. Re:xbox by Anonymous Coward · · Score: 0

      For the most part (there are exceptions to any rule) console makers produce the hardware at a loss for quite a while after its release. With their initial loss per Xbox being tremendously high, I would imagine that they still are not making any money on the console itself.

      The business model is to make up that loss in software.. If you mod the xbox and only use it for something like Xbox Media Player, that is one more console that they can never make money on.

      I am not supporting the activity, I am happy with my Xbox as a video game console, just trying to clear up the situation.

    4. Re:xbox by Juise · · Score: 1

      Yeah a modded Xbox + XBMP is the best way to go for a multimedia hub if you don't need PVR capabillities. P.S. For those of you that say M$ makes money on the xbox. M$ lost $50 per unit(production cost, not development) when it was released @ $300 per unit!

      --
      The past is just the present only older -me-
  31. Integrated mobile audio, video and computing by maroberts · · Score: 1

    In my day we called these things .... ... laptops.

    --

    Donte Alistair Anderson Roberts - hi son!
    Karma: Chameleon

  32. Wire early by slim · · Score: 1

    Just in case anyone reading is in this situation:

    I bought a new build house, and the first time I saw it, they hadn't yet fixed the stud plasterboard to the interior walls.

    I should have taken that opportunity to flood the place with Cat 5, but I didn't.

    Next time, eh...

    1. Re:Wire early by Anonymous Coward · · Score: 0

      Before the plasterboard went into my house, i drilled down holes for the cat 5 and left strings so i could just drop it straight down. Worked a charm, and saved money =)

  33. Conduit by maroberts · · Score: 5, Interesting

    If you decide to go wired, run conduit instead of wires everywhere, that way, if you decide to change your solution in later years you don't have to rip the walls up and replaster, just run new/more wires or fiber-optic cable down the conduit. {I'd like to take the credit for this idea, but I saw it in a previous Slashdot article as I was Etherneting my house)

    --

    Donte Alistair Anderson Roberts - hi son!
    Karma: Chameleon

    1. Re:Conduit by theflea · · Score: 1

      Right...I think the "best option" is flexibility, and the ability to reshuffle things. If you've got a good conduit situation that makes it easy to run new wires through the attic (or whatever) you could go with cat 5/6 now....but if fiber or some other medium was needed in a few years, it would just be a saturday afternoon project.

      How many times have you seen this at your workplace: the physical location of network wiring & electricity dictates where your servers or other equipment will go in a building. That's like the tail wagging the dog.

      A combination of wired and wireless solutions seems to be the best idea, though.

    2. Re:Conduit by n7ytd · · Score: 2, Interesting

      Be sure to follow local building codes! Apparently, conduit can act like a chimeny or a fresh air vent to help a fire along, so they are sometimes frowned on in residential construction, or you may be required to cap all unused ones.

    3. Re:Conduit by Anonymous Coward · · Score: 0

      You couldn't be more right on the conduit! Also remember to string it to make things even easier for you.

      My builder wouldn't let me touch my house, and wanted a rediculous amount of money to run conduit so I decided on wireless :)

      But I did find out they ran an extra conduit from my fuse panel into my attic all on their own. Nice!

      Always keep code compliance in mind. Inspectors do check this kind of thing when you go to sell your house.

      --Darren

  34. KISS by zloppy303 · · Score: 2, Interesting

    Is say Keep It Simple Stupid (KISS).
    Internet Radio(with the same music in each room): put a stereo amplifier in each room, and interconnect them via the "tape" i/o. No need to stream anything and you can choose the volume for each room individually.

    Video: Put a thin client (x-terminal) in your Home Theatre, 2 reasons: Low Noise and Low Noise ;) Only problem: sound also gets to the other rooms(interconnected amplifiers) so you might want to use a separate soundcard with videoplayback.(for true 5.1 sound you might want to do that anyway)

    --
    Beware of Programmers who carry screwdrivers. -- Leonard Brandwein
  35. iTunes & Home Theater....wireless by djupedal · · Score: 2, Informative
  36. Portablity vs Multistream (Was:Wired vs Wireless) by C0deJunkie · · Score: 0

    I don't think that bandwidth sharing should be take into account. How may movies are you able to watch at the same time?
    Instead i would watch a movie or browse the web while I'm cooking in my kitchen, or having a bath.

  37. No visible wiring, no CRT by aug24 · · Score: 4, Interesting

    Your spouse will hate wires if you have one. Work out where your cable runs should be and make sure they are invisible. Or go wireless.

    Projectors are now at a sensible price, starting at about 900gbp for an Epson EMP-30. I use one of these and it's fine. My girlfriend and I love the way the TV and everything disappear when not in use, meaning the house centres naturally around the fireplace as if it were 1940 again!

    Projectors also work really well with a KVM switch. Put the monitor output into the 'Computer' input and the sound into a hi-fi, add a wireless keyboard and you are laughing, whether you have ten PCs or two.

    If you are expecting lots of different audio channels: PC, TV(etc), CD, not to mention the old favourites like radio, then get a separate pre-amp with /lots/ of channels and a good amp. I didn't do this and I now find myself swapping cables, which is irritating. I will be buying a good pre-amp soon!

    Justin.

    --
    You're only jealous cos the little penguins are talking to me.
    1. Re:No visible wiring, no CRT by Anonymous Coward · · Score: 0

      "the house centres naturally around the fireplace as if it were 1940 again!"

      If it were 1940 again, the house would center around the radio, not the fireplace. Oh, you said "centre," so you're talking about the UK. In the states, homes haven't centered around the fireplace since before the First World War (that's "The Great War" to you) ;^)

    2. Re:No visible wiring, no CRT by mercenaryCoder · · Score: 1

      Projectors definately have their advantages if you can control the light. The moderate priced models are usually less than 2000 Lumens and will not look their best in a well lit room. A good home theatre receiver unit with multiple chanels would be great. My setup utilizes a "BookShelf" stereo, so I use a cheap ($20) A/V switch to select between signal sources.

    3. Re:No visible wiring, no CRT by aug24 · · Score: 1

      The Epson's only 800L, actually, but it works perfectly well so long as there is no direct sunlight on the screen. Thus I have placed the screen at the opposite end of the room to the window.

      For best effect, I must admit, I have a variable lamp in the living room, so I can have enough light to see the room, but leave the screen nice and bright.

      20 dollars? About 13 quid? Excellent, I can see a visit to Maplin (UK equiv of Radio Shsck) tomorrow!

      J.

      --
      You're only jealous cos the little penguins are talking to me.
  38. Re:Don't understand the point of IT based HE syste by hplasm · · Score: 1

    Amen!

    --
    ...and he grinned, like a fox eating shit out of a wire brush.
  39. Another solution for by abhisarda · · Score: 4, Informative
    If you want to listen to internet radio on your stereo, then what you need is (AudioTron) from TurtleBeach.

    Here a Tom's Hardware Guide to Music Across Your Home Network

    . Here are some reviews of the AudioTron Phataudio, DesignTechnica, Cnet and Whiningdog

    DesignTechnica gives it a 9/10.

    Congrats on you new home.
    1. Re:Another solution for by kfhickel · · Score: 1

      Yep, the audiotron is "da bomb" (sorry).

      I've had one for a couple years, the support is fantastic, and it works very well.

      -Kelly

    2. Re:Another solution for by beefauju · · Score: 1

      DONT BUY AN AUDIOTRON!!!! I install custom home systems and there is a much better way to get mp3s around the house. If it's coming from a pc, keep it on the the pc. the audiotron has a crappy and clunky interface. I have one for whoever wants it.

    3. Re:Another solution for by joe630 · · Score: 1

      How about a suggestion on another device that streams MP3s from your computer, is component sized, has digital out, plays any streaming audio and doesn't require proprietary formats?

    4. Re:Another solution for by blakeh · · Score: 1

      I just put a creative SB card in my system, connected it to my Tape input on the reciever and play excellent quality MP3's etc using mplayer or xmms. It works great. No one in my house can tell the differece between that and CD's if I ripp the songs at a good bit rate.

      If I want to play Internet radio I just point xmms to shoutcast and play music thru my stereo for hours. I also set up a script to pull streams from shoutcast via "streamripper". Streamripper can then output the music to a port number I specify and save the songs to disk as well. Then using xmms (for example) I listen on that port and presto-chango it's playing on my stereo.

      I have a JVC reciever (forget the model) with a 100 watt amp for each channel. Its about two years old.

      Believe me it's nothing fancy and I need to write some simple python stuff so my wife can use it. But it does sound good.

    5. Re:Another solution for by Rosonowski · · Score: 1

      I wouldn't mind playing around with one. Email me?

      (slap some asteriks in the subject line)

      --
      01101001 01100001 01101101 01101110 01101111 01110100 01100001 01101100 01100001 01110111 01111001 01100101 01110010
    6. Re:Another solution for by tHiNk411 · · Score: 1

      I was currious in picking an audiotron up, want to make a deal?

    7. Re:Another solution for by beefauju · · Score: 1

      How about a computer? Why use more than you need? Anything that is going to be competetive in the mass market has to adhere to industry standards so proprietary formats aren't an issue anyway. As far as music goes, if you are enterataining you won't be sitting in front of a PC so use a PC. I have found the easiest and best way is to avoid as many tweener devices as possible. You have to run cat5 for operation so instead, run a line level directly from the PC. The interface and options are much better and the sound is excellent. Running an optical cable 2 ft. to a reciever is only costing you money. If you have a laptop, set up a auto-switching line level device such as the SIMA SVS-4D. It will give you multiple access points through out the house for any device such as a portable mp3 player or PDA. If you want to be able to sit in your living room with your receiver while you entertain, send a video feed to the TV from the PC and buy a bluetooth setup with a auto/remote access switch(Retail $199.00) from the PC across the house for on screen music, video, picture or internet access. It would be a bit more than the Audiotron with a truck load more options. Maybe I was a little hard on the Audiotron, I'm sure it has it's place. But I was sold on the reviews from the site like many others. Since I bought a $10.00 cable and hooked up my PC directly, the Audiotron, it's frustrating interface and it's lack of playback options on the main unit have been collecting dust.

    8. Re:Another solution for by joe630 · · Score: 1

      You know the options you are talking about here are expensive.

      The audiotron is EASY, acts like a stereo, has a remote control and integrates easily.

      Sometime I just want to puch play on my stereo and make it go. Audiotron does that.

      Also, the quality of a soundcard output with a 75' cable running to my computer is questionable. Computers don't belong in your living room. I have an office for that.

      For $300, I can seperate my entertainment from my computer equipment.

      The interface on the atron is exceptionally easy to use. It's less difficult than a 5 disc CD player once it's setup properly.

    9. Re:Another solution for by beefauju · · Score: 1

      The options I mentioned I can do for $50 over the price of an AT minus the convenience of bluetooth. 75' is nothin for line level. Your computer IS entertainment. I have set up 2 AT and I thought they were a bitch.

  40. Hehe. I know Im gonna get bashed for this.... by Toodles · · Score: 5, Interesting
    For the connections in the house, go with a wired setup whenever possible, and make sure you have conduit to run whatever the cable du jour will be in the future. One or two access points plugged in outta sight wouldn't hurt either.

    Now for the fun part, actually USING that bandwidth. I hate M$ to, but the best way to play whatever you need at any location is with a modded Xbox and Xbox Media Player Website. This spliffy piece of software can play just about any media format you can think of, from VOB, DivX, Mp3, Ogg, and many many more obscure formats. It can play them from the harddrive, dvd drive, or over the network with SMB (Windows) shares, Shoutcast for your internet radio, and tons of other options. Divx plays just fine over a 10mbit connection, so switched 100mbit aught to be a dream. Here is a review of XBMP on TechTV with videos of it in action. Picture slideshows, playlists, this piece of software just keeps getting better and better. Fully controllable with a standard controller or the DVD remote you can purchase separately. (I recommend the Logitech RF wireless controller if you can justify the extra money. Solid contruction, flawless performance.) Its all about the wireless, baby.

    Even better, no expensive modchip or chip installation required. Some people figured out how to run code without a chip, and some others figured out how to flash a BIOS on the Xbox with this technique. No chips, just shorting two easy points on the motherboard. Check on the #xbins channel of Efnet for information; look for the 007 agent under fire package with raincoat. You'll need a friend with a modded Xbox to get the savegame on a memory card, but once done, Xbox is a cinch to crack.

    As a perk, you could even get a few room-to-room Halo/Unreal/RTCW/Doom 3 games going on.

    --
    Toodles D. Clown
    1. Re:Hehe. I know Im gonna get bashed for this.... by Yort · · Score: 1
      with a modded Xbox and Xbox Media Player Website

      For those of us who a) don't want to really buy an Xbox 'cuz we already have a PS2 or b) don't want to mess with modding an Xbox even if we have one, wouldn't Qcast do the same thing?

    2. Re:Hehe. I know Im gonna get bashed for this.... by Anonymous Coward · · Score: 0

      Qcast will stream videos, play MP3s and view JPGs. It does have some downsides though. The interface isn't nearly as nice as XBMP and it's not customizable at all. Second, there is no fast forward or reverse. XBMP has that.

      You can read the forums at www.qcast.com to get a better idea what people don't like about it. I used Qcast for a while, until I modded my Xbox. With the modded Xbox you can run XBMP, and all kinds of other things. I'm enjoying the MAME, NES, and SNES emulators as well. Plus I think the Xbox and Mod chip combination costs the same or less than the PS2, memory card and Qcast option, if you're starting from scratch.

      tk

  41. Audiotron is my choice by whirlycott · · Score: 4, Informative

    I bought an Audiotron recently and hooked it up via a Linksys wireless bridge to my network. All of my mp3 files reside on my linux server and are accessed via samba. I use iTunes on my Powerbook to rip my CD collection and manage the mp3 files.

    I've had it probably for a month and it's been great. The unit is stable and the wireless network is great. I don't notice any performance problems with the wireless, despite what others are saying about it.

    Originally, I wanted to hardware the unit thinking that it would be a problem, but running cable is such a hassle in my house and I figured I would just try out the wireless option. Since it works, I'm happy. Music never skips or pauses or whatever.

    I've saved a huge amount of space in the living room where all the CDs used to be and have also really reduced the visual clutter.

    I also looked at the slimp3 player that someone else mentioned, but decided I wanted something "appliance-like" that wouldn't have me digging through perl server code in the middle of a party when I want to be listening to music. The other reason is that the Audiotron supports streaming Windows Media which I use to listen to a radio station in France and this was a must-have for me.

    Fyi, if you go with the Audiotron, you should check out my Whirlycott Audiotron TOC Generator which builds table of contents files for the Audiotron to read. This makes scanning your MP3 collection a task that takes just a few seconds (I have around 5000 files) versus 10 minutes.

  42. chimneys flues by Martin+Spamer · · Score: 3, Funny


    My home is an old-style brick house with chimneys, since it's modernised with gas powered heating, i dont use the flues. Since there is a unused fire place in the middle of every room in the house and the flues make great cable ducts, fairly short, wide and easy to use.

    My switch is in a cuboard in the loft with easy access to the converged flues.

    Also opened out the fireplaces make great recess for equipment.

  43. I don't need no steenkin' computers... by jamis · · Score: 2, Interesting

    In my home entertainment system, at least...

    The home entertainment system consists of:

    Sony TV
    Pioneer 5.1 Digital Reciever
    Cambridge Soundworks speakers (MC300's, Surround IV's, etc)
    Toshiba DVD player
    Sony CD Player
    ReplayTV
    TurtleBeach AudioTron (MP3/Internet Radio)
    Nintendo GameCube

    The last three items are wired to the Router/Gateway/Wireless Access Point/Cable Modem. Upstairs are all the computers (3, not including free roaming laptop) hooked up to a 10/100 switch and a wireless bridge to communicate with the downstairs. The server is upstairs and serves the MP3's to the AudioTron.

    Works for me.

    1. Re:I don't need no steenkin' computers... by Anonymous Coward · · Score: 0

      >Hello, I would like to buy a car to replace my old
      >bike since I just got work in another town.
      >What car would you recommend?

      I don't need no steenkin' car... I've got 3 mountainbikes and a tandem. Takes me everywhere I want to go.

      Works for me

  44. Cat5 and an XBox by NerdENerd · · Score: 1

    I have Cat5 running all over the house. Great for having a central DivX and MP3 server that you can watch from anywhere in the house. I have been struggling with a PC and TV out for a few years, but Windows is not ready for the longe room just yet. Since I put a modded Xbox under my TV, I have never looked back. Xbox Media Player is the best lounge room machine for playing DVD, MP3, net streaming radio without spending alot of money. Of course you can play games on it as well.

  45. I went thru this a few years ago by dnoyeb · · Score: 3, Informative

    www.amphony.com
    www.dalco.com
    www.adventaudio.co m

    Looked for some way to get cable signal to my computer without putting a hole in the wall. And how to get computer signals downstairs to the TV.

    Not gonna be able to move the cable TV signal wirelessly. The line level signals are possible though.

    Run CAT5 or CAT5e, either will do fine. Forget wireless for the computers. I have that network too, and its bandwidth is certainly more than enough to watch streaming programs, but it sucks when you want to move around said files in whole. Plus lots of things can degrade the signal. Suffice it to say wireless does not like to go vertical, it does, but it looses a lot of power.

    Now that you have run the proper flavor of CAT5 (www.dalco.com), you are going to need a computer right next to your stereo. As for running audio video signals this is the preferred order of formats

    1. digital
    2. high voltage
    3. lower voltage

    This means that running speaker wire is your last resort, run line level if u can, and of course digital is WAAAAY better. The higher the voltage, the less your signal will degrade on long runs, this is why the voltage the power companies send out is SO high for the long runs, but stepped down when it comes into your house.

    I ended up giving up the computer audio thru the stereo because of my house setup, maybe next time though. Currently I use Advent's wireless speakers. They work on 800MHz and dont interfere with my 802.11 network. Plus I have headphones for them as well. But they do pick up quite a bit of the occasional statis. Works best for stationary speakers, the headphones I have when I cut the grass do not work nearly as well. But they work. Also check out the products of www.amphony.com. Note though that this is the same frequency as 802.11 wireless network and the 2.4 GHz phones as well. You wont really *hear* any interference I don't think because they are digital I believe, but you will just get smaller bandwidth when the phone / speakers are running. In my Advent's 800MHz speaks, I occasionally hear the neighbors on the telephone because they are not digital. Thisis basically a wireless way of sending a line level signal thru the house. I also have a receiver I can put on my stereo if I want to send signals to the stereo from the computer. Though anyone in their right minds would prefer the SPDIF, and it will not go across the wireless I assume, havent tried.

  46. "Now that I'm finally a proud homeowner..." by Anonymous Coward · · Score: 0

    ... who should have cared about one thing:

    LARGE diameter ductwork

  47. ITX boxes. Everywhere. by woom · · Score: 1

    Wire your house or get a decent wireless system. The cost will be about the same in the end, and there's enough bandwidth to support a family in both. Put an ITX-based computer in every room. Or at least in every room where you want any kind of media. You're all set. //J

  48. it's wired world... by Anonymous Coward · · Score: 0

    As a project for a friend of mine, about a year ago, I wired a very nice, large, expensive home with loads of cat5e cable (probably about 12,000 feet of it, if that gives you any idea of the size of the house), and put network connections in every single room of the house, for convenience.

    also, I wired up network connections at every place an entertainment center would be located, which was about 5 rooms or so.

    I then ran heaps of really good, expensive, (and, most importantly) shielded speaker wire in the house and ran the wire from entertainment centers to points in the ceiling where in-ceiling speakers would be installed. I did this in 4 areas -- a recreation room, the kitchen, a bedroom and the master bedroom shower stall.

    While this may sound strange to some, well, don't knock it 'til you've tried it -- there's nothing better than taking a scorchingly hot shower with your favourite music cranked up to 11. It takes singing in the shower to a whole new level, as you then have something to sing along to! :)

    (and yes, we did use the proper type of speakers for the shower stall so that the speakers wouldn't get damaged)

    After doing all that and waiting for the drywall to be complete, I had the owner of the house purchase a bunch of SonicBlue RIO Receivers and parts to build a server to support the RIO Receivers.

    I then proceeded build the server and to rip and encode his entire cd collection (which was a very large number of discs) and organize it as well as go through the motions of tagging the files with the proper info so that each song had proper date information... it was a lot of work as there was a monumental amount of cd's there, but it was well worth the effort.

    and then ...

    after the drywall was done, i installed the speakers and purchased amps for each of the individual rooms that were to have music. The larger rooms got 8 speaker setups (the kitchen and the rec room), and the bedroom got a 6-speaker layout -- 2 in the shower stall of the master bedroom's bath suite, and 4 in the main part of the master bedroom.

    fantastic.

    you can listen to mp3's anywhere in the house. and they sound amazingly good. my ears are sensitive and are easily burned by low-bitrate mp3's, so I understand why some people are quick to comment that "well, mp3's sound like shit, so why should I bother with them? the quality sucks!" ... obviously these individuals are probably snooty audiophiles that are grousing about mp3's as if everyone in the world strictly uses 128kpbs as the standard bitrate or that the low-bitrate, badly-encoded examples of shit mp3's that are easily obtainable from people who are KaZaA users and don't know how to encode an mp3 properly are the regular norm.

    if you have low-bitrate mp3's or poorly encoded mp3's using inferior codec's (a'la going and grabbing stuff off KaZaA), yeah, they're going to sound like shit, no matter what you listen to them on -- and to some people, like myself, cause you misery -- if i listen to 128kpbs mp3's for any length of time, i suffer a feeling very much similar to how 'ear fatigue' feels.

    However, if you bothered to encode your mp3's at a high bitrate (like 320kpbs), you'd find that the fidelity, even at loud volume levels, is quite adequate and it's well-worth the extra disk space to do so. Every system in the house sounds absolutely amazing and since the mp3's did not come from dodgy and dubious sources, they all sound excellent.

    the only bummer is that SonicBlue did the chap-11 thing recently, so these boxes will probably get snapped up quickly. but they're well worth it. They're similar to the SliMP3 boxes, except they have a smaller display. The smaller LCD display on the sonicblue rio receivers do display more data tho -- much more data, but they're difficult to read at a distance.

    So if the SonicBlue boxes aren't an option (or you're not keen to run winders), the SliMP3 or the Turtle Beach AudioTron is for you.

  49. Consider Mini-ITX And A Media Node Model by Levendis47 · · Score: 4, Interesting

    I'll let all the other trolls duke it out over wired vs. wireless. My only comment there being that if you can afford 54Mbit wireless for the data and 900mhz/2.4Ghz "rabbit-ear" relays for the audio, it'll save you a lot of headache w/r/t running wiring, breakout boxes and having a central cabling hub. If you do go wireless, remember that 2.4GHZ cordless phones and certain microwave ovens will toast your band width when in use. I'm using a 5.4Ghz cordless system in a 54Mbit 2.4GHz wireless field and have seen little to no cross-over interference.

    What I'd recommend from an system infrastructure standpoint is to consider the Mini-ITX form factor for building "media nodes". The nice thing is that for less than $500US you can build a complete mini-itx system with 120GB+ of storage capable of 5.1 audio (via optical out) and s-video out. For a bare audio server with no optical drive you can even get that price closer to $300US. The core idea here being that you can start small and expand your system just by adding new nodes with specific functions.

    e.g. Make a single audio server node first, once you're done with that you can inexpensively add another box to the system that supports video file serving and sits under your TV and can play directly onto such. Etc, etc for adding digital player nodes elsewhere... I'm pricing a mini-itx system for about $250 with an old 6gb HD and 128mb of RAM that can serve as a streaming video/audio node for the TV in my bedroom. The idea is to also make some nice simple, large-text rendering web interfaces for managing all of this from a central machine anywhere in the house.

    For more info on mini-itx: http://www.mini-itx.com

    ATI's Remote Wonder wireless remote control is pretty nice too. X-10 makes a similar model that can also be integrated to control their digital-home power/audio/video transmitters and switchs.

    All and all, have fun with it and think more task-oriented about how you want to use the technology that's so readily available.

    cheers,
    Levendis47

    --
    --==[ AOL YIM ICQ : Levendis47 : levendis47@yahoo.com ]==--
  50. xBox + Media Player = Ultimate Home Entertainment by jonahark · · Score: 1

    In my opinion, the XBox with XBox Media Player is the ultimate universal media player.

    Key abilities:
    1) Play virtual every type of media file
    2) Play media off of any networked computer running Samba/MS Networking
    3) Play media locally off of CDs and DVDs or the local hard disk.
    4) Play streaming media from the internet
    5) Has a real remote control

    Nice pluses:
    1) Great game system
    2) No blaring fans that a PC would have
    3) Hurts Micro$oft*

    The cost: Less than $300 including Xbox, mod chip, and a 120GB hard drive.
    There is some manual work required setting it up, but you will find nothing else that offers close to this feature set for that price and with that footprint.

    If you have, let me know.

    Check it out

    *The xBoxes are sold at a loss and are supposed to make it up on license revenue from games sales. If you don't buy/play games, MS has a net loss.

  51. I don't have a home, by noogle · · Score: 0

    you insensitive clod!

    --

    I'm smarter than the average bear.

    1. Re:I don't have a home, by sn0wcrash · · Score: 1

      Think of it as a possitive. Cabling a cardboard box is much easier!

  52. My experience: wired *and* wireless by Glyndwr · · Score: 2, Insightful

    Our household LAN has various components, like a file server, an Xbox for DivX and mp3 playback through the 5.1 surround sound system, and a half-dozen PCs (shared house). We needed both wired (for speed; e.g., file server to LAN or Xbox to file server) and wireless (for laptop flexibility) so we installed both. I can use my iBook with a little micro hifi in the kitchen to stream mp3 wirelessly, as the layout of the house made wiring the kitchen a pricey prospect; meanwhile, I still get to shove gigabytes of data on and off the file server pretty quickly from any of the wired desktop machines.

    I think the best answer depends on the layout of your house, but with wired being so cheap, I would suggest using wires were you need them and they can be easily run, and wireless wherever wires cannot reach.

    As for getting music to each room, I'm leaning towards the view many other posters have suggested: round up some classic Pentium desktops and use them as streaming nodes. It's not fantastically elegant but at least it's cheap and flexibile.

    --
    You win again, gravity!
  53. Re:Don't understand the point of IT based HE syste by njan · · Score: 1

    Obviously, using expensive speakers entirely for that purpose would be pointless, but most computers nowadays ship with pci soundcards which outdo extremely expensive hifis for sound quality; it's the file that's being played which is the problem, something which a lot of geeks are woefully ignorant about. *grins*

    Interestingly, a lot of audiophiles have built their own extremely high-quality CD players out of commercially available IDE cd drives (mostly creative drives) - the potential which computer hardware has is quite underrated, which is why almost without question I'd play mp3 files through a well-equipped computer - you're right, until a good hifi manufacturer makes a proper mp3 player it won't even vaguely match the quality of CDs - although not because of the mp3 decoding; the sound hardware which is in practically all portable players is woefully inadequate for amplification; only minidisk players have been equipped with decent quality interfaces, as yet - and an extremely high proportion of sound engineers (particularly theatrical engineers or those who don't do fixed-studio work) use these.

    --
    I am a viral sig. Please copy me and help me spread. Thank you
  54. Re:Don't understand the point of IT based HE syste by MrFredBloggs · · Score: 1

    "until ARCAM or NAD or any of the decent HiFi manufacturers make an audiophile's mp3 player I still don't think it will match CD."

    Some hifi manufacturers sell cd players which support MP3 but you can't polish a turd. MP3s will always suck next to CDs (even CDs are pretty poor next to the next gen sound sources).

  55. The General Consensus by Anonymous Coward · · Score: 0

    "The trick is to leave everything on and just switch screens off." This must be a US thing... No wonder we are all choking on your shit. 20% of the worlds CO2 emmissions for 5% of population, and all that.

    1. Re:The General Consensus by Anonymous Coward · · Score: 0

      Screw turning off the screen. Those damn monitor switches are the first thing to do. Just leave it on period. Fusion generators are immenent anyway.

  56. These Guys Are nuts by The_Doughboy · · Score: 1

    A computer can not make good Audio, and that is a well known fact. You got a few options, for Audio I use a Turlte Beach AudioTron, it has an Optical Digital connection to the Amp, and a PNA or Ethernet connection to your network, both are great. Plus it can play a lot of Streaming Audio formats. For Video use a PS2, with Ethernet Adapter, Monster Cable and the software called QCast Tuner which pulls any kind of Video off of your network. This won't allow you yet to get your PC Desktop on your PC but it probably gets everything you really wanted.

  57. HiFi-4-mp3's by bogden · · Score: 1

    For video, I think the hands-down solution is an extra stripped-down windows/mac box, hardwired preferably via ethernet to your big HDDs.

    However for audio, a less obvious but elegant solution can be to get a soundcard (or motherboard, such as some of the Soyo's) that has optical SPDIF audio out. Then get a USD$100 used "dolby digital stand-alone decoder" (I have one made by Marantz, and it works great) to hook up the optical out to. This has the advantage of both avoiding practically _all_ grounding/humm issues, and letting you do 5.1channel AC3 out from your computer if you want (from a DVD or otherwise).

  58. Audiophiles on a budget by pkw111 · · Score: 0

    We just recently upgraded our sound system with the purchase of a FM transmiter. Now we can tune into our mp3 playlist as we get close to home on the drive back from work! This means:

    Crisp, stereo sound for us and our neighbors,
    No puching holes in walls,
    No long cables dangling around.

    You dont have to do anything else because most audio units come with a decent fm tuner - even alarm clocks...aaaahhhhhh techno in the morning.
    We bought a cheap one off hobbytron.net ( the UK-222), and it does a nice job.

  59. My own HE concept by Kosi · · Score: 4, Informative

    To be completely wireless you'd have to wait at least for the 100 MBit WLANs, and then you'd still have to share them between all nodes. So better put Cat5e (to be ready for Gigabit) in your house, connect them to a 100 Mbit switch, optionally add a wireless AP (for notebooks or else).

    For watching all kind of video (yet except .rm and .mov :-) on my TV and listening to MP3s in the living room I bought a modded Xbox and stream the audio and video files from my server (with RelaX). This way I can add "radio appliances" everywhere there's access to the network.

    To record moves or shows from TV, put a DVB card in a PC for having the best quality.

  60. Re:Don't understand the point of IT based HE syste by giel · · Score: 1
    Most speaker, cable and amp manufacturers spend a fortune on R&D to develop their products to produce the best quality sound by reducing interference etc. Using cheap (compared to HiFi) R5 cabling or WiFi would negate any of these benefits.

    What interference? I don't think a digital signal can suffer from interference like analog signals do.

    --
    giel.y contains 2 shift/reduce conflicts
  61. Is that hype I hear in here? by Anonymous Coward · · Score: 0

    Come on, guys! The wireless-is-problematic non-sense is over the top. I'm effortlessly ssh-tunnelling divx (1000kbps) from a firewall'ed Apache server on a 802.11b network and MPEG2 (DVDs, etc) equally effortlessly over 802.11a. No problems with bandwidth, even when there are simultaneously running clients. As for security, ssh guarantees that nice, warm feeling, no?

    However, I also have great affinity for FireWire. I've seen various attempts to use FireWire for home entertainment systems but I'm not certain of the current state of affairs. If it wasn't for the fact that I don't own tech gear other than computers (and my trusted old NAD amp with TDL speakers), that would presumably be the route I would take. With FireWire 800 (and higher) coming out, that should ensure perverse amounts of bandwidth (for simulatenous DVD, satellite, terrestial TV playback/recording), not to mention the usual suspects: P2P capability, isosynchronous connectivity, IP-over-FireWire, and all of them at once, at that.

    Just my well-spent money worth ...

  62. Wired vs. Wireless? by theLOUDroom · · Score: 4, Informative

    Come on that's like a joke.

    I have wifi in my apt and I use it, but there's no way in hell I would ever think about making my AV setup wireless using current technology.

    Do you have any idea how the reliability of a wire compares to that of a WLAN? There's a reason every PC doesn't ship with a wireless keyboard, and it's not cost...

    It's reliability. My keyboard sits in the same place all day and so does my computer. If I never move them or unplug them, I could basically expect that connection to outlast the keyboard. No batteries to mess with, no interference (unless you have some seriously illegal RF equipment), complete immunity from casual snoping.

    Guess what? My TV sits in the same place all day too. Besides, show me one piece of wireless eqipment that transmits video as well as a set of 75ohm component video cables.

    Go with wires. For everything. Use wifi for your laptop.

    The real decision is what wires to run.

    As far as:
    RG6 vs. CAT5e, digital vs. analog, line level vs. speaker level (for audio)

    Run all of them. You need coax for video, cat5e for networking, digital (AES/EBU whatever) for long distance audio transmission, and speaker cable for your speakers. Run extra. Especially cat5. Consider running fiber too. You can get 1 cable that has everything I just mentioned inside it and run that.

    I think the best suggestion I can make is to buy pro-audio gear. It's designed to work well with long distance interconnects (everything is typically balanced).

    For video, get decent coax (well shielded) and possibly a decent amplifier as well.

    --
    Life is too short to proofread.
  63. Re:Don't understand the point of IT based HE syste by Anonymous Coward · · Score: 0

    Maybe there's something you could do with a directional aerial to help with the R4 situation... Or there's freeview as well as the options you listed (and with BBC going free-to-air on satellite at the end of May, you'll be able to use a straght MPEG decoder rather than needing to cope with videoguard, so that option becomes quite a lot cheaper).

  64. Re:Don't understand the point of IT based HE syste by Zapman · · Score: 1

    What audiophiles realize is that equipment makes a huge difference in sound quality. What they don't realize is that people's audible memory (memory for the quality of the sound) is about as bad as our memory can be. If you go to an audio shop, they usually 'switches' that let you listen to different gear, instantly. You're listening to one receiver, then 'switch, you're music is coming through a different one, in about one second. Then you can hear the differences. However, if you drive 5 minutes to someone's house and listen to their rig, you're not going to be able to tell which sounded 'better'.

    That said, stereo and home theater rigs are going to sound better than computer rigs, if for no other reason than better speakers. Computer speakers can't use large magnets, where sterio speakers can.

    If you switch back and forth between CD source, and MP3 source for the same track, you'll be able to tell a difference (unless you encoded to 256 kbit). However, if you used a decent encoder, and a decent bit rate (128+) it will sound acceptable.

    To give a final answer to the question above, the reason you listen to MP3's over your stereo is convienience. No changing CD's, no waiting on the 200 disk changer to rotate 180 degrees to find the disk you want, better UI for selecting disks/tracks, better randomizer functions, custom playlists, etc. It's fantastic for background noise in a party, and great when you're puttering around doing things.

    If you're just relaxing, and focusing on the music, then you'll probably want the CD.

    --
    Zapman
  65. KISS DP-500 by Anonymous Coward · · Score: 0

    How about one of these?

    1. Re:KISS DP-500 by Anonymous Coward · · Score: 0

      Or even better buy a kiss dp-500 dvd/divx/mp3/ethernet player for two hundred bucks and stream internet radio/mp3/avi off of a pc in a different room. Works a treat and is quieter than even the quietest pc. (I've had mine for a few weeks and recommend it www.kiss-technology.com)

  66. CAT5 by z80 · · Score: 2, Informative

    I went with CAT5 in every room in my house. Two ports in every room which enables me to do both ethernet and phone easily through a patch panel.

    It's really hard work unless you are taking down walls anyway or just have easy access and/or the right tools to do the job but it's worth it.

    --
    -- http://z80.org - all opinions, all the time --
  67. Re:Don't understand the point of IT based HE syste by big_gibbon · · Score: 1

    You don't have to use Cat5 / whatever for the wiring. I've done a simple job (nforce2 mainboard -> length of co-ax -> receiver / hi-fi / DVD player setup) but it allows me to stick on a huge playlist of mp3s for parties, listen to mp3s which I don't have burned to CD (legal ones!), listen to internet radio, play games in 5.1 using decent speakers . . . and when I want to, I've got an audiophile quality system for listening to my CDs or watching DVDs

  68. Re:Don't understand the point of IT based HE syste by Sherloqq · · Score: 1

    What interference?

    I think he's talking about wifi interference (which would cause skips and/or drop the feed altogether). Cheap cables are less immune to radio interference, and remember that when they're connecting your speakers to your amp, or your tv to your video source, the signal is analog by then.

    --
    Have EVDO, will travel.
  69. Here is what I do. by SphynxSR · · Score: 0, Troll

    I turn the TV off and go outside. Life is much more entertaining. Also buy a motorcycle, better than any home entertainment system. But really, a mix of wireless and hardwired is the best bet. Use it where you need it.

    --

    I don't suffer from insanity, I enjoy every minute of it.
  70. Re:Don't understand the point of IT based HE syste by theLOUDroom · · Score: 1

    What interference? I don't think a digital signal can suffer from interference like analog signals do.

    Yes it can, it just takes more interference for it to actually happen. A "digital" connection is still really analog. It's not like there are ones and zeros traveling do the cable, what's being communicated are voltages. These voltages are treated as ones or zeros depending on where they fall in realation to certain cutoffs..

    --
    Life is too short to proofread.
  71. Wired vs Wireless = both by adzoox · · Score: 3, Interesting
    I would definately be ready for both. While it costs more - you may want to get a certified wiring/network planner to plan out your "technology" - to sort out interference concerns. In your research, I'd be looking that up more than anything else.

    I discovered that I had to unplug my Apple Airport Base Station AND my 802.11 printer adapter ANY time I wanted to use my wireless speakers because they interfered with each other (both on the 2.4Ghz channel) = there was a pop in the audio with 802.11 on

    Also nearby wireless cameras make a difference as do nearby phones. Plan for hardwired phones to be near basestations OR get a different spectrum phone like a 5 Ghz phone

    I have also discovered that Bluetooth interferes with my Logitech mouse working - so it's good to do some small testing just so everything will work everywhere.

    Also, make sure the general area of your "brains and bulk" to your computer is located opposite from your kitchen as it is the area in MOST houses that draws the most amount of electricity and the microwave can cause interference too.

    For internet, I have been personally recommending to my newest customers that they not have a landline phone period and just use a cell as a home phone (there are adapters availible that allow you to use all the phones in a house with a cell phone) - or potentially use a VoIP phone - use eFax for faxes. Get broadband.

    --
    Yell & scream & rant & rave... it's no use... you need a shaaaave ~ Bugs Bunny
    1. Re:Wired vs Wireless = both by jargoone · · Score: 1

      there are adapters availible that allow you to use all the phones in a house with a cell phone

      Care to elaborate or provide a link for this?

    2. Re:Wired vs Wireless = both by Anonymous Coward · · Score: 0

      I tried to but couldn't find one - I know they are availible at Best Buy (but you can't link to anything there.)

    3. Re:Wired vs Wireless = both by Anonymous Coward · · Score: 0

      chill out, dork. go get laid ...

    4. Re:Wired vs Wireless = both by cayenne8 · · Score: 1
      For internet, I have been personally recommending to my newest customers that they not have a landline phone period and just use a cell as a home phone (there are adapters availible that allow you to use all the phones in a house with a cell phone) - or potentially use a VoIP phone - use eFax for faxes. Get broadband.

      Errr....not too good if you're wanting to avoid the Cable Co. I prefer ADSL for broadband.....and satellite for tv....

      However, if they every come up with ADSL over the phone line WITHOUT having to have an active phone account....count me IN!

      cayenne8........

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    5. Re:Wired vs Wireless = both by kryptobiotic · · Score: 1

      I was looking into this a while back when I dropped my land line in favor of a cell.

      cellsocket

  72. Re:Don't understand the point of IT based HE syste by Anonymous Coward · · Score: 0

    Wow, what city do you live in that has decent sounding FM radio? Where I live, they compress the SNOT out of it. (Also, where I live specifically happens to be at the bottom of a big steep hill, so I don't get the greatest reception.)

    Having said that, WiFi and Cat5 themselves aren't going to have any negative impact on the signal quality if it's still digital at that point. If the original source is an MP3, then yes, it will sound like squeaky crap, but there are lossless codecs out there (like flac), in fact I myself am planning to flac my CD collection and put it onto a big old hard drive just for convenience of playback. If I can afford it, I'll get a nice, pro-quality outboard D-to-A convertor and play through that.

    By the way, to the original poster: if you are concerned about sound quality, don't run long cables from your amplifier outputs to your speakers. Aside from losing power due to losses in the cable, it actually reduces your sound quality as well by worsening your damping factor. The short explanation of damping factor is that your speaker cone tends to want to move after your amplifier has got it in the right place. This is partly due to its momentum and partly due to other mechanical factors (parts of the driver act like a spring that pulls the cone back to its "home" position). An amplifier can offset this electrically, but if the speaker cables have a high impedence, then the amplifier isn't connected to the speakers as well and can't do as good a job. It can't "reach" the speakers electrically because the wire partially electrically isolating it from the speakers by providing resistance. (An amplifier, especially a good one, has a pretty low internal impedence, so even a little excess resistance in a speaker wire can have a significant effect.)

  73. Is there a decent guide to structured wiring? by markhb · · Score: 1

    We're about to build a house, and I'm planning on running inside-the-wall Ethernet / coax myself before the drywall goes on. Is there a guide / book / FM I can R out there that concentrates on this, particularly w/r/t what the NEC (the U.S. Nat'l Electrical Code) rules are, written so that a non-electrician can understand them? I realize the NEC is susceptible to modification by local ordinance, IANAL, etc., but having a clear explanation of what the base code is would be extremely helpful.

    Remainder of my .sig: be the majority of voters.

    --
    Save Maine's economy: write stuff down. All comments are exclusively my own, not my employer.
    1. Re:Is there a decent guide to structured wiring? by Jeff+Kelly · · Score: 1

      We're about to build a house, and I'm planning on running inside-the-wall Ethernet / coax myself before the drywall goes on. Is there a guide / book / FM I can R out there that concentrates on this, particularly w/r/t what the NEC (the U.S. Nat'l Electrical Code) rules are, written so that a non-electrician can understand them?


      I am not a citizen of the US so I do not know where to get a copy of aforementioned rules (although your local building authority might be a good start) but if you can afford the money then you could always charge an electrician with the wiring of your house. These days a lot of firms offer decent services for installing network cabeling.


      Regards

      Jeff

    2. Re:Is there a decent guide to structured wiring? by Anonymous Coward · · Score: 0

      Yes. ISDN spec Bell Premise Wiring.
      Cat 5 uses 4pr, ISDN spec says
      pr1=Blue
      pr2=Orange
      pr3=Brown
      pr3=Green

      Distribution is more of a choice but I like Nortel BIX solution. Use 1A4's for 6x4pr across on a line. Change to BIX 46DI blocks for 6xRJ45.

      All or these mount in a BIX 10A frame.

      Use a separate BIX frame for station cables (cables that go out to your house) and another for source cables (coming from equipment/telco/etc).

      Cross connect between the two. This gives you the flexibility to rewire things as necessary without changing infrastructure cabling.

    3. Re:Is there a decent guide to structured wiring? by Cirvam · · Score: 1

      As others have mentioned in other places, put in conduits, so you can just run whatever you want. That way you can run Cat5e now and fiber 10 years from now or coax to a room you didn't plan on putting a TV in, etc.

  74. Re:Wired vs Wireless: health and ease of access by MickLinux · · Score: 2, Insightful

    When thinking about the wired vs. wireless, don't forget the health issues: the correlations between cell phone usage (that is, microwave frequency radio near the ear) and inner-ear nerve cancer, and the correlations between ozone exposure and leukemia. Although your direct exposure is bound to be less intense for internet than for a cell phone, you have to consider that 24-hour exposure is going to make that more significant.

    Because of this, I'd suggest wired, LCD monitors, and with good ventilation for the power supplies.

    But then there comes another issue: when standards upgrade and you want to upgrade as well, how easy or difficult will it be to change your system? For this reason, I would suggest running the wires behind screw-in molding, or a self-latching molding if you can get it. I'd make the molding large enough to hold at least four cables, maybe larger. Where you have such things as a false cieling [kitchens] or false floor, make use of those. Finally, color-code and tag everything, at both ends and whereever it can be accessed, and make up a master plan of the house cabling. Put that master plan in an envelope that is taped into the router's enclosure, and another copy of the master plan on the inside of the house's circuit-breaker box. Make sure that the master plan references everything by color, so that future owners can easily track things.

    --
    Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
  75. what i do have by s0m3body · · Score: 1

    modified stereo and video, added ports to switch it on/off and receive status mp3 are played from PC, winamp plus couple of useful plugins to do crossfading and volume normalization i do watch tv through video recorder, video goes directly to beamer, audio through pc, pc is doing volume normalization (i don't know why by all ads in TV are much louder then the rest of the broadcasting) one simple VB app which is controlling the devices, and starting playback as required - e.g. when i switch on video recorder, it stops mp3 playback and starts line-in playback, when i swicht video rec off, it starts mp3 playback again, when i press a magic key, it stops everything and does suspend-to-ram, etc ... i'm using mem-PIO device which has 24 ttl i/o ports to do external control/status checks

  76. PS2 and Ethernet/Wireless Bridge by Brew+Bird · · Score: 1

    Use the network adapter and this $50 piece of software...

    PS2 Divx/MP3 Player

    Very cool, just run the media from it's existing location, no need to replicate.

  77. Xbox! by ItsIllak · · Score: 1

    Get an xbox for each room (they're dirt cheap now)

    Chip them.

    Install XBox Media Player.

    Wire it to a central PC that's on the net.

    Stream anything you like (mp3s, video files, streamcast broadcasts.

    Bonus is you can play games, you can amp it to DD 5.1 as appropriate, it's built to be in front rooms, you get a DVD player at every station as well.. and on and on...

    You can view your digital photos in any room etc, all over simple cat5, with LOADS of developers out there improving things every day.

  78. Use Cat5e ... with thought by MS_leases_my_soul · · Score: 1

    I am doing the exact same thing at our 2 story home with am unfinished basement.

    I am running drops to each downstairs room by coming up from the basement to each room. These cables all run to a patch panel in the wiring closet I have built out under the stairs. I am running a piece of conduit from under the stairs all the way up to the attic.

    From the attic, I am coming down into the closet of the home office on the second floor. This is the upstairs computer closet which will house another patch panel and 10/100 switch. I am going to connect the upstairs 10/100 switch with the basement 10/100 switch using Gigabit.

    My wife's PC and my work PC sit in the home office. The kid's PC is on the first floor in the home school room. I am modding an xBox to hook up to the a/v receiver in the den on the first floor. When the basement is finished, it will have a Home Theater room with a HTPC and my MAME cabinet.

    DVDs and CDs have been ripped to the file server. They are played on the xBox using Media Player. Video Extraction off the DirecTiVo can also add content to the file server.

    Note that there is no wireless anywhere in my plan. I have *A LOT* of 2.4 interference in my area, so that combined with security concerns have completely turned me away from 802.11 ... for now. I am sure I will add it in a couple of years when tablets are under $250.

    My wife also wanted audio and, if possible, video feeds to be able to listen in / look in on the baby when she is sleeping. I looked at X.10 devices, priced things out, gave it thought. Here is what I came up with - a $50 set of 900 Mhz audio monitors. They sound better then our old 2.4 Mhz monitors (that interference again) and where a lot cheaper than a full household intercom system ($800 for a kit to do it myself).

    I am still considering a single web camera with ethernet out to look in our the little peanut during nap-time while my wife is homeschooling the older two.

  79. A modest set I have by zakezuke · · Score: 0, Troll

    "Now that I'm finally a proud homeowner, I'm looking to integrate my video, audio, and computer hardware. Specifically, I'd like to be able to listen to Internet radio throughout the house (or at least through my main stereo unit), and transmit video from my computer to my home theater in a separate room.

    I've been visiting http://www.audiokarma.org/ primarly because there is a person there who knows vintage sansui gear. Nots of great people there.

    Now in "theory" alot of vid cards support video output... BUT all the ones I have are crap. I bought a hollywood plus card by Sigma designs on a crappy special, came free with a crappy drive that doesn't play disks from Hollywood video. The nice thing about the newer card atleast is the fact that it offers dolby 5.1 digital output, and comes with a remote control. I know ATI has a vid card with svideo output and wireless remote control, but you'd have to get info form someone who has one, i'm happy with my g-force and dvd decoder combo.

    I did something similar my self, though not the best setup.

    I have a computer knook upstairs, which has 4 cat5 runs to the TV and entertainment system, and currently have Svideo and audio running on the same line though the creative use of splicing. While this is HARDLY ideal for the video, it seems most adquate for audio. I just have to make a secondary run for the video. I know sigma has a newer card that in theory supports mpeg 4, but i've not tested it, but is rumored to do divx-4 as well as xvid. For speakers, I just have a pair for the TV and a pair for the kitchen. As far as a remote control switch, I realy entirely on the telivision who's output is sent to my amp, which isn't ideal, but hey, it's there it does the job, I don't have enough ports on my amp nor switches.

    But needless to say, computer video is on aux-1, digital cable on aux-2. As I have NO remote for the amp, I rely entirely on the telivision's volume control, which shockingly works adquatly.

    -----

    Regardless of wether you are dealing with analog or digital, a good pre-amp is your friend, gives you nice switches to switch between your diffrent gear. You can get away without having one if your amp has enough ports on it.

    For sound, you might consider some vintage gear. While it's not going to support digital nor is it going to support things like remote control, you'd be shocked how good some of the better equipment from the 70's sounds. While my amp isn't anything to really write home about it's OK, my speakers are adquate.. one pair of sansui sp-1500's, one pair of au-300's [3 ways], one unknown advent 2 way, and a cheepo pair of sony uu-s500's. All were pretty much sub $40 solutions in the goodwill / friend forsale type market. While all (except the sony) are about 30+ years old, with the exception of changing out the wooders have required no maintance and sounds pretty damn spiffy.

    --
    There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
  80. Re:Wiring a house for media..(offtopic) by gngulrajani · · Score: 1

    Do you have any exp using the m-audio audiophile usb or m-audio Sonica using the optial out with a dac such as Link DAC III 24/96

    if you have i would like to know about the following:
    -linux support
    - can i control the volume though the spdif device - and then attach the DAC directly to a power amp
    -best
    -greg

  81. Wife Doesn't like Wires??? by Amos+Moses · · Score: 4, Insightful

    Here is an idea that worked for me. Put in moldings. Crown molding that goes around the room close to the cieling, and baseboard molding that goes around the base of a room. You can get it in literally 100's of styles to fit your home/budjet, and used correctly adds really well to the asthetics of a home. You can then run wires along the top of the Crown molding, and pick some that leaves a gap along the foot of the wall, and you can run wires behind it. I let my wife pick out the styles she liked best within the price, and phisical contraints, and she was thrilled. hope this helps those of you who want the CAT 5, but also have wives.

  82. Re:xbox - Yes they will! by Anonymous Coward · · Score: 0

    You shift more boxes, you make more money. The 'loss' is because of development costs, not hardware. You got two choices:

    a) Don't buy it - they made a box which is sitting on a shelf until someone else buys it.

    b) Buy it - they get money.

  83. Wired vs Wireless by cabazorro · · Score: 1

    You are going to run
    out of bandwith!
    Don't go wireless!
    Gigabit ethernet cards are already out there and
    you want them moving your traffic around the house.
    To feed this giga cards a file server with a PIII chip is good enough to feed a stereo and 2 other PC's.Get 2 or 3 40 gig HD's, they are cheapo and they tie you up for your music needs. For movies I don't think is cost effective yet to stores them in HD's, put them in R/W DVD's.
    My advise again, keep your "back bone traffic" in copper and branchout a wireless subnet for convenience.

    --
    - these are not the droids you are looking for -
  84. DVB Video Disk Recorder by jsantala · · Score: 2, Insightful
    All the europeans out there might want to check out VDR. Its a great piece of software that works for DVB broadcasts.

    Other than that I'd say CAT5 and SPDIF digital everywhere. Wireless is fine for stuff that moves, but you ain't going to move your home theater setup around the house, are you?

  85. Streaming Radio and Audio by dethtungue · · Score: 1

    I have used a Turtle Beach Audiotron for about one year. It supports streaming radio through three or four formats, and can play all of your WMA and MP3 files organized various ways from any directory to which it can authenticate on a windoz network. It has fiber input and analog for your receiver/amp and has a screen you can read across a room. I am very happy with it!

  86. Congratulations by Anonymous Coward · · Score: 0

    Congratulations on your new home purchase, and good luck outfitting it with a state-of-the-art digital network. When you lose your job and have to sell the house, that infrastructure will make it much more attractive to prospective buyers.

    1. Re:Congratulations by Anonymous Coward · · Score: 0

      Not! Hah hah.
      I suggest he add a water feature in the back yard, preferably both a fountain and a unique designer swimming pool. Together with the home entertainment system, these features will create the perfect synergy for sending that resale value through the roof when it's time to tap that equity after the real layoffs start.
      You aint seen nothin' yet kids.

  87. Re:Don't understand the point of IT based HE syste by sexecutioner · · Score: 1

    Interference over a digital link can be detected by the decoder at the other end and:

    a) The missing bits are recreated using some funky error encoding/correction scheme, or

    b) The data is asked for again.

    So while the digital link can detect and work around interference, it lowers the ammount of information that is being sent (bandwidth).

  88. D&M? by Anonymous Coward · · Score: 0

    Now that Dennon & Merantz has purchased ReplayTV and Escient (Fireball?) do they have thingz u can use?

  89. The point is convenience & flexibility by Namarrgon · · Score: 1

    why I would then want to use an source, such as MP3, that would sound the same on a £50 stereo

    While MP3 does contain less information than the CD it was encoded from, I very much doubt you will hear any difference between a well-encoded high-bitrate (256-320 kb/s) MP3 and a CD, even on a £5000 stereo. I can't, and neither can my friends, even on their £5000 stereos.

    Although most downloaded MP3s (or worse, internet radio stations) are crappy, quality rips of your own CD collection can sound just as good (and be far more easy to sort through) than the stack of CDs they came from.

    Likewise using Cat 5 cables or, even worse, WiFi, for linking parts of the sound system seems pointless.

    Well, if the signal is digital, a Cat5 or even wireless connection will do just fine. I do know a guy who uses a balanced AES/EBU cable, but even he admits it's total overkill. You can get identical results running an S/PDIF signal through much crappier wire - that's the whole point of a digital signal.

    And as other people have said, Cat5 is actually very well suited for analog speaker wire. Audio enthusiasts have been making very high quality cables out of braided Cat5 for years, with results comparable to name-brand cables costing $100s/m. You don't have to spend a fortune, though of course the name brands don't want you to know that. Google on Cat5 speaker cable and you'll see what I mean.

    --
    Why would anyone engrave "Elbereth"?
  90. Home Network by scarolan · · Score: 1

    Here's the setup I've got, it works well for me:

    Road Runner internet connection coming into the home office. There is a wireless firewall/router to share the Internet connection and files across the home network.

    I've got two computers plugged directly into the router in the home office and the one in the living room is SUPPOSED to connect via wireless but the signal is too weak all the way across the house. Also wireless has limited bandwidth, so if at all possible you want to have everything wired. It's a pain in the ass to have your shoutcast signal drop out on you due to poor network signals.

    The nice thing about owning your own home is that you may be able to get up in the attic and drop a cat5 cable into your living room. At least that is what I plan to do soon. Home Depot and Lowes will sell you a big huge roll of cable, along with the crimper, etc. and wall plates. That way you can plug right into the wall behind your stereo, and it looks nice.

    I have a home-built HTPC in the living room connected to the TV and speakers and it works GREAT for DVD, VCD, divx, xvid or whatever. I download movies and TV shows, and then watch them in the living room. It's awesome. Also having commercial free radio via internet is sooooooo much better than the crap they play on the local Clear Channel stations.

    If you're going to make one of these HTPC things I woulc recommend getting a little mini-ITX motherboard with one of the cases that you can get at www.mini-itx.com. Or get one of the new fanless hush PCs.

    Just my 2 cents.

  91. Re:Don't understand the point of IT based HE syste by morgus+morphus · · Score: 1

    a lot of audiophiles have built their own extremely high-quality CD players out of commercially available IDE cd drives (mostly creative drives)

    sorry but you clearly don't have much of an idea of what you're talking about... first of all creative doesn't make cd drives, they buy from a wide variety of sources (often Matsushita), so if you want a predictable quality you wouldn't be buying a creative drive.

    As far as quality goes though PC CD drives are about as bad as you can get, the jitter on the SP/DIF output is terrible and the analog out is even worse. The only advantage they have is that they tend to cope quite well with scratches on the media but of course you won't be able to play any "copy-protected" media so it's hardly very futureproof...

  92. Euphemism by Xouba · · Score: 1

    "I'm a proud homeowner" == "The bank owns my house and my car, the VISA company owns some of my furniture, and my employer owns me because I need the money very dearly" :-)

  93. Thoughts on handling this. by Phreakiture · · Score: 1

    The most sane idea expressed so far has been the idea of using conduits to ensure that you can change the wires in the future without tearing your walls apart again.

    For those that want to go digital: Run Cat 5e. You will hate yourself if you use wireless.

    For those that want to go analog: Use RG-6 or RG-59, in multiple runs. The RG-59 will suffice for line-level audio, and composite video, S-Video or component video (using 1, 2 or 3 runs respectively). Use RG-6 for any RF (antenna, cable, satellite) runs.

    If you go analog, I highly recommend that you (a) use isolating transformers on both ends of the audio links (prevents ground loops) and (b) run enough for component video, because that is the direction in which analog is headed.

    One last piece of advice. Analog does not suck by nature. Please remember that. It is very useful to have a system in place that sounds really good and doesn't need you to fix it every five minutes like a lot of digital setups require, especially those that involve a general-purpose computer.

    So what am I doing? Both. I just bought a house. I will be running multiple runs of both RG-6 and Cat 5e along with some RG-8 (for ham radio) all over the house, in conduit (we're remodelling and insulating, so the walls will be open anyway). I won't be shipping around any video at first, but this may change later. Two satellite receivers are being wired for, and all line-level video runs will be short-haul. Only audio and ethernet will be all through the house at first.

    At least, that's the theory....

    --
    www.wavefront-av.com
    1. Re:Thoughts on handling this. by ahfoo · · Score: 1
      When you say RG-59 is good for line-level audio, can you just use a mini plug connector from a sound card directly into RG-59 with some kind of adaptor? What would that adaptor looke like. Do they make mini plug to BNC? Or do you go mini to RCA and RCA to BNC?

      Can you do that directly or through an RCA/BNC adaptor or would you need to go to XLR? Does an XLR adaptor work with RG-59? But then how do you get the sound card connected?

      Are you suggesting something like this would be useful? If so, then how do you get from the XLR to the sound card mini plug?

      I'm pretty clueless on this, but it sounds like a way to synchronize my upstairs and downstairs amps to my sound card. I already have a spool of RG-59 laying around.

  94. Structured Wiring. by serialdj · · Score: 1
    When we built our house we built it with just this in mind, and the greatest investment we made was in structured wiring.

    When we ran the LAN/Video/Audio/Voice through the house, we ran it all on a single cable that contained two CAT 5e cables, two coax cables, and a fibre strand for anything that might come up in the future. With this setup, the wiring closet for the network, also became the distribution point for the satelitte, distributed video, PBX. And for internet/streaming audio/video I built small BSD boxes that connect the network with the TV's around the house.

    But also keep in mind that WLAN is necessary as well, the video cameras in the house transmit over WLAN thereby elimating any cables to them, and we use it for our portable devices around the house as well (Laptops/Pocket PC's)

    Ain't technology grand???

  95. It'll cost more, but all-in-one cable is great by SkreamNet · · Score: 5, Interesting

    I ran a 6-in-one cable in my house which is two cat5e, two coax, and two fiber optic bundled into one cable. The super fat stiff cable is also really eash to push up through wall cavities, but it could be difficult to fish through tight corners though. I highly recommend this stuff as it makes it really easy to get connectivity anywhere, and lots of it. A 500ft role did my 2800sqft house to a central wiring closet in the basement just fine. The jacks are a 6 in one faceplate that you snap the different connectors into.

    1. Re:It'll cost more, but all-in-one cable is great by Hornstar · · Score: 1
      I've recently bought a townhouse that is still under construction and would like to add this type of wiring before they put up the gyprock. If you don't mind answering a few questions... What is the name of the cable that you used? How much did it cost? Where did you get it? Are the jacks easy to wire or should you hire someone (especially for the fibre)?

      Thanks in advance for any assistance you can offer!

    2. Re:It'll cost more, but all-in-one cable is great by SuDZ · · Score: 1

      Out of curiosity, what are you using the fiber for? I have seen these cables and was wondering if I would have a usefor the fiber if I went for it. Just curious.

      SuDZ

    3. Re:It'll cost more, but all-in-one cable is great by SkreamNet · · Score: 1

      I'm not using it for anything yet. It's just cut and hanging in the wall behind the jack. The only thing I've thought of to use it for is maybe audio distribution.

  96. Re:Don't understand the point of IT based HE syste by jdvuyk · · Score: 1

    I cant understand why so may people still encode in plain old 128k. Sure, it sounds ok, but thats about it. So much of it also sounds totally crap!! Whereas variable bitrate encoding set to decent quality gives a great compromise between file size and sound quality. Yet a hell of alot of people just dont do it!? I have some decent home studio equipment and I have encoded my entire CD collection. I cant tell between CD and MP3 at High quality vari-bit and the space on my drives is perfectly ok. Some of my old crappy CD's that used to skip and glitch now sound excellent!! The biggest thing people miss? Great quality stereo gear + crappy sound card = crappy sound. Do yourself a favour and buy a really good quality sound card. Perferably muso quality (ie NOT sound blaster) Bingo, everything sounds great. Oh, and the terms "quality" and "FM radio" dont mix. FM is concvenience and the net makes that very cocvenient. Anyway, back to doing sod all at work....

  97. The down side... by Ratface · · Score: 1

    is that you have to listen to the crap they play on the radio and watch the rubbish they put on TV :-D

    I say Vive la difference - choose web radio!

    --

    A little planning goes a long way...
  98. Wiring for your Home by tres3 · · Score: 5, Informative
    The first suggestion that I have is NOT to let an electrician install the wiriing unless you KNOW that they are capable of doing it right. I had to set up a business (an ISP) with a network that was really elaborate. It even had a central UPS with outlets in every room that were connected to the central UPS so those outlets wouldn't loose power when the city's power grid failed. During the installation I walked in and was appalled at what I saw: the cat5 wire was laying on the ground with crap piled on top of it, it had nicks in it from being pulled through aluminum 2x4s, and was generally screwed. We had to redo it all the network stuff! From an electricians point of view if it carries a current then it works. This could not be farther from the truth. If a cat5 wire is bent with a radius of less than one inch or if it is pulled with a force that exceeds 25 lbs it is no longer cat5. It will carry current but the twists in the wire will be f*cked up and it won't be able to transmit data at its rated speed. I strongly suggest that you either pull the cable yourself or get someone that KNOWS what they are doing. Catagory 5 wiring cannot be within four feet of a flourscent light, it can't drop more than two flooors without a stress relieving loop, etc.. There is a LOT to know.

    What I would do, since wire is cheap relatively speaking, is pull everything that you think that you might need. I would pull a coaxial, two cat5e, and a phone line (cat2) into all of the places in question and then leave what you are not going to use in the walls for later. Perhaps even a piece of fiber (single mode) There are some companies that have wire bundles where all of the above mentioned wire is in a single bundle so that you only need to pull one wire (albeit a large one). I would also pull a few pieces of heavy nylon cord for use later. These help when you need an additional run. Simply tape the new wire (fiber?) to the nylon and pull the nylon cord out, thereby pulling the new wire into place. You may want to pull a replacement piece of nylon cord with it for the next time.

    Remember that you must be as gentle as possible with the wire so as not to pull the twists out of copper wire or shatter the glass in a piece of fiber as you run it through the walls. The last thing that I would strongly suggest doing is testing the cable after you have pulled it. I'm not talking about one of those $45 boxes with lights that your nearest Fried Electronics (Fry's Electronics - I used to work there and most of the sales people don't know shit about this stuff) will try to sell you. I'm talking about a $5-8k tester from Fluke, Wavelan, etc. that can tell you what the wire is actually transmitting. You should be able to find someplace to rent one for the day or perhaps your lucky enough to have a friend in the business. Or you could pull one of the tricks that Fry's customers do all of the time: buy yourself the tester and then return it within the 30 day return policy that they offer.

    Once you have run all of the wires that you may need for the next 10-20 years then you will be free to hook whatever you want to the ends of it. There was a slashdot discussion on the merits of a Linux multi-media server that you may want to search for as well. First get the infrastructure (wires) installed and then your options are wide open.

    Good luck. Tres

    1. Re:Wiring for your Home by Zed2K · · Score: 2, Informative

      If your going to install phone also you might as well just run another cat5 for the phone also. This way you can carry 4 lines on one cable if you need to or you can convert it to carry network if necessary at a later date. I've got cat5e throughout my entire house that handles network traffic and my phone.

    2. Re:Wiring for your Home by looper_man · · Score: 1

      > The first suggestion that I have is NOT to let
      > an electrician install the wiriing unless you
      > KNOW that they are capable of doing it right.

      I second that. One of my friends was having his house wired with Cat-5 while renovating, and the electrician *thought* he knew what he was doing. Turns out he was going to just daisy-chain all the Cat-5 drops ... that would have been a big OOPS if I hadn't talked to the guy beforehand!

      Just goes to show you, assume they know nothing unless they convince you otherwise (as opposed to "oh yeah, cat-5, no problem!"

    3. Re:Wiring for your Home by satterth · · Score: 1

      Good luck with pulling nylon cord along with your cable runs, as you will soon find out that it will tangle and wrap around the cable that is already there and will be a BITCH to pull through unless you take everything out and pull it all again fresh.

      --
      Being called a dork on Slashdot must be like being called the retard in special ed.
  99. Re:Why use existing software? by Anonymous Coward · · Score: 0
    funk a gpl, i want to use my system this decade!

    Begone base bowel excretion!!!

    If you want something advanced and innovative "this decade" then you want open source software. Microsoft has yet to prove that they can handle the home media market. So far Windows XP Media Edition based system sales have been poor. This is largely due the the expense involved in purchasing and maintaining such a device.

    On the other hand, Linux combined with the best open source projects out there make a very viable media system. All I have on my system is a custom built Linux OS without all the crap a media system doesn't need and MPlayer. I can play any media in any way I want. MPG, DiVX, AVI, Real, Quicktime, DVD, MP3, OGG... all of them play and play well. The system is only a P3 and works just fine. The kernel has been optimized for fast boot and performance. It rivals my XP box on a P4 in terms of bott if you are concerned about things like that. Combined with the Linux Progress Patch (hacked to work with a 2.5 kernel) it has a nice boot screen as well. Much cooler than XP. There is no command line on any of the VTs, just X which starts up just after networking. To access a command line, I can either ssh in, or if I really need to, I just hook my laptop to the serial port which is where I have the console directed to.

    Cost? $700 back in 2000 for the hardware. Software cost? $0. Time expended: 15 hours of work (not including compile times since I just walked away for those). If you use my day rate of $25/hr, that works out to $400 for software. Let's see you buy Windows XP Media Edition for $400. What? Oh you can't!! Hmmm... top that with the MAME collection on the same system and it's also an awesome game console. So, considering that I can get a P3 these days for about $200 and my $400 "labor costs", that puts me at ... $600! Can Microsoft compete with that? No. So fuck off already.

  100. What is all of this talk of replastering? by patrick24601 · · Score: 2, Informative

    All of this talk of "work of punch holes and replastering" might scare a guy. I've run CAT5 all over my house and NEVER replastered. Find a good wall where you want the cable and have attic access, punch your hole to match your box size, run a hard wire down the attic to the hole and pull up the CAT5 cable. This is assuming of course that you have an attic. I've run tons of Coax, telephone and CAT5 this way and never had a patch job.

    --
    "Action is the thing that escapes most people. Great ideas are a dime a dozen. Great actions are few and far in between.
  101. A couple of mods to this by WindBourne · · Score: 1

    1) use conduit, if possible. Today cat 6, tomorrow, perhaps Cat 7, or fiber and cat 5e. 2) In each room, use 3/4" conduit into 2-3 wide junction boxes leading to basement/crawlspace/attic. Plastic is easy. 3) use 1.5 - 2.5 conduit going from basement to attic. 4) bring 2-3 cat5e combined with 1-2 rg6. my company is getting ready to introduce poe speakers so you will be able to send you audio throuh the network.

    --
    I prefer the "u" in honour as it seems to be missing these days.
    1. Re:A couple of mods to this by kamend · · Score: 1

      This is one I gotta agree with. If this is a new house, for sure, go with the conduit. I aint much into crawling under the house, but I have seen this done for older home also. Like the guy said, "what's next, CAT7?" or maybe CAT7f....

    2. Re:A couple of mods to this by WindBourne · · Score: 1

      When I did my house this way, i used 2 cat5 and 1 rg6 / room. About 2 years ago, I upgraded to 3 cat5, 2 rg6, and 2 speakers. The conduit install took a while to do (esp the first cut as this was my first home). The upgrade took Here in colorado, all new homes are being built with networks in every room. I made my house a newer home by doing this.

      --
      I prefer the "u" in honour as it seems to be missing these days.
  102. Re:xBox + Media Player = Ultimate Home Entertainme by Anonymous Coward · · Score: 0

    Xbox's sold at a loss .. no they just screw over nVidia and make money by not paying them.

  103. my ogg box by Anonymous Coward · · Score: 0

    I have an ogg / mp3 internet radio machine set up using the VIA chip and motherboard. Using Red Hat 9. Check out the pics at http://www.darkambient.org/operatingsystem.html under the linux section. It cost about $500 or so and it is amazing. I would suggest going with strict Cat 5 ethernet however. Wireless is good but not there yet, especially through walls. Unless you live in a Studio don't go wireless. I have heard of success with Ethernet over power adapters however, and I am going to implement that downstairs from the computer room.

  104. X-Box by wumarkus420 · · Score: 1

    Seriously - an X-Box with X-Box Media Player installed is all you need. You can also add a wireless bridge to it if you can't run CAT5 there.

    It always has the latest codec's and can stream all types of video, music, and now supports shoutcast servers for streaming Internet audio. All with full support for the X-Box remote. It will do everything you need it to do for $200 plus the cost of the modchip.

    I'm trying not to be too big of a fan boy, but I use my X-Box for the XBMP almost exclusively now, and it has been PERFECT for my multimedia needs. And this is coming from someone who used to have a living room computer with video-out and all that nonsense. Trust me, the XBMP is much slicker and should really do the trick.

  105. Works for me by srichman · · Score: 1
    Even a modest 1.5MBit/s divx is far from perfect when watching it being transfered from a (fast) file server to a (fast) computer. It's ok for short clips, but watching a movie is out of question.
    I occasionally stream 1.4-1.5 Mbps movies from my workstation at work to my laptop at home over the Internet (cable modem) and then a wireless LAN. I'd say it's definitely not "out of the question;" it works fine. Occasionally (maybe once during a movie) I'll hit network congestion (or, more commonly, router glitches on the server side) for a few seconds. I also stream all the music I listen to, though, and audio streams experience similar interruptions with the same frequency.

    I don't know what a "fast" file server and "fast" computer has to do with it; my laptop uses less than 20% CPU to play the movie, my workstation uses essentially no CPU, and the bandwidth requirements are a fraction of the server's disk bandwidth.

    Yet, I can move about 600kByte/s data on the 11MBit/s wireless LAN.
    So, I can watch an entire movie streaming over the Internet and wireless, but you can't watch a 1.5 Mbps stream over a 4.8 Mbps LAN (~5 Mbps is, incidentally, about what I get out of my wireless LAN too)? I'd say something is going wrong. You might expect to get a packet dropped here and there, but there's no way mplayer (or whatev) should drain its buffer. Maybe you're in a part of your house far from the AP, and you're actually getting well below peak bandwidth??
  106. Re:Don't understand the point of IT based HE syste by Mole+Nerd · · Score: 1

    AFAIK, HTPC owners buy creative drives because they are cheap and reliable enough to losslessly rip/backup tracks onto/from their computers. Listening to music from your hard drive eliminates the need for reclocking like a pre/pro setup so the problem of jitter is significantly and cheaply reduced.

    Also...since this guy was talking about mp3's, I doubt he cares about jitter.

    The real problem to solve in HTPC's now is all the interference from the (electrically) noisy power supplies.

  107. Re:Don't understand the point of IT based HE syste by 1000101 · · Score: 2, Informative

    binaural huh? well then i strongly recommend the album "Binaural" by Pearl Jam. it's a great cd recorded using binaural technology (most of the songs anyway).

  108. Re:Don't understand the point of IT based HE syste by Detritus · · Score: 1

    You might try a better radio. Radios designed for shortwave listeners, amateur radio operators and commercial/government users, are usually much better than the typical off-the-shelf consumer units. They are less prone to front-end overload and they have better selectivity and shielding. If one station is the cause of your problems, you might try putting a notch filter (band reject) filter in your antenna feed line, tuned to the frequency of the offending station.

    --
    Mea navis aericumbens anguillis abundat
  109. fibre by sydbarrett74 · · Score: 1

    since you're building a new house, i would add fibre...it's effective future-proofing.

    --
    'He who has to break a thing to find out what it is, has left the path of wisdom.' -- Gandalf to Saruman
    1. Re:fibre by Anonymous Coward · · Score: 0

      I was gonna slam you, but then I saw your nick and I realized I was humming Syd songs last night so I'm gonna tone it down.
      Future-proofing with fiber is not a particularly bright idea unless, of course, you are in the business of selling fiber. You can run GigE over CAT5. GigE with the upcoming RDMA standard would give you a extremely high grade clustering solution that costs tens of thousands of dollars these days. Since the topic is home entertainment. I'd say that Cat5 is already future proof.
      For that matter, when has it ever been useful to future proof electronics? It's a marketing come on that rarely works out to be economically advantageous over a period of even a few years. If you need 10GbE fiber in the house then I think some wires on the floor are not going to be a problem.

  110. Kiss DVD Player DP-500 by djiin · · Score: 1
    This sweet DVD player [http://kissdvd.com] has the following:
    • support for DivX [No need to risk those original DVDs]
    • 10/100 Ethernet [The killer inclusion]
    • CD/Mp3 [What would life be like without them?]
    • Progressive Scan [Great picture quality]
    And it is available for around euro300 !!!
  111. My Home Entertainment System by CmdrWass · · Score: 1

    I run an SB Live with optical outputs to my stereo. For video, I use a Tview Micro which converts svga to s-video and handles up to 1600x1200 resolution (works great under Linux too). Combine that with a simple wireless keyboard/mouse and yer set.

    My setup is a 55inch Toshiba HDTV (4:3) with a Pioneer Stereo Receiver, a 1800+ AMD based PC (built myself) running dual boot of Slackware and Win 98. My Pioneer receiver doubles as a video switch with 5 or 6 S-Video inputs. My TV acts as a dumb monitor (I don't use its tuner). Then, off of my Pioneer receiver, I have a 6 piece (5.1) surround sound system which includes Bose bookshelf speakers at the FR and FL positions.

    Also, I picked up a couple of 10 foot usb extension cables which allows me to run Gravis gamepad's to my couch to be used for all of my favorite games.

    All in all, it is a pretty nice setup

  112. No net radio by MiTEG · · Score: 1

    Once you get a decent stereo set up, you'll realize that most internet radio stations sound like crap.

    As for video, 100Mb is easily fast enough to stream DVDs. The simple approach is to do what I've done for my home theater and use Cat5 and duct tape for connectivity, but you may want to go for something a little more glamorous ;]

    --
    The future isn't what it used to be.
  113. Home entertainment? by Big+Bad+Bulldog!!! · · Score: 0

    Git yourself a bottle of hand cream and a box of tissue, and entertain youself!! You know you want to , you filthy freak! Haw!!!! "Look at me! I'm a geek! entertain me!"

  114. My set-up by Abm0raz · · Score: 1, Interesting

    Computer: AMD Athlon 1Ghz, 768M DDR RAM, 400Gb storage, wireless keyboard, wireless mouse: $1500 (when purchased)

    Video: 33" Sony flat screen TV connected to ATI All-in-wonder Radeon 64 via Svideo cables: $1000

    sound: 6.1 surround Jafa X-speaker system powered by JVC amp and Stereo. SoundBlaster Audigy Gamer connected via thick, shielded RCA cables: $1700

    Shaking the neighbors' pictures off the wall while playing UT from my couch: priceless

    --
    Nothing fails quite like prayer.
  115. Older Machine by Anonymous Coward · · Score: 0

    If you have an older machine sitting around with a video card that has TV out and about 128MB of ram and CD/DVD rom. I have found this to be a good program to play anything!!
    http://movix.sourceforge.net/
    I am using just the regular due to memory limitations. It performs great streaming, samba share, or hard disk if one is available. I have not seen any problems and some Pron that didnt look the greatest on CPU looked great full screen on the TV!!! Some even improved majorly.... We all know how kazaa pron is sometimes!!! :-) XVCD worked good as well!! Look out MPAAA or whatever they are.. I have not found a good way to play a list of mp3's yet but I will figure it out!!

  116. Audio solution by IDigUNIX · · Score: 2, Interesting

    For mp3 jukebox and internet audio I like the Slim Devices audio player. It's cat5 only, but it still is pretty sweet.

    Now I'm thinking about getting one of the Via Epia based mini-pcs for fileserver/jukebox usage

  117. AVBox by Anonymous Coward · · Score: 0


    I saw this at the CEDIA trade show back in September. It looks like a cool way to run audio and video throughout a house. There is no infomation on buying it on the site; so, it might not be available yet.

    avbox.info

  118. Here's a Question by da3dAlus · · Score: 1

    If have cat5 in my apartment, and the 2 middle pairs are used for phone, can I use the outer 2 pairs for digital audio and digital video signals? That's of course assuming that if I start the feed from the office room, it will be picked up from any other phone/cat5 jack in the apartment. I just want to do away with the visible wires runing from my computer in the bedroom to the TV & stereo in the living room. Also, what would be the voltage/noise/interference of running 2 digital signals with the phone line (which also has DSL)? Is that just screaming for crosstalk?

    --

    Sometimes I doubt your commitment to Sparkle Motion.
  119. Re:Don't understand the point of IT based HE syste by mark2003 · · Score: 1

    Absolutely - you can't have digital signals going to speakers without a decoder and then an amp in the speaker.

  120. Harmony Remote by XFriday · · Score: 1

    One thing you *have* to get is a good universal remote to control all your TV/STEREO/DVD/etc. gear. I just got one of the top of the line models from Harmony, and this thing *RIPS*. Took me about 10 minutes to set the thing up and it works flawlessly.

    When I want to watch TV now, I pick up the remote, scroll the LCD until the "WATCH TV" icon appears, and hit one button. The TV fires up, and tunes to my favourite channel. My stereo receiver power up and kicks over to the proper channel. One button - everything works. Same sort of deal for watching a DVD or tuning to your favourite radio station. It also supports all the PVR gear and a boatload of electronics. All of the updating is done via their web site, which is constantly updated, so that is a great thing -- no futzing with your 12 different remote controls to get it programmed.

    It's also got a built in channel selector, which is nice for a little thing called "covert channel surfing", which allows me to only flip around when I see something I like, as opposed to hitting a new channel every second -- while I find it a little slow, my wife appreciates the extra 10 or so seconds she gets to watch a channel.

    Check it out at harmonyremote.com.

    I had a cool sig but my wife made me get rid of it.

  121. what this should have said. by WindBourne · · Score: 1

    When I did my house this way, i used 2 cat5 and 1 rg6 / room. About 2 years ago, I upgraded to 3 cat5, 2 rg6, and 2 speakers. The conduit install took a while to do (esp the first cut as this was my first home). The upgrade took < 3/4 day. Well worth the effort. I figure that without the labour cost, the initial conduit install cost my about 20 / room. The upgrade was about another 20 / room.
    Here in colorado, all new homes are being built with networks in every room. I made my house a newer home by doing this.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  122. or the cheap setup: a modded xbox running XBMP by Anonymous Coward · · Score: 0

    trust me on this, the xbox is worth the price for this alone to be able to play with the homegrown application scene.

  123. Re:FP by Anonymous Coward · · Score: 0

    Would you settle for TSP? (twenty-seventh post)

  124. Pandora Digital Media Systems by ozzee · · Score: 1

    Check these guys. http://www.pandora.com/pdms/

    ... no I don't have any commercial interests in these guys - yet.

    There is so much stuff happening in this area. Microsoft is doing all kinds of new things (HELP!!)

    Personally, I think it's all going to flop until somthing like the iPod shows up and does everything with a simple little box.

    BTW - Gigabit ethernet is the way to go - wired.

    I wired up my house any put in plenty of high perf cat5 a while back. I'm sure I can push gigabit down these wires. Most decent servers today can actually saturate a gigabit pipe so you should be able to play even uncompressed (if you're so inclined) video through a gig pipe.

    However, I tend to spend so much time on /. I never get around to watching videos or TV so who cares ? - not me!

  125. That's not RAID by Malc · · Score: 1

    I don't know why people insist on using RAID 0 by itself. It's not RAID. One disk fails and you lose everything. You're crazy, and you already said you'd cry if you lost it. Spend the money and either turn it in to RAID 1 or RAID 0+1. Make it live up to the R in RAID.

    1. Re:That's not RAID by .killedkenny · · Score: 1

      RAID isn't really necessary if you do one simple thing...just back stuff up onto CDR before adding it to your media server. It's cheap, reliable, and you can stick the whole spool of CDs in a closet. If the hard drive dies, reloading your collection is a bit of a pain, but in 8 years I have never had to do it...I've periodically migrated the whole collection to larger and newer drives and servers, and so far none has ever failed on me.

    2. Re:That's not RAID by Malc · · Score: 1

      He's going to require over 250 CD ROMs. The price isn't worth it! If he fills the thing, it's probably at least 350 discs. For that price, he might as well RAID 1 it. It'll also save a lot of time and effort backing up, let alone restoring if there is a failure. Also, I've been seeing lots of problems with burning CDs in the last year - either my CD ROM drive crap, or the cheap discs I get are. That adds to the time and cost, and detracts from the reliability of the backup scheme. Finally, some of those movies will span multiple CDs, which introduces more [potential] problems.

    3. Re:That's not RAID by sn00ker · · Score: 1

      Why RAID1? I can't think of a bigger waste of money. Get three or four mid-range (100-120GB) drives and build yourself a RAID 5 array. Fault-tolerant, huge (you get most of the available space), and cheaper than the equivalent amount of space in RAID 1.
      Of course, I'm assuming that you've got either a RAID 5-capable controller or the nous to set up RAID 5 through an OSS OS.

      --
      "God, root, what is difference?" - Pitr, userfriendly
  126. Make your own computer/vcr by martial · · Score: 1

    And I speak knowingly since this is the setup I use at home: a small trusty ATX motherboard (Gigabyte GA7ZXE) and a 1.2GHz Duron with 512MB run using a Zallman CPU cooler on which I replaced the fan for a quieter one, and a quiet power supply in the mini case. A couple of quiet hard drives and a DVD/CD-RW (zone free of course :) )... add to that an ATI All-In-Wonder 7500 64MB DDR (TV out + DVI + cable capture + Video-In) with remote, and you have your own personal little PC that sits just next to the VCR/DVD/DTS Sound system. Add a small 300VA UPS (this setup does not uses much).

    CAT5e was my choice for the connection, with a wire running along the wall connected to a 5 port switch (so that if a friends come with a laptop, he can get a DHCP IP), itself connected to another 5 port switch in the server room ... the firewall/internet.

    You can use it to record TV, watch your anime fansubs, your DVDs (Using Mplayer and a frame buffer kernel for X11, you can watch it all. See GATOS too), and do searches on the internet when a friend comes other (though you would have to go the 640x480 to be able to read it, which is why I put an old $20 14in monitor under the coffee table)

    And this baby makes less noises than my PS2 :)

    --
    -- Martial MICHEL
  127. Re:Why use existing software? by jargoone · · Score: 1

    So, considering that I can get a P3 these days for about $200

    You can get a whole P3 system -- CPU, mobo, memory, HDD, decent sound card, decent video card, for $200? That's great! Please reveal your hardware source.

  128. Congrats on the new home ownership! by King_TJ · · Score: 1

    Honestly though, as a homeowner myself, I don't really recommend any of these solutions right now!

    When I first bought my house, I had grand plans of automating everything. I was going to install X10 appliance and light controllers everywhere, computerize it all with web access, put speakers everywhere, etc. etc.

    Well, it's been almost 5 years now, and the farthest I've gotten is getting a Dolby 5.1 surround sound setup in the living room.

    I think once the initial excitement of having a new home wore off, I got much more practical - and realized all that stuff just meant more unnecessary expense, and more things to break down the road. I have enough home-related issues as it is. (A couple years ago, I decided to finish our basement, for example. Even that still isn't done, because as soon as we started on it, I discovered a leak was soaking the wood subfloor in the bathroom. Turns out, we had to rip out the bathroom floor and replace everything, due to a leaky pipe that went unnoticed for too long. The basement remodeling fund turned into a bathroom remodeling fund.)

    I haven't felt any urgent need to hear Internet radio in all rooms of the house, anyway. Generally, if I want to hear it in another room, I just turn up my stereo so I can do so. (It's not an apartment complex, where turning up your stereo instantly means complaints from the old folks living just beneath you.....)

  129. Linux Solution by Anonymous Coward · · Score: 0

    I have a spare laptop running RH9.1. I got a spare wireless card, with svideo and dvd player built in the laptop. Spare wireless keyboard and mouse.

    Is there a "turn key" linux image/distro out there that will turn my laptop into a media player.

    Yes I am too lazy to spend all the time downloading and configuring mplayer.. yada yada yada..

    I just want M$ to upgrade the damn Xbox to do this so we dont have to go out and buy mod chips.. I would gladly pay 49.95 for an upgrade that would allow me to do all this

  130. Cat6 for 1000 Base-T by Anonymous Coward · · Score: 0

    I too am getting a new home and wanting to wire the whole place. But I'm not so much interested in music as I am about video editing. I'm planning to use Cat6 cable instead of Cat5, even though I don't have gigabit ethernet cards or switches yet, because I know that eventually I will, and may need them for editing lots and lots of video stored on a central server. Especially when I get into editing hi-def video.

    In the meantime, I can use 100 Base-T on Cat6 cable, and my wiring will be that much more future-proof and even more improved for resale value.

    That still doesn't mean I won't have some wireless as well. How else am I to control my snowblower from the sauna?

  131. Great Linux Solution by dretay · · Score: 1

    I have just finished setting up something similar to what you are describing. I simply loaded palantir 2.5.1 (http://www.fastpath.it/products/palantir/) on an old pc (had to buy a PCI 802.11b card) and attached it to my home stereo system through Minijack and RCA connections. The media server part of the program will only run on Linux, however the client is written in Java and therefore will run on both Windoze and Linux platforms.

  132. My current system by Str8Dog · · Score: 1

    I live in an apartment so running wire through the walls is not an option at this time, so I have went completely wireless.

    Running through my Linksys 802.11b router I have 2 PCs hardwired, 2 laptops connected wirelessly, 2 TiVos connected wirelessly and one slightly modded XBox connected wirelessly.

    The TiVos have the version 4 sofware isntalled and are able to share content between each other as well as pull MP3s & photos from any share on my netwrork. The Xbox is able to stream audio and play DivX and VCD formats locally.

    Now that I am done bragging, I'll tell you how it performs. For audio and images, this set up rocks wirelessly! My wife has set up several photo albums on her PC and we can check them out any time we want. The MP3 share on my machine also works flawlessly. But it is the transfer of video that show the weakness in the system. When transfering say the last Buffy from the living room TiVo to the Bedroom TiVo it is painfully slow! And while you can watch the show as it transfers, there is really no point as the connection is not fast enough to trasfer enough video to watch, so you get very long pauses. My house hold has taken to having both TiVos record some of the same shows! (so i can get my Daily Show fix anywhere I want 8p)

    As for the Xbox, forget about it! FTPing into it via wireless methods is only good for clean up. If you seriously want to trasfer that X2 rip you got from usenet, it has to be hardwired to the router. The wireless connection just cant handle it in any reasonable time frame.

    While I enjoy my set up quite a bit, when I finally do move into a house, we will be running Cat-5 to every room. The 802.11b router will still be there as it is a god send for laptops but it is no where near what is needed for home entertainment. I am sure other standards would work better or a better geek could work magic, but I am me and this system has been built slowly over the last year and a half...

    --


    Str8Dog
    using System.Darkside; public
  133. Re:Don't understand the point of IT based HE syste by p7 · · Score: 1

    For my personal MP3s, I encode all my music at 384Kbps. They sound excellent and you can tell a difference. If I was so inclined, I could use one of the lossless audio compression formats. All this can be fed digitally directly into the stereo receiver.

    The quality of a 128Kbps audio stream is not far off from FM. For me the point is moot anyhow. Local radio does not play what I am interested in listening. Why not give yourself some options.

    I believe most of the 'linking' using Cat5 and WiFi will be sending digital information there won't be any loss of quality, that isn't already present in the data. If you mean using Cat5 between my Receiver and the speakers, then yeah, use speaker wire.

    Lastly with a good Home Entertainment PC, there are alot of other uses.

  134. QCast Tuner by UserChrisCanter4 · · Score: 2, Interesting

    I'm surprised I haven't seen anyone mention this. I picked one up after it was mentioned in /. a while ago, and I couldn't be happier. The client runs on a PS2, which means you can use the PS2 to feed Optical Digital out and Component Video Out to any television. The server supports multiple connections, and a PS2 plus the little remote piece won't run you more then $230 or so. $50 for the QCast software. Plus, if you want another client box you just buy another PS2, and the kids'll probably thank you for that (assuming they exist).

    For those who didn't catch the little article, QCast supports MP3, OGG Vorbis, MPEG-1, MPEG-2, MPEG-4 and the various flavors of DiVX (3.11, 4, and 5), as well a JPEG and PNG photos for slideshow playback.

    I had been looking into building an HT Computer (I really just wanted streaming playback of the above list, not something for on-the-fly HD scaling or anything like that). For something that wasn't going to overpower my audio with fan noise, would playback any of those formats without any assistance (sorry Via Epia), and would fit in a case exactly 17" wide so that width would match the rest of the equipment, I was looking at something significantly more expensive than $230. It connects to a file server with a 4x80GB drive setup (drives ran me a sweet $50 each).

    I use a ReplayTV for PVR functionality. It connects via ethernet, and there are third party programs available that allow you to connect and "download" one of the shows from it (although it only use 10BaseT). It would be somewhat trivial to have a cron job set to run the program, pipe the file to a DiVX encoder of your choice, and save it on a centralized box.

    Oh, yeah, use CAT5. RG6 for the actual video source, but if you're trying to move PVR-ed video around, CAT5. I'd make sure to run all CAT5e or CAT6 so that I could make the jump to gigabit ethernet when the switches stop costing more than some of my computers.

  135. Re:Wiring a house for media..(offtopic) by Noren · · Score: 3, Funny
    if you have i would like to know about the following:
    -linux support
    - can i control the volume though the spdif device - and then attach the DAC directly to a power amp
    -best
    -greg
    I'm not sure about the first three, but Greg lives in Nijmegen, The Netherlands, and works at the Max Planck Institute in Nijmegen as a software developer. He lives with his girlfriend who is a psycholinguist at the Max Planck Institute.

    Hope this helps!

  136. Do NOT use air ducts by jsfetzik · · Score: 1

    Speaking of plenums, if you have forced air heating/cooling do NOT run your cable insdie the ductwork. I have known people who have because it was easy. There are two problems with this, and I have seen both happen.

    First, it is not up to code in most places in North America and can be a problem when attempting to sell your home later.

    Second, if you have an outside service come in and clean your duct work they will probably end up srewing up your wiring becuase they do not expect it to be there.

    1. Re:Do NOT use air ducts by willtsmith · · Score: 1

      Yeah,

      The metal enclosed space inside an air duct is so ripe with ignition sources. Beyond that, unless your pumping super-heated air through your duct-work, it's pretty safe from melting or spontaeously bursting into flame.

      If it does get hot enough to burst into flame from an external fire, you've really got more serious problems and I doubt that a melted Cat-5 cable is going to add to the blazing inferno in progress.

      --
      -------- -------- Support Wesley Clark for president!!!
    2. Re:Do NOT use air ducts by RyatNrrd · · Score: 1

      And, what's more, if government secret agents want to gain access to your super new home network, that'll be the first place they attack from.

  137. Has anyone tried Sony GigaPocket PVR and RoomLink? by longming · · Score: 1

    I know it may be too late for people who have already deployed equipment, but Sony does offer the Giga Pocket PVR and Room Link combination on their desktops. You can even use WiFi to connect from the PC to your AV equipment. Plus it comes with its own remote.

  138. Wired IT & traditional system by Anonymous Coward · · Score: 0

    I am doing the same thing right now. What was most important to me was "real" audio, so look at http://www.russound.com at the Multi-Zone systems.

    This gives me real audio quality from 4 sources in 6 zones. In addition, a sound card in my server (ya I know that's kinda ironic) running mpg123 with my mp3 list in random mode as one of the sources.

    This way, the actual PC's in the house can share the same music source from the server too.

    Wired vs. wireless is kinda your own call. I have a mix but I made sure that the WAP was a separate DMZ segment off the firewall just 'cause I'm paranoid.

    Going a bit off topic, for the gentleman who suggested X10 control: Once you have already got the server in place, by all means get the X10 firecracker or TW interface replacement (the bidirectional one which I forget the numbr of). The Leviton X10 interfaces are the ones to get. *Significantly* more reliable, better S/N ratio, some have scene control, and they look a whole lot better than the X10 stuff - but they are $$$. Also there is an X10Pro irrigation controller.

    Mind you, my wife says if I die, she will need to hire an engineer to run the house! But then again, I can sleep at night knowing she isn't seriously considering the insurance money ;-)

  139. Thinkgeek has a great by askewview · · Score: 1

    http://www.thinkgeek.com/electronics/video/5e77/

  140. audio setup by Frostalicious · · Score: 1


    For audio, buy a decent digital-analog converter like stereolink. This replaces your soundcard, and plugs into your computer on one end, and your home audio on the other. You can then attach massive home speakers or whatever you want

    The whole thing ends up looking like this: stereo

  141. Pneumatic Tubes by justfred · · Score: 1

    When this was discussed before the consensus was to run conduit, so you could change your wires more easily. I still suggest Pneumatic Tubes (http://www.ptubes.com/ , http://www.wikipedia.org/w/wiki.phtml?search=pneum atic+tube&go=Go). Use it for sending things like sandwiches and martinis. Plus it gives your place that "Brazil" element. Also, a network of toy train tracks running around the crown molding.

  142. FM transmitters for sound by Anonymous Coward · · Score: 0

    Get a couple of low power FM transmitters for about $30 apiece, put a couple of nice $5 antennas on each one, tune each to a seperate freq on a clear channel for your area, perferably near each other on the FM channel.

    Then hook a sound card up to each and you can play different things on each FM channel. The radios will reach a couple of hundred feet easy and you and your significant other can each listen to your own content anywhere in your house or in the yard with low cost long lasting FM headsets.

    You can do something similar for TV, they have low power transmitters for that too, I think they call it the rabbit or something.

    Funny thing that... sound and video has been wireless for at least 50 years *L*

  143. HOME-LAN by Anonymous Coward · · Score: 0

    23:55 8/5/2546

    TOPIC home-lan.

    use cable. any cable. who's going to call the police and say my neigbhour is using un-shielded.
    quote: "what's a LAN, anyway?"

    i got some piano-string-wire (this is dirty way, there is some kind of fiber-class-calbe made for this, the piano-wire MIGHT rupture the elec.-lines), opend the elec. box and but the piano cable thru (push, push until it comes out somewhere ; ) ), then tie the lan-cable to the end of the
    piano-wire and pulled that true. out comes the piano-wire and the beginning of the lan wire ...

    the server used to be in the basement dark, nice and cool there).

    if you have a laptop, and want to watch movies in glearing daylight, with a silly-laptopmonitor good-luck.

    wifi stinks.

    when i was in bordingschool a friend of mine did this piano-wire trick and got TV reception in his room.
    we'd sneck into his room after 12 and watch good-ol-movies. i think the cable is still there and the
    administration doesn't know. everybody new, is first always opting for this room. i think the administration haven't a clue why.

    i also wired the phone to the stereo (line-in) and used the microphone, pluged into the stereo (line-in) to talk to my friends.
    is cool when you give party and some guy couldn't show up ...

    anyways, if you stream video over the network, if you want to change the movie, you have to run to the
    basement and reload the cd-tray in the server... divX it, if you have the time.

    since you only have one stereo (i assume) hock up the closesed compi. to the stereo via phone out
    of the soundcard...

    if your servers a LINUX box, just tell it to masquared and you can (probably) stream to
    ANY computer on your home LAN.

    as for video thru comp-network. you can't. your server can stream it to the next computer, but THIS computer
    needs a special graphics-card which has a normal cinch out (YELLOW) which then plugs into your
    super-cool video-projector and or TV. some laptops, i think APPLE's got one with a TV-out. i know
    my DELL which i tried to learn to fly, but fell like rock from the 15th floor, had one.
    -
    get a bunch of kids too.
    -
    p.s. why does the MATRIX-computer system use humans for bodyheat e.g. electricity, when birds are smaller and produce more bodyheat.
    must be a dumb MATRIX-programmer then ... why not a elepahnt or an ostrich?

    1. Re:HOME-LAN by Anonymous Coward · · Score: 0

      ...
      oh yeah, don't use APACHE for streaming, dummy.
      use SAMBA!

  144. Re:Why use existing software? by jargoone · · Score: 1

    Congratulations. You linked to an auction that not only has a high bid of 50% more than the quoted price, it also has more than 1 day left. An experienced researcher such as yourself should know what happens to the bids in the last hour, let alone the last day.

    Further, the requirements stated a decent sound and video card, presumably one with a composite or S-video output, given the topic. The store-bought crap you linked to assuredly has neither.

    Try again when you have something besides active auctions and four-letter words.

  145. Get and Xbox and mod it by Anonymous Coward · · Score: 0

    Use Xbox Media Player on a Xbox with a mod chip. It'll let you stream music off the net, as well as play video, mp3s off of shares on your computers. Nice thing about it is that Xbox has optical outs and HDTV support.

  146. Re:Why use existing software? by Anonymous Coward · · Score: 0
  147. if you ask by Anonymous Coward · · Score: 0

    you are a moron, if you can not figure it out yourself you should not be using it. it is that simple. audio/vido is VERY simple..... i have a great house also, w/bluetooth, and rfid, and a couple of other goody's. all running off a linux server. video and lcd at front door, for leaving video messages. it is really cool.... all done in gtk, perl, and cron.

  148. Re:Wireless Access point vs. peer to peer by mdfst13 · · Score: 2, Interesting

    I would also recommend running wire wherever you can and using wireless for mobile devices (laptops, PDAs, etc.). However, I disagree with the idea of putting a Wireless card in the desktop.

    I would suggest that you go with a wireless broadband router instead. Most of those that I've seen also include regular wired ports. Plug your wired system into those and use the wireless for mobile devices. That way, you don't need to have your desktop on to use your laptop's connection. Also, it saves all the peer to peer manual connection setup.

    I would also recommend using encryption for privacy reasons but YMMV.

  149. Don't forget to.... by Charcharodon · · Score: 1

    I've had a similiar idea, but have yet to implement it. Right now all my wire is run through the air conditioning ducts. One little thing to remeber. Run an extra piece of small gauge wire or heavy string when you put in your conduit. When you need to run something new you just tie it off and pull it through. Don't forget add a new piece of string along with your new wire at the other end.

  150. It's backed up, sort of. by Charcharodon · · Score: 1

    Everything in my collection belongs to myself or my friend. Man it takes a while to rip 2000+ disks. Anyway he has his server and I have mine. So if either of us fries a hard drive the other has the backup. All the really important stuff, like my seven years worth of Red Dwarf episodes, is backed up on a couple of drives, but I don't have room for very much of it. The only thing that gets the best backup protection are my personal photographs of family and friends. On top two seperate HD and CDr, I've sent CDr copies to a couple of family members just in case my house burns down. I'm looking to buy another system in August so I'll have enough HD space to finally be able to go dual redundant on everything and tripple on the important stuff. It'll be nice one of these days to put a multi-layer raid array together out of serial drives. Speed+backup+hot swap, now that would be cool.

  151. Re:Why use existing software? by Anonymous Coward · · Score: 0

    If you want to be snob about it, then you're not going to be satisfied with anything so just shut the fuck up jargoone. I consider "decent" to be a Soundblaster and any ATI TV out card from 1997 onward. Since that stuff works just fine with Linux. Fucking whore.

  152. Look at the Russound CAV6.6 for Audio Video by Anonymous Coward · · Score: 0

    I have just completed my wiring for this wonderful device. It comes as a kit from www.russound.com with 6 keypads and some basics for the six audo video zones it creates.

    Also I would go with CAT5e for video and network distribution it is much easier now with Leviton Quickport products.

  153. You have to go with Qcast + PS2 by jeffmeden · · Score: 1

    For 'media box' type work, nothing really beats the Qcast player for Playstation 2. For the cost of a used PS2 (around $100) a network adapter (around $20) a Component video cable ($19) and Qcast itself ($49) you can have an unbeatable media machine, anywhere you have a network connection. Want wireless? Use a cheap 802.11 bridge to bring the media to wherever you want it. I can say from personal experience that the quality is top notch, even at wireless speeds across a house, when streaming high or low compression video. Ive watched entire movies wirelessly with absolutely no glitches. The component output for the PS2 is something really hard to come by on any video card for a PC, and it has 5.1 fiber output if plain ol stereo sound isnt good enough for you. All in all, it delivers better quality for a lower price than any PC based solution. And you can play GTA on it! Just my 0.02, and no i don't work for BroadQ (maker of Qcast.) BroadQ

  154. A custom config is expandable and inexpensive by radulovich · · Score: 2, Informative

    It depends on how much you want to spend. I put in cat5 cable to all the rooms in our townhome that we built 3 years ago. I now have 100Mbit throughput, and it is very nice. Once you do that you may want to add wireless later on. Try it out wired, and then see if you need to spend the extra money for wireless. If you have a laptop, you'll probably want to add it, but run wires if you have the option.

    The key part of the system is the computer configuration. I built a server (an old PC with a 60GB harddrive) to store all of my files. All the other computers, including two laptops and three desktops, access it via ssh, vnc, and samba file shares. It is amazing how fast it is, and playing *any* kind of content over a 100Mbit is completely seamless.

    I then use home-built PC's with the smallest harddrives I can find to connect the system to the stereo and TV. I use one computer that provides both both music and video (it has a DVD-ROM drive), and recommend using a Radeon All In Wonder as the video card. The computer runs well, and I have minimal investment in it.

    Since I built enough storage in the server, I do not have to worry about running out of space anytime soon. I even have debated ripping all of my DVDs to DivX and putting them on the server, but that will take more space.

    Whenever I get a new CD, I just rip it to .wav files and store it on the server. With harddrive prices so low, I don't even worry about mp3 or other compression, and I get fantastic sound quality as a result. I can always convert the wav files to mp3 for my laptop if I want. If you buy enough space, you even can do both!

    One thing I recommend is to get a fast CPU for the computer connected to your stereo, and underclock it. If you use the proper cooling, you can get away without a fan, which really improves the noise level. Of course, this takes a bit of work to get right, or you'll melt down the computer. But at least your data will be safe.

    Also, put as much RAM as you can afford into your server. Your server will just cache everything it can for an incredible response time. I have a lowly P400 with 768MB RAM as the server, and it has hardly any load, even though it runs samba, a database, a web server, a proxy server (squid) and an intrusion detection system (snort) on it!

    I built everything with the idea that I want it to be modular. When I run out of space on the current server, I will be replacing it with much more capacity. Since I figure that I will run out in a year or so, I anticipate buying a Athlon2000 with 2GB of RAM, and at least a half terabyte of RAM. Then I will just use the old server in my bedroom to watch TV and listen to music. In this way, I reuse everything, and formerly worthless computers become quite helpful.

    -Mark

  155. Check this out by Anonymous Coward · · Score: 0

    Take a look at this setup. for a detailed look at the ultra home network.

  156. Re:Why use existing software? by stanmann · · Score: 1

    You can also go to the grey market at computer shows and such... $200 for a P3 sounds high.

    --
    Food not Bombs is a nice platitude but it breaks down when you notice that the Bombees are usually well fed
  157. My setup... xbox + tivo by steppin_razor_LA · · Score: 1
    I have a modified Xbox and DirecTivo.

    I run Xbox Media Player to play my videos (MPG, AVI, etc), audio (an impressive number of codecs supported), and shoutcast streams. It also can function as a slideshow for your pictures. XBMP is a great application and is only getting better. XBMP will play the files from your server (via a number of different cross-platform protocols).

    I have a turbonet card from 9thtee installed on my series 1 DirecTivo (Philips DSR 6000). The Tivo is an excellent PVR. While some try and replace some of its functionality with a PC, I think that the Tivo just has a much better interface. By using software such as Tystudio (beta 2) or MFS_FTP, it is possible to pull down MPEG or M2V/M2A elemental streams. You can use this to create a MTV video juke box, archive movies to your HD, or burn DVDs. And yes... you do get the full bitstream available to the DirecTV -- no signal degradation + 5.1 sound. etc.

    --
    Evolution: love it or leave it
  158. Will this damn FUD ever go away? by Andy+Dodd · · Score: 4, Informative

    Microwave emissions aren't ionizing radiation like gamma rays, UV, or X-rays. Microwaves do not have a cumulative effect, as opposed to the "bit flipping" that higher-energy electromagnetic radiation causes in your DNA.

    Microwaves have only ONE path to bodily damage - Heating via RF absorption at the molecular level. For microwaves to do damage, the power level has to be high. (Microwave ovens are usually 500 watts and above, most modern ones are around a kilowatt.)

    Most WLAN cards are 25 mW. Higher-end ones (Ciscos, for example) are 100. There are a very small number of 200 mW cards.

    Needless to say, these power levels are NOT enough to cause any significant heating, even if you're exposed to it 24/7. You're more likely to burn yourself via heat conduction from a laptop computer than you are to have any heat-related injuries from a WLAN card or cell phone. MAYBE if you touch the circuit traces of the PCB antenna directly with your fingers you MIGHT get a mild RF burn on the surface of your skin (This would require opening up the card), but thanks to the inverse square law, that's the worst thing that can happen.

    I'll reiterate this again - I work for a company that develops transmitters for cell towers. On a regular basis, we're exposed to RF levels higher than even a habitual cellphone user. (Amps with covers off tend to leak a lot - Never measured the exact amount, but it's enough to register on other equipment in the same room while a transmitting cell phone will not.) Some of my coworkers have been in the industry for two decades and not a single person anyone knows has ever had any RF-related health problems except for the occasional RF burn from accidentally touching a live trace carrying 45 watts of power. A cup of coffee can hurt you more.

    --
    retrorocket.o not found, launch anyway?
    1. Re:Will this damn FUD ever go away? by unique13 · · Score: 0
      ...Some of my coworkers have been in the industry for two decades and not a single person anyone knows has ever had any RF-related health problems...
      Smokers probably said the same, more than 20 years after cancer-sticks hit the mass market (some are still saying it).
    2. Re:Will this damn FUD ever go away? by Anonymous Coward · · Score: 0

      I haven't experienced it myself, but a close friend of mine works for a mobile phone company. Sometimes he has to test new equipment or software releases. Working in the test-lab for only half an hour or so consistently gives him a headache for the rest of the day. There you go...

    3. Re:Will this damn FUD ever go away? by Anonymous Coward · · Score: 0

      Sounds like me. I get a headache whenver I have to work too.

    4. Re:Will this damn FUD ever go away? by Anonymous Coward · · Score: 0

      I also had that problem. I worked in an office that was about 200 feet directly in front of a Hell$outh, err BellSouth, microwave tower. The transmitter was only 50 Watts, but it still gave us terrible headaches. Hell$outh finally agreed to turn-off their headache-machine after the state tax commission moved into the floor above us. The state filed a lawsuit against Hell$outh. It was horrible for a while. I'd have to leave my office in order to be able to read, and we were going through receptionists (their desk was directly in front of the window facing the tower) more than once a month. We used to joke that it was good that all of the men in the office had already had kids.

  159. Re:Don't understand the point of IT based HE syste by Excarnate · · Score: 1

    Likewise with internet radio, fine for voice, but when it comes to music I would rather listen to an FM radio station with decent sound quality.

    FM radio isn't exactly hi fidelity. I don't know that it is better than a good Internet station, I'll have to compare.

    The nice thing about a home system is you can set up your own MP3's (or ogg's) at the quality level you want--heck you can even play lossless files if you like ( roughly 10 MB/minute for a non-encoded CD is 1 1/3 Mbps if I did my math right).

    And you get much more control

    That's important. My playlist and my wife's will have a lot of overlap but she doesn't like punk or industrial and I don't like jazz. The ability to choose what I or she or we like is quite nice.

    And I'd like a reference to signal loss using CAT5 cabling. Honestly. Just saying it negates benefits doesn't make it so, but if you are right I want to know before I wire my own house! :-)

    --
    .signature: No such file or directory
  160. Re:Why use existing software? by Anonymous Coward · · Score: 0

    Num num num... Humanitarian is on his way to gitcha stannman!!!! Num Num Num... Food in Texas!!!

  161. LIRC+DAC+Stereo+LCD Projector+Linux Box in Closet by benow · · Score: 1
    I've been using linux as a workstation and media server for a while. My hardware setup is as follows: and on the software front:
    • gentoo GNU/Linux
    • ALSA audio drivers
    • lirc
    • mplayer
    • xmms
    • mldonkey, video store, cable for media acquisition
    LIRC, which works with the ZapWay receiver, can be used with xmms and mplayer to ffwd, rew, stop and play media. irexec also ties into LIRC and can be used to control ALSA mixer volume, cue and play http/file urls in xmms/mplayer. TV out is done by the vid card. An X session (with lircmd to control the mouse via the remote control), with customized blackbox menus, etc allows for couch based media navigation. TV recording and video/VCD/DVD playback is done by mplayer and media management done in nautilus (for now). SPDIF output of the SBLive goes from the computer to the DAC, for highest quality sound (if you've never heard a FLAC thru a good DAC on a good quality setup, you've not lived). The computer itself sits in a closet, with good quality monitor/kbd/mouse extenders to isolate the jet engine-ness of the dual mp 2k+s.

    I hope to eventually suspend a THX acoustically transparant screen across the magnaplanars and use a LCD projector for a 6' x 5' HD image.

    Overall the experience has been quite good, tho having it all setup on a workstation requires much maintenance to keep all the apps communicating... a dedicated shuttle box to feed the projector/DAC would be a little nicer, tho I'd still want a central media server. Wireless is not needed here, as the few cables (spdif/video/etc) pose only a problem to the vacuum cleaner. Of course, the setup costs as much as a nice used car (which I don't own) and I find myself dreaming of 6'x5' trees rendered in imax style 3d (cow's can fly in caves, but require awkward polarized glass or expensive eye surgery for 3d flight experience).

    Andy
    http://benow.ca

  162. Re:Why use existing software? by Anonymous Coward · · Score: 0

    Has anyone noticed that a lot of these posts aren't being moderated down at all even though they are pretty much flaimbate and trolls? I think the moderators have lost their focus and are too busy trying to mod down the people they disagree with rather than the people they should be modding down who just post crap like all the above.

  163. MythTV by Digitech · · Score: 1
    For television and video, I use MythTV. It works great, as a PVR, and it does have a music add-on module that can be used to play your MP3/OGG collection. I have not personally used that part, but I've heard it is just as great. After testing MythTV for about a month now, I may soon give up my VCR all together.

    One great thing is that some developers have put together some scripts to take the shows that you record with MythTV and encode them into DivX files, so they can be archived off to a CD. I use it all the time, and my 160GB hard drive is almost full. I really have to get time to burn! :-)

  164. poor Santa by GunFodder · · Score: 4, Funny

    Too bad Santa ends up with a router up his ass every Christmas.

  165. Definitely wireless! by argStyopa · · Score: 1

    Especially if you have a lot of pr0n or recently-released movies.

    Best Regards,
    -Your neighbor.

    --
    -Styopa
    1. Re:Definitely wireless! by tres3 · · Score: 1
      Especially if you have a lot of pr0n

      So you WANT your neighbors to know what kinda pervert you are??

  166. A Must ... for a DIYer ... by ProfMoriarty · · Score: 1

    Here's a low-voltage wiring guide which should help out if you want to run cables.

    --
    Karma? Karma? I don't need no stinkin' karma.
  167. Take Pictures! by dkresge · · Score: 1

    I'll refer you to my previous comment on this topic. If you have the luxury of being in the house before the sheetrock, make _certain_ to take tons of pictures of plumbing and electrical runs -- it will come in very handy down the road when you're looking at a wall and thinking about cutting that hole.

  168. Wait... by Rysc · · Score: 1

    You went to an Ask Slashdot in hopes of getting FEWER choices? :::shakes head:::

    --
    I want my Cowboyneal
  169. Re:Don't understand the point of IT based HE syste by sunspot42 · · Score: 1

    >I've always gone for speakers, amps etc. that
    >will give the best sound quality, why I would
    >then want to use an source, such as MP3, that
    >would sound the same on a £50 stereo is beyond
    >me.

    Eh? Maybe 128kbps MP3's played back over a Soundblaster card's cruddy D/A converters and amps would sound awful amplified through a good stereo system, but a 256kbps MP3, streamed out of my Soyo motherboard's optical TOSLINK port, and converted to analog by my Harman/Kardon receiver's 24-bit 96kHz-capable D/A converters sounds pretty durn good. Not quite as good as the original CD perhaps, but close enough for casual listening.

    And of course, you aren't limited to 256kbps or MP3. The latest version of Windows Media Player for example includes support for Meridian Lossless Packing, the same *non*-lossy compression method being utilized for DVD-Audio. A CD compressed utilizing MLP will sound identical to the original, but consume between only 1/2 to 2/3'rds the storage space. With 80GB hard drives becoming commonplace, and the average CD containing only about 400MB worth of audio, that works out to at least 160 CD's worth of full-quality, no-artifacts audio (more if your collection includes a lot of old albums, most of which were only 35-40 minutes long due to the limitations of the LP).

    If you're like me, there are only a couple of dozen albums you listen to in their entirety. For many of the rest, you'd only need to have your favorite tracks on hand at all times. Although I own more than 300 CD's, I could easily squeeze everything I listen to regularly onto a single 80GB drive using WMP and MLP, with room left over for 256kbps MP3's of the stuff I seldom listen to.

    And of course, with hard drive prices continuing their long plunge in tandem with skyrocketing capacity, it won't be long (maybe a year or so) before 160GB drives are common and quite affordable. At that point, I could store my entire collection, MLP compressed, on a single $100 drive.

  170. Please answer, then by MickLinux · · Score: 1

    http://www.microwavenews.com/mobilephone.html

    I am not yet ready to declare this a FUD. I am not concerned with ionizing radiation in the case of microwaves. That, instead, is a concern with too many X-rays (at least in the former soviet union, where x-ray burns are a common phenomenon, or near the poles, where the ozone holes have an effect, or for those who fly a lot).

    Rather, what I would be concerned with would be protein transformations that took away the limitation on brain cell replication. This, then, would stimulate early tumor formaton.

    [check out this link for support of this concern]
    http://www.scienceblog.com/community/mod ules.php?n ame=News&file=article&sid=1577

    Although the studies mentioned above did not find an increase in cancer rates, it is my impression that brain cancer rates have indeed increased overall in the last 20 years, significantly.

    If you have better information that counteracts these two *officially unpublished* studies [though I have heard that the studies remain unpublished because of cell phone industry pressure, that is an unprovable allegation], I would be glad to hear it.

    --
    Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
    1. Re:Please answer, then by Andy+Dodd · · Score: 1

      "Although the studies mentioned above did not find an increase in cancer rates, it is my impression that brain cancer rates have indeed increased overall in the last 20 years, significantly."

      Plenty of other possible causes for that. There are a LOT of things nastier and more likely to cause cancer in the last 20 years than mobile phones. Hell, the *food we eat* has become a lot more carcinogenic than in the past 20 years. Even without taking into account chemicals, there have been PLENTY of studies linking cancer rates to dietary influences, and it's a known fact that over the past two decades, Americans have been eating less healthily.

      Neither of those studies showed an increase of cancer rate. Need I say more?

      As to the correlations of left-side vs. right-side mobile users - Left-side vs. right-side mobile users is heavily correlated to left-handed vs. right-handed. Needless to say, this is likely the cause of the correlation, with left-vs-right mobile phone usage being an effect of handedness, and the tendency of tumors to occur on one side vs. another is an unrelated effect of handedness.

      i.e. that study shows no cause-effect relationship between phones and cancer that can't be explained by an effect-effect relationship with the cause being handedness. In short, correlation between two datasets doesn't imply a cause-effect relationship, both datasets can be an effect of yet another cause.

      As to the guy who mentioned his friend that got headaches in his lab - I get headaches in the lab, too. Oddly, my worst headaches show up when the unit I'm working in is in a temperature chamber. (Odd, that's when the unit is best shielded from RF. But DAMN that temp chamber is noisy and raises the room temp by a few degrees, both things which always give me headaches.) A development lab typically has
      a) Lots of heat-generating devices. Insufficient air conditioning can cause headaches.
      b) Lots of noise. Noise causes headaches
      c) Different lighting than the main work areas. Cheap fluorescent lights are known to cause headaches due to their spectrum/flicker rate.

      Whether there's RF present or not, there are plenty of other things in an electronics development lab that will give you a headache. Oh, and I forgot to mention solder fumes. Now THAT is unhealthy stuff.

      --
      retrorocket.o not found, launch anyway?
  171. Home wiring by jomiller · · Score: 1

    I used to install security systems for ADT in Pittsburgh, and have have a decent amount of wiring experience with "stuff" of this nature. There are codes that you should certainly try to adhere to, and basic theories too. I certainly hope you get the chance to read this as I will try to outline a few, what I consider, important points.

    First keep in mind that sheilded is the way that you should always go and don't do this cheap (read shoddy) as you won't want to do it again. Use the good stuff, it isn't that expensive and it is better shielded. Use cat 5e or cat 6, until you get something like an OC3 run to your house, the internal network will always be faster than your incoming bandwidth, because at 100 base TX or 1000 base TXH it will be plenty fast for your needs (you don't need fiber, really).

    Second plan for wireless, it is just plain convenient, but don't rely on it. Also try to locate the WAP centrally (if possible) that way you don't have dead zones in your house at the extremes. If your house is two stories and a basement (or more) put it in the middle floor if possible. This maybe picky, but try to get 802.11b to run at an angle through three floors in a 1940s house built by german masons, they are bomb proof, and I am begining to think EMP proof too. Also, read some articles about using *BSD/Linux to create IPsec rules to secure the wireless network, it is much better than WEP, and it keeps people from leaching your bandwidth.

    Third keep this couple things in mind. A 110 volt line throws EMI in about a 6 to 8 inch diameter and a 220/240 volt line does it in about a 10 to 12 inch diameter. You don't want to run parallel with one of these lines. So be aware of where your electrical outlets are. Crossing them should be fine (purists will scoff at me, but in reality with good sheilding and just a cross it will be ok).

    Fourth use a central wiring closet for everything. It makes life so much easier. If you test all of your wires after they have been run through the walls and they are ok, then the only damages that you should have to worry about will be the ends. Imagine how nice it would be to only have to go to one room to check on everythng (network lines, phone lines, DSL/Cable (internet and video), wireless WAP, central server, and maybe an HP 4000 series?. Maybe even get a T-66 block for phone lines, they are easy and great for expansion (but learn how to do it correctly). Like wise, label the damn wires!!!!! Imagine having to figure out which of the 16 lines is your computer, sure the one without link status (that narrows it down to 12) labels are your friend.

    Fifth we used to have these great things called "glow sticks", they were 6 feet long fiberglass rods that were the color of glowsticks. There were way flexible, but straight and stiff enough to push wire through a wall. They had no edges and no sharp points, unlike fish tape. If you do this your self it will be a lot easier with a couple of these (they screw together end on end to extend their length). They are hard to find and you may have to go to a store that caters to security companies (ADT, Brinks, Guardian, EPS, etc.). For network jacks though, Home Depot has a fine selection that are very clean and have adapters for up to six connections (RJ-11, RJ-45, COAX, Banana jacks, RCA, binding posts [screw and sprung types], etc.) They also have great electrical boxes that clamp to dry wall rather that having to nail them to a stud. Finally, look for drill bits at the security outfitter stores too. You can get flexible ones in three, five, and six feet lengths (I wouldn't go longer than three feet, seriously). They are great for drilling through floors from inside the wall. You just cut out your hole for the network jack and then insert the bit into the wall and drill down (be aware of where you will come out though, drilling through a duct isn't that bad but an electrical line or PVC pipe sucks). And for the love of god use sharp bits!!!!!!

  172. equipment by type and frequence by pen12345 · · Score: 1

    K save yourself a lot of trouble and buy your equipment based on the frequencies uses. I live in a student house at university with a tone on wireless toys and I can tell you that the best overall strategy is to buy all phones at 900 MHz and of the same brand if possible. If you need wireless speakers get them at 2.4 GHz and 5.6 GHz wireless (802.11a) LAN access points. If you don't care about speakers then you can save money and buy 802.11b or 802.11g equipment.
    Do not by wireless speakers or headphones that run at the same frequency as your wireless you phone or neighboring wireless phone (usually 900 MHz but sometimes 2.4/5.6). When you pickup a many of these phones they send a sequence of pulses across the entire band that you will hear on the wireless speaker or headphones.

  173. Keep distribution simple by zonie · · Score: 1

    I'll narrow my comment to just the distribution side: When I bought my home a few years ago I knew going in that it wasn't wired for coax and most certainly wasn't wired with CAT5. Rather than try and cable to all rooms across 3 levels which would have been a huge pain or try to use the 2.4GHZ wireless video senders (which don't like the "cutting edge" 802.11b equipment I had just bought) I purchased some of the Terk Leapfrog HomeNetwork devices to distribute sound and video throughout the house over the existing telephone cabling.

    This works very well and video quality is high - nearly equivalent to coax. This approach is cheaper than a full cable install, and without the hassle. Best part about the Terk devices is because they plug into a phone jack if you want to move them to a different area, that's easy enough.

    Additionally, these devices solve another problem that anyone with centralized A/V sources has: In addition to moving the video out to the other rooms, you need to be able to relay the IR control signals from the remote room back to the main A/V cluster. These Terk devices also do IR relaying, and they do it well.

    For anyone trying to use these devices, here's a small tip: Because they use phone lines to send the signal, if you have lots of phones or stuff like DSL on the line the signal will degrade. Any twisted pair cable will do, however - the cable does not need to have telephone company voltage on it. Because the telephone cabling in most homes has several twisted pairs, you can oftentimes get very high quality by just using one of the other unused pairs in the phone cabling.

    In all I was able to hook up 3 remote rooms for AV distribution and remote control relaying, keeping the cost to under $400 and the house intact, making for a happy wife.