Slashdot Mirror


Linux-Powered PVR/Satellite Machine

spicyjack writes "After reading this story, I thought this submit would be appropriate. A German company called Dream-Multimedia-TV has come up with a schweet custom box targeted for the PVR/Satellite markets. How about a machine with a 250Mhz IBM PowerPC, 2 SmartCard readers, one CompactFlash slot, UDMA66 IDE, MPEG2 support with MPEG4 (DivX) support on the way, Ethernet, LCD display, SPDIF out, yada yada yada (zipped User's Manual). Oh, and it is built specifically to run Linux. Available right now. Commence hacking!"

4 of 198 comments (clear)

  1. I wish I could find some good Linux PVR software by dcstimm · · Score: 5, Interesting

    I wish I could find some good Linux PVR software, tried mythtv but its only recommended with use with a tv out and a tv set and a remote, I need one I can use on my monitor with mouse support (so I can scroll up and down with my mouse).. Plus it needs to have smooth playback, unlike mythtv, I have dual p3 700mhz cpus, and mythtv runs like a dog on them.

    Right now in linux I use "Vcr" to record tv shows, with this script:
    #!/bin/bash
    killall motv
    killall xawtv
    killall -9 vcr
    vcr -g /dev/video0 -c 'divx ;-) low-motion' -v -p 40 -F 23 -q 100 -m mono -b 64 -t 60m savedshow.avi

  2. Why bother? by kilonad · · Score: 4, Interesting

    I also have DishPVR. It works, it's easy to use, it's built into your receiver already. You've already paid for it and you won't be getting your money back anytime soon, and if anything goes wrong with the DishPVR, you just have to call them up and they'll replace it or fix it. So why bother spending an extra $500 on an open-source option when what you've already got and paid for works just fine?

  3. Re:I wish I could find some .... USE MythTV!! by catch23 · · Score: 5, Interesting

    There was a slashdot article sometime back that mentioned MythTV. Last weekend, I loaded up the debian packages (although I had to manually install xmltv since the deb packages were old) and all I can say is wow! It's been running stable for the last 4 days and I've already recorded more than 20 programs. It does that Tivo-ish time-shifting stuff which I find really cool, but somewhat useless for my purposes since I use MythTV mostly for recording stuff. Plus, it's got a pretty nice web interface so I can still start the recording even when i'm away from the computer.... (just by accessing the mythweb frontend through apache/php)

    So far it allows you to use two codecs (nuppelvideo and mpeg4) but for some reason I get a bit better performance with the nuppelvideo stuff so I stuck with that. But I think the really big selling point of MythTV isn't the ability to record, do timeshifting, or access via the web... it's about it's really, really nice graphical interface. You just really have to see for yourself to believe it. I feel like a born-again couch potato!

    MythTV debian packages are here.

  4. Re:A word of warning by general_re · · Score: 5, Interesting
    Good post. Glad to see good posts still exist around here ;)

    DirecTV uses its own proprietary encryption scheme which isn't supported by anything but DTV-licensed receivers, and while Dish Network uses Nagravision [nagravision.com] encryption, which is supported by some things (like Hauppauge's WinTV DBS card), they marry their smartcards to their receivers, so a Dish Network smartcard will only work in the receiver in which it was first activated unless you hack it (and even then it may not work outside a Dish Network receiver).

    I'd only add one small thing to this. You're absolutely right about not being able to pick up DTV channels - DirecTV has their own proprietary scheme which is incompatible with DVB. But Dish, OTOH, does broadcast some channels unencrypted, which you can pick up with a DVB receiver - the Lyngsat site can tell you which ones are FTA.

    Of course, the channels people want for free (HBO, Showtime, whatever) are all encrypted by Dish, so thinking a DVB receiver will get you free HBO is hopeless, as you rightly point out.

    --
    ABSURDITY, n.: A statement or belief manifestly inconsistent with one's own opinion.