Slashdot Mirror


Myth TV + Multiple Video Arcade = Anime for All

x-blackout-x writes "Ian C. Blenke writes "The primary goal of the video keg was to build a reliable video box that was easy to transport with enough space to store 3 days worth of Anime fan-subs. The secondary goal of the video keg was to make a home PVR system for video playback and time-shifting, along with a video arcade and perhaps a web browser. The tertiary goal of the video keg was to find an affordable hardware platform so that we could buy 4 of them immmediately to service the primary goal's need for 4 separate video rooms. For a PVR, the machine neeed to be small, quiet, low-heat, and still fast enough to run the software video player and arcade games." You can read the full scoop on this project on his blog Ians Blog "

94 comments

  1. Just in case his server falls... by plover · · Score: 5, Informative
    [ Here's the text of his website, just in case his server falls to the slashdotting. ] Mon, 24 Oct 2005

    VideoKeg Whitepaper

    I wrote this little whitepaper a while back for Amy Zunk to document the function of the VideoKeg/VideoJukebox boxes. Documented here for posterity.

    The primary goal of the video keg was to build a reliable video box that was easy to transport with enough space to store 3 days worth of Anime fan-subs.

    The secondary goal of the video keg was to make a home PVR system for video playback and time-shifting, along with a video arcade and perhaps a web browser.

    The tertiary goal of the video keg was to find an affordable hardware platform so that we could buy 4 of them immmediately to service the primary goal's need for 4 separate video rooms.

    For a PVR, the machine neeed to be small, quiet, low-heat, and still fast enough to run the software video player and arcade games.

    For portability, we decided to go with a smaller mini-ITX style cube box.

    The primary goal suggests redundant drives, but due to the smaller form factor chassis and heat requirements, it was decided that recreating a harddrive should one encounter problems would be a minor task.

    Looking at the primary goal, mplayer seemed to suit the need of playing media with a variety of codecs with a minimum of fuss. Easy to script, easy to extend, low overhead, with the ability to normalize audio and clean up dirty videos - mplayer was simply ideal. This lead to the requirement of a ~1Ghz or greater box. The secondary goals would be served as well, though MAME would like a bit more horsepower for some of the more complex emulators.

    In the end, we settled on a Chyang Fun Cellbox CF-7989EPIA (1Ghz EPIA-MII 10000) turnkey system with 128M of RAM, a Samsung 160G harddrive, and a DVD-ROM drive.

    • The cellbox is a small attractive easy to transport case.
    • The EPIA-M comes with builtin audio, video, mpeg playback hardware, and a variety of other goodies for a VERY attractive price.
    • The 128M stick was enough to run mplayer with an Xserver with plenty left over for PVR software.
    • A 160G harddrive was the sweet spot cost wise at the time of purchase.

    Once the boxes arrived, the decision at the time was which distribution to pick. If I'm managing more than one server for a given purpose, I like to use debian for package management. If this were a lone PVR box, I would have probably used Gentoo simply for the EPIA community support toward that end.

    Starting off with Debian 3.1 Sarge, it was apparent a number of things needed fixing to get it to work with the embedded hardware.

    Step 1, find patches and build a kernel.

    Kernel patches

    After roaming the net for hours, there really seems to be one good source for the latest in EPIA patches: the EPIA wiki:

    http://www.epiawiki.org

    The site has more of a Gentoo bent, but the patches work on a vanilla kernel just the same under debian.

    CPU Optimizations

    While building all packages, it seemed important to pay attention to optimizations to squeeze every last cycle out the 1Ghz processor. To that end, the generally recommended C3 Nehemiah CFLAGS are:

    CFLAGS="-march=i686 -msse -mmmx -mfpmath=sse -Os -pipe -fomit-frame-pointer"

    If you use gcc 3.3, there is a new arch designation for C3 Nehemiah CPUs:

    -march=c3-2

    Some in the commmunity think that the small 64k L1 cache on the C3 processors is causing starvation, and using -Os and not -funroll-loops actually helps performance:

    CFLAGS="-march=i686 -msse -mmmx -mfpmath=sse -Os -pipe -fomit-frame-pointer"

    Many others claim the following works best for them:

    --
    John
    1. Re:Just in case his server falls... by Anonymous Coward · · Score: 0

      Here's the entire Slashdot blurb in case Slashdot fails.

      "Ian C. Blenke writes "The primary goal of the video keg was to build a reliable video box that was easy to transport with enough space to store 3 days worth of Anime fan-subs. The secondary goal of the video keg was to make a home PVR system for video playback and time-shifting, along with a video arcade and perhaps a web browser. The tertiary goal of the video keg was to find an affordable hardware platform so that we could buy 4 of them immmediately to service the primary goal's need for 4 separate video rooms. For a PVR, the machine neeed to be small, quiet, low-heat, and still fast enough to run the software video player and arcade games." You can read the full scoop on this project on his blog Ians Blog "

      Also, refer to: http://en.wikipedia.org/wiki/Karma_whore

    2. Re:Just in case his server falls... by plover · · Score: 1

      Oh who cares? My karma's been capped at 50 since the karma cap came around, and has been excellent ever since. Nobody but the trolls give a rat's ass about karma or karma whoring.

      --
      John
  2. That's a switch... by CptNerd · · Score: 4, Funny


    I always thought porn drove entertainment technology improvements...

    Oh, wait: hentai.

    Nevermind...

    --
    By the taping of my glasses, something geeky this way passes
    1. Re:That's a switch... by Brothernone · · Score: 1

      Don't let him take credit, it was the tenticle monter's idea to build the box.

      --
      He whom you called four-eyes yesterday, you call Sir tomorrow.
    2. Re:That's a switch... by Anonymous Coward · · Score: 0

      ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn

  3. 3 days of anime fansubs by Anonymous Coward · · Score: 0

    3 days of anime fansubs at bitrate 2000 kbps (normally it actually is like 1000 kbps, but let's not underestimate) makes almost 62 gigabytes of data => a laptop with 80 GB drive.

    1. Re:3 days of anime fansubs by Golias · · Score: 2, Interesting

      3 days of anime fansubs at bitrate 2000 kbps (normally it actually is like 1000 kbps, but let's not underestimate) makes almost 62 gigabytes of data => a laptop with 80 GB drive.

      Exactly what I was thinking.

      "The primary goal of the video keg was to build a reliable video box that was easy to transport with enough space to store 3 days worth of Anime fan-subs."

      Buy a 12" iBook. Done.

      The secondary goal of the video keg was to make a home PVR system for video playback and time-shifting, along with a video arcade and perhaps a web browser.

      Buy an EyeTV 200 for analog or an EyeTV 500 for HDTV. Plug it in to the iBook. Done.

      The tertiary goal of the video keg was to find an affordable hardware platform so that we could buy 4 of them immmediately to service the primary goal's need for 4 separate video rooms. For a PVR, the machine neeed to be small, quiet, low-heat, and still fast enough to run the software video player and arcade games.

      Pfft!

      Come to think of it, you don't even need the iBook if you are just going to be plugging it into other screens. A Mac mini covers everything you just said. Small, quiet, cheap, fast enough to play videos or simple games. Done.

      Some people like to make life a little tougher than it is.

      --

      Information wants to be anthropomorphized.

    2. Re:3 days of anime fansubs by Chris+Tucker · · Score: 1

      Why spend years learning woodworking and buying tools and selecting wood and then spending weekends building cabinets and bookcases, when you could be sitting on your butt drinking beer and playing FPS games?

      Buy 'em at IKEA or Home Depot. Done.

      Golias, for the hacker, it is ALWAYS more about the journey, than the destination.

      --
      Guaranteed! This comment 100% Anthrax free!
    3. Re:3 days of anime fansubs by Golias · · Score: 1


      Golias, for the hacker, it is ALWAYS more about the journey, than the destination.


      Then why follow their cookie cutter recipie? What are you in it for? The journey or the destination?

      My way is faster, cheaper, and works better, with almost none of their sweat and toil. I guess it depends on what your goal is: To tinker with computers or to have some anime viewing boxen for an upcoming convention.

      We're not talking about beautiful hand-crafted oak vs. chairs from Ikea. We're talking about cobbled together mini-ATX systems with a homebrew UI trying to do the work of a smaller, quieter, cheaper machine which does it better.

      It makes about as much sense as insisting on building your own motorcycle using parts tooled in your own metal shop, vs. simply buying a Harley and getting out on the highway. It's only the best way to go if you think building a bike is more fun than riding one.

      --

      Information wants to be anthropomorphized.

    4. Re:3 days of anime fansubs by steve_bryan · · Score: 1

      I hate to be the grinch but how do you plan to play that HDTV content if all you have is an iBook or Mac mini? I suppose you could use FireWire out to a display that can handle HD input over FireWire (not a big part of the market). The reality is that you need a dual G5 tower if you hope to deal with uncompressed HD on a Mac and it's just cruel to imply otherwise.

    5. Re:3 days of anime fansubs by ookaze · · Score: 1

      Some people like to make life a little tougher than it is

      That would be you then.

      Why the anger ?
      You proposed the iBook for the primary goal, but your choice was destroyed by the 3rd goal, that must be why.
      You proposed an EyeTV for second goal, which is already one hardware too much compared to the solution the guy came with. It's also a lot more expensive solution overall (especially since you must buy 4 of each hardware), destroying the 3rd goal again.
      What's worse, is that the EyeTV sure enough can't play everything MPlayer does (we're talking fansubs here). Still worse, with all your expensive hardware, you still can not provide all the functionality the guy had, like touchscreen. The Mac Mini is not a solution either, and sure enough is harder to configure with the software needed. And it's more expensive too.
      I did not see anything better in what you proposed, and did not see anything easier too.

  4. Xbox + XBMC = Fansub heaven by Oz0ne · · Score: 3, Informative

    I've been using a modded xbox plus the fantastic xbox media center to play my fansubs for well over a year. It's the only reason I own an xbox. The simplicity of setup (relative,) size, and power is really unmatched. Depending on the encoding, XBMC will even play some HD content.

    Yes it's not a PVR, but it gets most of your goals done in about $100-130 and an hour or two.

    1. Re:Xbox + XBMC = Fansub heaven by dreemernj · · Score: 1

      I just posted a link about this on the MCE + xbox 360 story discussion. This really does work out very well. Set this up plus grab a $10 mobile HD rack from newegg (I know the bytecc ones work well with the xbox, haven't seen any others in action) and it becomes a really easy and portable solution. Quickly copy all your fansubs to the HD, swap it into the xbox and run out the door to the con. Plus the bytecc racks have fans built in to help with the overheating although I don't know if they actually make a difference in the xbox.

      I might have to pick up an XBox of my own. I've modded my Dreamcast so much there aren't any more useful mods for it (although I am still considering the PCMCIA port mod :D), and this seems to be the next step up in modding funness.

      --
      1 (short ton / firkin) = 89.1432354 slugs / keg
    2. Re:Xbox + XBMC = Fansub heaven by Breaker_1 · · Score: 0

      I use (reluctantly) Windows XP with MediaPortal. I can't say it was as cheap a machine to get up and running as an xbox mod, but it can do pretty much whatever I need.
      I have a Hauppauge pvr500, 1gb ram, 200gb hdd, 2ghz processor, and a geforce 6600gt in it running MediaPortal. I don't know the exact cost, but I'd say quite a bit higher than an xbox+modchip

    3. Re:Xbox + XBMC = Fansub heaven by darkgray · · Score: 1

      I'm afraid the fansubbing community is slowly moving on to H264 codecs, so I doubt your Xbox will be a valid fansub player much longer. My Athlon 64 3000+ barely handles x264 video as it is.

    4. Re:Xbox + XBMC = Fansub heaven by SScorpio · · Score: 1
      Having my Xbox's primary use (~98%) being watching fansubs I'd also have to agree. You could easily purchase 4 Xboxs and use a softmod to flash the TSOP so you wouldn't even need to spent extra on modchips. Then install the Xbox Media Center along with an Xbox port of MAME and maybe a few console emulators. You have a device which can playback almost any video or audio format and will play the Arcade games that were desired.

      You could then build a MythTV server with multiple tuners to handle the Recording and to store the actual video, the games would need to be located on the Xbox's hard drive due to emulators not having the ability to stream ROMs off a network. You could also develop an interface to program the recording of shows on the server; however, I don't believe you will be able to trigger live tv pausing and such.

      This is also highly cost effecient as you can get a used Xbox for $100-$130x4 = $400-$520 for the output boxes where the parts for the PC would likely run that for just 1 or 2. Then you can just dump however much you want into the cost of the server and if an Xbox dies you only have to mod a new one and copy Media Center back over along with any of the games so no worrying about several gigs of video being copied due to a dead drive on an output box.

    5. Re:Xbox + XBMC = Fansub heaven by Oz0ne · · Score: 1

      That's a good point. There are some of the higher res/frame HD encodings it chokes on now, however your athlon 64 really should have no issue. My iMac 1.8ghz does just fine with x264.

    6. Re:Xbox + XBMC = Fansub heaven by drinkypoo · · Score: 1

      I've only played one DVD-res x.264 video, but it came across fine on my Athlon XP 2500+ with Radeon 9700. I think you have other problems.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    7. Re:Xbox + XBMC = Fansub heaven by darkgray · · Score: 1

      Problem would be that I have other processes running that take (some) CPU. I'm not saying x264 doesn't play, I'm saying I don't feel it's playing back as smoothly as xvid does. On parts where the bitrate is particularly high, I get the same feeling as when playing Quake-style games with vsync off -- half-loaded frames. This problem goes away if I close down all other programs, but that's not really the way I want to use my computer.

    8. Re:Xbox + XBMC = Fansub heaven by Dare+nMc · · Score: 1

      File Size limitations?
      have any luck with DivX rips ~2 GB?
      The XBox installs I used, don't support a partition greater than 112GB (makes a second one with my 250GB, but thats very difficult to use with XBMC.) So the next option was a SMB share, well that didn't work from the XBOX for file sizes over 1.5G (apperently run into the samba size limits on linux.)

      The xbox controllers controlls for video playback are truely awesome (on the files it will play of mine) much much better than the tivo remote.

      (this weeks task is removing NTFS from my USB drive, and seeing how XBMC supports that. anyone? Fat32 ok?)

    9. Re:Xbox + XBMC = Fansub heaven by indifferent+children · · Score: 1

      Can't you transcode your h.264 into xvid? Even if it takes 2 hours to transcode 1 hour of footage, you wouldn't notice it.

      --
      Censorship is telling a man he can't have a steak just because a baby can't chew it. --Mark Twain
    10. Re:Xbox + XBMC = Fansub heaven by big+ben+bullet · · Score: 1

      you don't have to flash the tsop anymore... a year ago softmods became stable enough to boot from (in fact an xbox v1.6+ doesn't allow a tsop flash anymore)

      nowadays they even support more features than an ordinary modchip (virtual c drive, virtual eeprom, mounting of dvd images, etc...)

      your idea of using a mythv server and xbox clients is excellent though!

      too bad i don't really have the expertise to set up a mythv server in a reasonable amount of time... maybe i'll take a look at Mediaportal.

    11. Re:Xbox + XBMC = Fansub heaven by big+ben+bullet · · Score: 1

      if i understand it correctly you're going to try to hook up an usb disk to your xbox

      little advice:
      don't... the only way i can think it's doable is using an xbox linux distro, you won't get it working in xbmc

      besides... the xbox's usb ports are 1.1 so their troughput is way to slow to stream video

    12. Re:Xbox + XBMC = Fansub heaven by Oz0ne · · Score: 1

      I'm using an actual windows share to stream the videos off of. I haven't run into any trouble except when my 802.11g signal strength is too low. I've never seen a divx that is 2gig, if that was the case I'd just burn it to a dvd and put it in the drive :)

    13. Re:Xbox + XBMC = Fansub heaven by SScorpio · · Score: 1
      Guess I'll need to go diving into the Xbox scene again. Of course having an modchip and only watching anime with an occasional Media Center update will do that to you. ;-)

      Mediaportal does look interesting, is that the program that was spawned from the Xbox Media Center? I haven't looked at the one in a while but Mediaportal does look pretty mature.

  5. FYI to all by Anonymous Coward · · Score: 5, Informative

    This was originally a story on Newsforge.com (http://software.newsforge.com/software/05/10/28/1 625258.shtml?tid=132&tid=68&tid=5). It gives the reason why Ian created the video jukebox.

  6. Not that it matters much but... by drkstrm · · Score: 1, Insightful

    wouldn't this have been better served by modding a xbox? The Do It Yourself aspect is interesting but with the arrival of the Xbox 360 there soon should be plenty of cast offs that would require little modifaction to achieve the same result, granted a bigger hdd would be nice in an Xbox but.. that's why I have network cable :)

    1. Re:Not that it matters much but... by Billy+the+Mountain · · Score: 3, Interesting

      The problem, I see, with the XBox 360 is it's pre-planned low supply--you can't go out today and buy one at retail price.

      The problem with the original XBox is it's processor speed. From my research, an XBox, having a 733 MHz chip has just enough performance to record video but probably not enough to time-shift, i.e., record and playback simultaneously.

      I'd love to be proven wrong on this :)

      BTM

      --
      That was the turning point of my life--I went from negative zero to positive zero.
    2. Re:Not that it matters much but... by Anonymous Coward · · Score: 0

      No, you are correct. A 500MHz Pentium 3 has barely enough horsepower to playback pre-recorded mpeg 2 video I've recorded with my Hauppauge WinTV PVR250 card and even then I see the occasional stutter. My platform of choice is a 1.4 GHz AMD Athlon system (my old gaming desktop) with 4 big RAIDed drives in it and a couple of PVR250 cards to allow simultaneous recordings.. the frontend in the livingroom is a diskless book-sized Via Epia M10000 system running MiniMyth. I have an old PIII-500 system I use to test stuff out which is why I know it will barely handle your requirements and it is certainly too slow to software encode in anything but *maybe* RTJPEG while playing it back live.

    3. Re:Not that it matters much but... by Odocoileus · · Score: 1

      Why not have a central media server with an old xbox in every room? That's what I do. I don't use it to record TV because I have the awesome ( I mean it ) dish network PVR, but it should doable, right?

      --
      ...
  7. Video Keg by HTH+NE1 · · Score: 1

    Looks like he's done with Video Keg what I've been planning to do with a MythTV box to manage watching my DVD collection, even the insertion of commericals (trailers) between playbacks.

    A few more iterations of development to bring in a few more features and this system could be used to run a 24-7 TV station.

    --
    Oh, say does that Star-Spangled Banner entwine / The myrtle of Venus with Bacchus's vine?
    1. Re:Video Keg by Cylix · · Score: 1

      Except,

      You really need HD capabilities with your system. (At least, most everyone is slowly transition to HD... which is why SD gear is cheap) You need to ensure you are transmitting closed caption data as well. (Depending on the rig, you might get by with sending standard CC and upconverting to the DTV standard at the transmitter encoder)

      Next, you will need to index your available commercial time for insertion. After that, you will need to interface with the traffic/billing system for spots to run and fill in any holes with generics.

      Did I mention you will have to do this daily? For every show.

      Not quite finished really. Chances are, you are going to be dealing with SDI interfaces everywhere so that analogue card just isn't going to cut it.

      I think I left out some things, but you get the idea.

      It's not that bad really in the end. I've got a mostly working version of this, but I don't have any HD or SDI cards to toss in the mix. Someday I'll finish it...

      --
      "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
  8. mod_rewrite crazyness by GrAfFiT · · Score: 0, Offtopic

    Did you notice the mod_rewrite crazyness ?
    Weren't URL meant to be somewhat hierarchical ?
    Not trolling but I think that sometimes Google SEO goes a little too far when the URL is meant to be only usefull to Google and not to the normal human user...

    1. Re:mod_rewrite crazyness by Qzukk · · Score: 1

      I suspect it's actually not mod_rewrite. More likely, they used either SetHandler on the / Location to have their CGI handle every request, or MultiViews and a lot of CGI scripts.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    2. Re:mod_rewrite crazyness by MrGuru · · Score: 2, Informative

      Actually, it's not mod_rewrite at all. This is a Ruby on Rails based engine.

      The routes.rb file is quite crazy though.

  9. Commercials... by zalas · · Score: 1

    I'm more amused that he had an idea for playing commercials while waiting for a scheduled file to play. Now, if only Real Otaku Heroes had video to go along with them; that would've been very appropriate to play in between fansubs. Or at least play some Japanese commercials, since some of those are a riot, too.

    1. Re:Commercials... by trurl7 · · Score: 1

      Here you go: :-)

      http://www.animemusicvideos.org/members/members_vi deoinfo.php?v=49405

      See also:

      http://www.animemusicvideos.org/members/members_vi deoinfo.php?v=50219

      Unfortunately, the site requires registration, and won't let you download anything for two weeks (or so it was when I registered). I'm sorry I don't have direct links. Still, it's a good site, they have tons of great amv's. Anyway, in two weeks, your dream can come true. :-)

  10. its called dxr3 + hauppage pvr 250 by Cylix · · Score: 1

    mpeg2 hardware in/out (5% processor utilization on a amd 1700)
    mplayer to transcode
    and setup a cron job to recode your mpeg2 files to xvid

    There is no quest... it's all pretty basic...

    --
    "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
    1. Re:its called dxr3 + hauppage pvr 250 by MrGuru · · Score: 1

      Transcoding isn't nearly as efficient as simply playing. Sure, you can transcode ahead of time, but have you ever tried transcoding 3 days worth of linear video on a 1Ghz proc machine?

      Add to that the rapid release of Anime Fan Subs: when an Anime is licensed for play here in the states, that Anime should no longer be played. This gives a narrow window of opportunity to play "legal" fan subs here in the states.

      Transcoding a couple of weeks before would be possible. It's just easier to open up a samba share and have the Anime Fan Sub organizer fill the machine up with recent video days before the actual event.

      The larger problem is making sure that everything plays.

    2. Re:its called dxr3 + hauppage pvr 250 by Pinback · · Score: 1

      Or if the PVR-250 isn't available, the PVR-150 should do.

    3. Re:its called dxr3 + hauppage pvr 250 by Alizarin+Erythrosin · · Score: 1

      Hardware mpeg2 input and output is only on the PVR-350. The 250 only has hardware input. The output part is software.

      --
      There are only 10 kinds of people in this world... those who understand binary and those who don't
  11. Myth? by Naomi_the_butterfly · · Score: 0, Offtopic

    /me goes to watch Mythbusters.

  12. Screw the article by Anonymous Coward · · Score: 0

    Don't know about the article but anyone who can work "tertiary" into a sentence is cool in my book.

  13. guess he doesn't read slashdot by routerguy666 · · Score: 0

    "Odd that something put together 3 years ago is getting slashdotted now." Uhh, yeah.

    1. Re:guess he doesn't read slashdot by MrGuru · · Score: 0, Offtopic

      Actively read myself? No. That's what the minions are for.

  14. *sigh* by Chr0nik · · Score: 4, Funny

    I thought someone finally combined a tv with a beer dispenser, and I was like, "EUREKA!", but no.... I guess I'll just have to wait till Adam corolla starts a line of products.

    Damn.

    --


    ... what did you expect, something profound?
    1. Re:*sigh* by MrGuru · · Score: 1

      The heat from the tube actually incubates the yeast in your own home TV microbrew.

      The Keg part was a clever name chosen while putting it together, nothing more.

      Besides, have you seen the teenage anime otaku? Would _you_ give them beer?

  15. MythTV? by LightningTH · · Score: 4, Insightful

    So how do you get MythTV in the subject when the article is talking about a custom bash script and perl script to play Anime?

    1. Re:MythTV? by Yusaku+Godai · · Score: 1

      You beat me to it. Did the editors even RTFA? I did. It was interesting and had some value, but it had nothing to do with MythTV...

    2. Re:MythTV? by MrGuru · · Score: 2, Informative

      While the con happens once a year (the boxes are used for other events), MythTV is used to make them useful _the rest of the year_ hooked up to TVs.

      That's how MythTV worked its way into this. Not that anyone really cares.

    3. Re:MythTV? by shis-ka-bob · · Score: 1

      it's a mythtery known only to Slashdot editors (With apologies to Robert Asprin)

      --
      Think global, act loco
    4. Re:MythTV? by nagora · · Score: 1
      MythTV is used to make them useful _the rest of the year_ hooked up to TVs.

      Which I assume was the quadternary goal.

      TWW

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    5. Re:MythTV? by squish · · Score: 1

      Toyah surely? Aaaah .... happy memories .....

  16. goals by Anonymous Coward · · Score: 0

    First rule of video keg is you don't talk about video keg

    The second rule of video keg is YOU DO NOT TALK ABOUT VIDEO KEG!!!!!

    The third rule of video keg is no shirt or shoes while watching the anime fan subs...

  17. Tivo vs VideoKeg by queenb**ch · · Score: 0, Troll

    Considering that the project here is run by computer geeks who had to search the net for hours in order to get everything working, what are the odds that this will actually become a consumer device? Frankly, the description in the article sounds like more work than I want to do, espeically considering that Tivo's here are running about $40 here. If I work on it for 8 hours to get it working, that's $5 an hour. You can make better money at Wal-Mart and that doesn't even factor in the hardware he purchased to run his VideoKeg on.

    He also writes about how hard it was to theme the interface. Frankly, one of the best things about the Tivo is the user interface. It's simple, inutitive and attractive. In short, it rocks. I will say that his idea of a touch screen is nice addition. A Tivo with a touchscreen at the bar, playing music videos instead of just songs could be a nifty niche market. There's also a lot of hidden functionality to the Tivo that allows me to do really nifty things.

    Tivo on other hand, is largely "plug and play" - well with in the capabilities of the average end user (my parents for example). Tivo also has a rather nice range of capabilites. I can view my own photos, videos, etc. from my Tivo. I can also listen to my MP3 collection from my Tivo. Currently the only thing that the Tivo doesn't do is allow of web browsing and playing of games. I'm given to understand that in a rev or two, the Tivo will be able to do those things.

    I think I'll wait for the Tivo.

    2 cents,

    Queen B

    --
    HDGary secures my bank :/
    1. Re:Tivo vs VideoKeg by Golias · · Score: 2, Informative

      Considering that the project here is run by computer geeks who had to search the net for hours in order to get everything working, what are the odds that this will actually become a consumer device?

      As a matter of fact.
      Pretty good.

      --

      Information wants to be anthropomorphized.

    2. Re:Tivo vs VideoKeg by echocharlie · · Score: 3, Informative

      The Tivo can duplicate the Video Kiosk functionality they used in the Video Keg project, but no the scheduling functionality. When you run video rooms at anime conventions, you operate like a TV broadcaster, and need to schedule programs and have filler material for the unused airtime. This project is an intersting way to do this, and I'll have to take a look at it. If it does what it says, it could be a boon to video room organizers.

    3. Re:Tivo vs VideoKeg by indifferent+children · · Score: 1
      Tivo's here are running about $40 here. If I work on it for 8 hours to get it working, that's $5 an hour.

      Well, that $5 per hour is tax and deduction free, so it really ends up being like $10 per hour (more than Wal-Mart). And if you find this kind of thing at all fun, then you just got 8 hours of entertainment *and* a working DVR.

      Do you have a job that pays overtime? I don't; I'm salaried. So my company is not willing to pay me anything extra if I give them those 8 hours. And Wal-Mart doesn't want to hire me for a one-time 8-hour stint (damn), or let me pick exactly which hours I want to work. And even if they did agree to the above conditions, they would probably want more than 5 minutes notice as to which 8 hours I wanted to work. It looks like hobby-DVR time!

      --
      Censorship is telling a man he can't have a steak just because a baby can't chew it. --Mark Twain
    4. Re:Tivo vs VideoKeg by rc3105-Riley · · Score: 1

      from the "can't let this pass unchallenged" dept

      so lesse, tivo's don't come with anime kiosk sw by default? I am SHOCKED!!!
      .
      .
      .
      seriously, google is your friend here

      it's as easy to add scheduled playback (+filler) to a tivo as a standard linux distro - MUCH less effort than that guy invested

      but to know that you might have to actually know something about TiVos, much easier to just spout halfbaked opinions as fact...

    5. Re:Tivo vs VideoKeg by echocharlie · · Score: 1

      I'm kind of confused by your comment, since I argued that a Tivo would work as a Kiosk out of the box. It's the video scheduling that it doesn't do... I've done a bit of searching for playback scheduling on Tivo, but have come up empty. Pointers would be welcome.

    6. Re:Tivo vs VideoKeg by rc3105-Riley · · Score: 1

      http://www.dealdatabase.com/forum - a tivo development forum

      has everything needed to schedule playback or develop a custom kiosk interface (tivo's have a tcl interpreter that interfaces with the recording database, easy enough to port perl or php if that's your preference though)

  18. LiveCD? by Anonymous Coward · · Score: 0

    Where's the LivdCD?

  19. I bet... by Kagura · · Score: 3, Funny

    ...that the primary reason he had three goals was to show he knew what word actually follows secondary :)

    The tertiary goal of the video keg was to find an affordable hardware platform so that we could buy 4 of them immmediately to service the primary goal's need for 4 separate video rooms.

  20. Why do I wish... by Anonymous Coward · · Score: 0

    ...the first rule of video keg is you don't talk about video keg

    Just kidding, it looks very neat-- just the article intro struck a particular meme in my head.

  21. Where are the pics? by jerkychew · · Score: 1

    Why aren't there any pics of this unit? I'm interested in not only the hardware, but the touchscreen, and just some general pics of it in action.

  22. Why Fansubs? by Microlith · · Score: 4, Insightful

    Considering the entirety of the anime industry is suffering from reduced sales, why is it that a method that is effectively illegal being promoted while the companies that produced this stuff, and legally license it, get the shaft?

    Can anyone come up with a valid, sensical reason?

    1. Re:Why Fansubs? by LordLucless · · Score: 0, Troll

      Probably because they're so ass-slow about getting their releases out. A popular show screens in Japan, and there are two or three fansubs out within the week.

      These days, the video quality is generally high, not quite DVD standard, but fairly close.The translation by most groups is generally on par with the official releases (I don't speak Japanese, but I do know English pretty well, and often the official releases come with poor grammar, spelling mistakes, and poor sentance construction) and the subbing is much better - anti-aliased fonts, different coloured text for different characters' dialog, culutral notes explaining otherwise inexplicable events, etc.

      About all the official releases have going for them is the artwork on the DVD boxes and the fact that they're official. That's not a lot of benefits to compete against fansubs, particularly when most anime fans are already used to getting their fix via fansubs. The official distributors are trying to break in to an already existing market.

      All that said, I do buy licensed anime when it is released. But I can definately understand the attitude of those that don't. I've ordered in volume 3 of The Scrapped Princess for Christmas (that's December 2005) which will replace the fansubs I've had on my computer since 2003.

      --
      Just because you're paranoid doesn't mean there isn't an invisible demon about to eat your face
    2. Re:Why Fansubs? by Anonymous Coward · · Score: 0

      Start hiring better voice actors and maybe it'll be worth our damn time
      as it stands I'd much rather watch anime raw or fansubbed -- the fansubbers put more heart and quality into the work.

      As a sidenote, this was a showing of mostly music videos created from anime; it's essentially an entirely new product (or at least it is when the amv is any good) worth watching even when you've already seen the series.

      and before you get even pissier, I do own a metric fuckload of licensed and legally purchased anime. most of which I watched as fansubs first.

    3. Re:Why Fansubs? by Dance_Dance_Karnov · · Score: 1

      Because there are a lot of titles that will most likley never see US licenses. Maria-sama ga Miteru, ParaKiss, Honey&Clover... etc. and alot of titles would never even get licensed if it weren't for the "buzz" generated by fansubs.

    4. Re:Why Fansubs? by ookaze · · Score: 1

      Can anyone come up with a valid, sensical reason?

      As soon as you come with a valid, sensible question.

      Considering the entirety of the anime industry is suffering from reduced sales, why is it that a method that is effectively illegal being promoted while the companies that produced this stuff, and legally license it, get the shaft?

      There lies the problem : your assumptions and hatred.
      I'll believe your word that anime industry is suffering from reduced sales, even though I know two thing :
      - This has nothing to do with conventions, which in my experience, are more like promotional fests than anything (these are not copy parties)
      - State of anime industry was far worse some years ago, especially outside of Japan

      The method described here is not illegal either. Perhaps the purpose is, you don't actually know, I don't either, but you're eager to say it is illegal, without knowing if the convention got authorization to play the anime.
      We in France have conventions too, and most of them get free authorizations to play anime, we even get masters, so I guess in the USA, you can too.
      I don't understand either why you say people that licensed the anime got the shaft.
      You don't even know if the fansubs where TV broadcasts or not !!

      So you assume a lot to disparage the method. I can only associate such behaviour with hatred on your part.
      I may be wrong, just like you.
      Perhaps what impressed you was the "3 days worth of anime", which actually is not a lot for a convention.

    5. Re:Why Fansubs? by Anonymous Coward · · Score: 0

      Because the companies overestimated their growth and did not react quickly enough to online demand for anime downloads. They wouldnt be getting the shaft if they worked out a popular payfordownload service like iTunes.

      Any industrys performance is noones fault but that industry. Blaming customers for their own problems is a really shitty angle for any company to be taking.

      It also doesnt help that the majority of fans are broke teenagers who already spend their disposable income on videogames.

  23. Re:Xbox + XBMC = Fansub heaven (plus XBMCMythTV) by 902linger · · Score: 1

    I use a set of python scripts developed to integrate XBMC with my myth backend

    http://sourceforge.net/projects/xbmcmythtv/

    These are pretty much like having a xbox optimized mythtv frontend. I was booting into linux to run mythtv for a while, but couldn't stand the 5min boot. I've been using this alternative for over a year and it has had a very high WAF. :)

    I can't tell you the last time I used the xbox to play a game. I use it as PVR frontend on a daily basis.

  24. Too-lazy-to-check-wikipedia-for-keg by Anonymous Coward · · Score: 1, Interesting

    Video "keg"? Please help an AC out and tell me either what a keg is in this context, or speculate on whether he built something that really belongs on mini-itx.com .

    I like the look of kegs. That would make a cool project to put a mini-itx PC or cluster in.

    Also, somebody humorously speculate on what the pump is for. I don't got much. Actual drinks? Circulating the coolant? Charging the battery? Reset button? Ctrl+Alt+Del button? Charging the fizzler? Fizzling the charger?

  25. Anime.. keg.. by Tourney3p0 · · Score: 3, Funny
    Ah yes.. those two little words that guarantee a lifetime of involuntary abstinence.

    "Hey baby.. wanna come back to my (parents') place? I've got a(n anime) keg!"

  26. shameless plug by MyDixieWrecked · · Score: 1

    I'm actually working on a very similar project, right now.

    I'm trying to finish up the software end of things before I go out and purchase hardware, but I've got a sourceforge project up (AFX), although currently, I'm working on local versions of the source and not checking into CVS due to a major rewrite and complete lack of planning.

    --



    ...spike
    Ewwwwww, coconut...
  27. AEGIS does this too, and probably better by Danj2k · · Score: 4, Informative

    From a post on Anime News Network forums:

    UK anime cons have had a similar system to this for the past several years. It's called AEGIS and plays back digital video according to a predetermined running schedule, including automatically fitting AMV's, adverts etc into the gaps between programmes. At AyaCon 2005, the whole system was controlled remotely from a single location in the operations room, streaming video across the building's CAT5 network to remote modified VLC clients running on Mac Minis. No runs of coax cable required.

    Having attended several UK conventions over the years, I've seen AEGIS in action and it's pretty polished and reliable. The Mac port is, I'm told, a fairly recent development, and consequently has a few issues... audio starts slightly before video, so there is about a one second delay before you actually start seeing a picture on the screen - it's not out of sync, but it does mean the first second of video gets kind of cut off.

    I don't appear to be able to find a website for it though; Googling it only brings up websites related to Gatekeepers or Gundam and even after eliminating those the only related site I could find is the ANN forum post I quoted above.

  28. I see you are the Macintosh Target Demographic. by FatSean · · Score: 1

    They do it because it's COOL. You just built your own custom setup that works seemlessly with your existing hardware! DIY is huge.

    I doubt anyone with this project in their heart would follow the instructions exactly...customization is half the fun! They post the exact instructions because they are geeks and we are geeks and we all like to know how things work.

    --
    Blar.
    1. Re:I see you are the Macintosh Target Demographic. by Golias · · Score: 1

      They do it because it's COOL.

      Maybe the first two or three times.

      After that, you realize that you're just assembling commodity parts which were meant to be assembled together and running software which was written for it.

      You're just doing the job of a Taiwanese laborer by putting the pieces together. It's about as '1337 as building a computer desk out of the pre-cut computer desk kits from Office Depot.

      When Woz built the first Apple, that was cool. When Gates got Basic to run on the Altair, that was cool. When "Cap'n Crunch" figured out that he could generate a perfect 2600-cycle tone with a toy whistle and hack the phone system, that was pretty damn cool.

      Building your own mini-ATX media players? Please. That's like saying you know how to make pizza in 30 minutes using a phone and a credit card. Nobody is impressed, and you could have saved a few bucks by just throwing a frozen one in the oven.

      --

      Information wants to be anthropomorphized.

  29. Keg pump..... by McFly777 · · Score: 1

    Perhaps they were showing some of the "adult" anime, making the pump useful for... uh... I suppose it would depend on whether the viewer was male or female....

    --

    McFly777
    - - -
    "What do people mean when they say the computer went down on them?" -Marilyn Pittman
  30. wrong answer by Ogemaniac · · Score: 0, Flamebait

    They have always been "slow-ass". Yet sales are decreasing while popularity is increasing. It is obviously because of piracy.

    Quit complaining and pay for your goodies. By the time you have watched all the legally-available anime released in the US, your Japanese will be good enough that you don't need the subtitles anymore and you can just buy new stuff direct from Japan.

    Btw, I do speak fair Japanese, and have rarely encountered problems with the official translations. Those that do appear are related to the vast differences in the language, not the translation itself. I can't comment on fan-subs because I do not watch them.

    1. Re:wrong answer by lakeesis · · Score: 2, Interesting

      The largest part of the slump in anime sales can be attributed to one very legal use: Netflix rentals. My own anime consumption (ie: buying) has dropped precipitously, while I'm watching more shows than ever. $19 a month for 7 discs of anime is a far better deal than $25/3 episodes. Though Netflix does buy a large number of discs, it is still fewer than the same group of fans who all rent them.

      However, this is all a bit off-topic; the machine itself sounds like it is well-suited to a unique set of needs, using open-source technology. I just want to see screen shots of the unit in action.

      --
      sig: I'm not at home, or busy. please leave new sig after the tone.
    2. Re:wrong answer by LordLucless · · Score: 0, Flamebait

      Quit complaining and pay for your goodies. By the time you have watched all the legally-available anime released in the US, your Japanese will be good enough that you don't need the subtitles anymore and you can just buy new stuff direct from Japan.

      Did you read my post? I do pay for my anime. I have purchased every anime series, that I am interested in, that has been released in my country (Australia, not the US). Why would I want to buy all legally-available anime? I'm not interested in all anime. I am interested in that subset of anime that I enjoy, and it most definately is not all of it; not even the majority of it.

      Btw, I do speak fair Japanese, and have rarely encountered problems with the official translations. Those that do appear are related to the vast differences in the language, not the translation itself. I can't comment on fan-subs because I do not watch them.

      As I said, I don't know Japanese, so I can't comment on the literal translation. However, the english used in subtitles on some discs seems to have been skipped over by the QA department. There are misspellings, grammatical errors and clumsy sentance construction. I noticed an error on the last disc I bought (Scrapped Princess vol. 2), but I'd have to re-watch it again to find the exact details.

      Regardless of that, I wasn't trying to justify downloading fansubs. You asked what legitimate reason people had for using illegal fansubs as opposed to legitimate copies. I gave you reasons: Speed, and quality. Your question wasn't "why are people justified in downloading fansubs" it was "why do people download fansubs". My answer was the right one. You just misrepresented your question.

      --
      Just because you're paranoid doesn't mean there isn't an invisible demon about to eat your face
  31. How do you know? by Ogemaniac · · Score: 1

    Plenty of bad anime made it to the states long before fan-subs, and virtually all of the good stuff. This argument is both impossible to confirm and rather silly.

  32. Renting has been around long before the by Ogemaniac · · Score: 1

    sales decline, too. Also, you are the first person I have ever heard claim that they used netflix substantially for anime. More than half of the hardcore anime fans that I know are substantial pirates, however. They buy almost none but download tons. Fan-subbing has eliminated nearly half of the market by my estimation.

    Btw, don't complain about prices - anime is actually cheaper in the states than it is here in Japan. I am not kidding. DVDs are $35/disk for normal movies and can be even higher for anime. CD's are usually $25 as well.

    1. Re:Renting has been around long before the by LordLucless · · Score: 1

      More than half of the hardcore anime fans that I know are substantial pirates, however. They buy almost none but download tons. Fan-subbing has eliminated nearly half of the market by my estimation.

      I wouldn't say fansubbing has eliminated nearly half the market. Rather, it has prevented the market from growing. That's the price of being slow on the uptake, same as the music industry is finding with online music. People wanted anime long before legitimate suppliers bothered supplying it. A black market developed to serve the need. Now the industry has wised up, but the black market is too entrenched.

      Also, you may want to check out your friends anime collections: check out how much of their anime was available to purchase when they downloaded it. I get most of my anime from torrents listed on animesuki.com. It only lists series that have not yet been licensed in the US. Even when they have been licensed, it takes a good whack of time for them to be available to purchase. And then it takes them longer to get to my country (Australia).

      I will now eagerly await this post to get modded down like all my others in this thread. May I recommend "Underrated"? Variety is the spice of life, and you've already used "Troll" and "Flamebait".

      --
      Just because you're paranoid doesn't mean there isn't an invisible demon about to eat your face
  33. Video::PlaybackMachine by stephen_e_nelson · · Score: 1

    About a year ago I created a system which accomplishes the same thing. We use it to run the television station for BayCon. It's called Video::PlaybackMachine, and it's available on CPAN:

    http://search.cpan.org/~stephen/Video-PlaybackMach ine-0.03/PlaybackMachine.pm

    I haven't examined the code, so I'm basing this post on a quick read of the white paper.

    The (known) differences are:

    1. PlaybackMachine is based on Xine, while VideoKeg is based on MPlayer.

    2. PlaybackMachine uses a postgres backend database, so it's impossible to schedule overlapping programs. (I'm not sure what VideoKeg uses.) It's also possible to reschedule programs while PlaybackMachine is running.

    3. In addition to being able to play video short commercials, PlaybackMachine can play slides with accompanying background music.

    4. There's a web interface to PlaybackMachine's scheduling system.

    There are probably things that VideoKeg can do that PlaybackMachine can't, but I don't know about them yet. I'm very glad that VideoKeg is out there-- just having the hardware specs for the VIA EPIA box is a wonderful thing, and in this space the more the merrier.

  34. from my research... by YesIAmAScript · · Score: 1

    From my research, Xbox (the original) only has USB 1.1 and no PCI, thus making it suboptimal for video recording. And the 733MHz CPU can't even handle HDTV resolutions for MPEG4/DivX type movies. Its performance with H.264 (AVC) would be even more limited.

    And the GP didn't suggest 360, he suggested 360 would create cast-offs of original Xboxes. 360 is pretty unavailable right now, but I don't agree it is on purpose, and I don't think it will last long.

    --
    http://lkml.org/lkml/2005/8/20/95
  35. You forgot "free" by Ogemaniac · · Score: 1

    The quality is not particularly different (a random error every twenty videos means squat). And I am willing to wager that a significant fraction, probably the majority, of downloading is of videos already released overseas.

    I presume that, on your honor, you immediately buy every video that you downloaded in advance when it is eventually released?

    If not, it isn't speed or quality, but theft that is your motivation.
    If you watch it or listen to it, pay what the authors ask. All else is theft. Simple.

    1. Re:You forgot "free" by LordLucless · · Score: 1

      I presume that, on your honor, you immediately buy every video that you downloaded in advance when it is eventually released?

      Apart from those that I downloaded, viewed, and didn't like (in which case they're no longer on my harddrive), then yes. It probably helps that I'm fairly picky about what I watch and only like a few series.

      The quality is not particularly different (a random error every twenty videos means squat). And I am willing to wager that a significant fraction, probably the majority, of downloading is of videos already released overseas.

      The quality is significantly different. As you say, mistakes in subtitling aren't very significant (although I'd expect something I'm paying $30-35 for to be better than something people do for free), but stuff like anti-aliased fonts look much better than DVD subtitles, and I like having the romanized Japanese lyrics to opening and closing sequences. The cultural notes some groups make are also useful at times.

      I also doubt that most downloading is of already-licensed anime. In anime circles, the same as with much else, the most popular items are the newest. The things that get the most downloads are the new things. In general, the new series are not already licensed (there are exceptions; I believe GitS:SAC was licensed in the US before it screened in Japan). Anime fans will generally download the new series and watch them before they get licensed in the US. At the moment only one of my three favourite anime series is available for sale in Australia and I own the boxset. I downloaded the series as they were being released, once every couple of weeks. I'm not exactly sure but it was at least a year after this that they were for sale in Australia. That's plenty of time for anime fans to download it, watch it, and move on before it gets licensed. (Saishuu Heiki Kanojo, the other two being Hikaru no Go and Planetes, although I believe Planetes is licensed, but not yet available for sale.)

      --
      Just because you're paranoid doesn't mean there isn't an invisible demon about to eat your face
  36. As long as you buy every series you downloaded... by Ogemaniac · · Score: 1

    oh wait, like anyone does that.

    "I can't wait" is not an excuse to steal.