Results 1 to 4 of 4

Thread: Consumer IR-based interface vs. Windows Media Center add-in: DVD (ISO image) playback

  1. #1
    Join Date
    Apr 2007
    Posts
    1

    Consumer IR-based interface vs. Windows Media Center add-in: DVD (ISO image) playback

    I have also posted this message in the Media Center Developers forum; I apologize for the cross-post, but it appeared that that forum had very little activity and I thought the chances of this post being read twice by the same person would be very unlikely.

    Greetings

    After searching the net for a few days, I have what appears to be a fairly surprisingly uncommon question/problem/desire.

    I have borrowed, and own, a great deal of DVDs (500+). I hate keeping track of physical plastic discs, and/or purchasing writable ones when I want to copy one that I've borrowed.

    Consequently, for the past 3-4 years, I've simply been ripping the DVDs to ISO images on my network file servers. Sometimes, when space got tight, I would burn a few to DVD+R. However, I have recently upgraded my network, as well as all of my principal network devices, to gigabit ethernet, and am building a more "robust" fileserver for this purpose. It will be a Linux machine with a 5-6TB RAID5 array using 12 SATA disks; the machine will be in a 2U rackmounted case while the disks will be in a separate 4U case mounted directly above or below the machine itself (the SATA cable length spec is long enough for this to actually work).

    My problem is that, to watch these DVD images is rather inelegant; I have a laptop dedicated to the task with a DVI cable plugged into my HDTV running Daemon Tools, which mounts any given ISO(s) onto one or more virtual DVD-ROM drives; the operating system (and DVD player software) see the mounted ISO as a DVD inserted into a physical DVD drive. Then, I simply output a 1920x1080 signal via the DVI cable to the HDTV, and play the DVD in full-screen. Digital audio is routed to my receiver via coaxial S/PDIF for Dolby Digital or DTS sound (depending upon the DVD).

    While this solution works, it's a real pain to stumble over to the computer and set it up each time I want to watch a movie. It also looks awful in my living room.

    So I got an idea in my head when I bought my Xbox 360 that I could use a Windows XP Media Center machine to do the same thing -- mount the ISO as a virtual DVD-ROM drive, and use the 360 as an extender to play the DVD.

    Of course, had I read up on the subject, I would have learned that playing DVDs is not supported on the 360 as an extender, because apparently nobody wants to play ISO images, and everyone would rather put the physical disc into their 360 or HD-DVD drive and watch DVDs that way.

    So I looked into the Transcode360 add-in, which as of the latest version does support transcoding DVDs to the 360. I set it up correctly and have successfully watched a number of DVDs (no menus of course) mounted on a virtual drive on the MCE PC, encoded in realtime to WMV and streamed to the 360, since the 360 will only play back MPEG-2 and WMV streams.

    However, since the odd PC I had lying around on which I installed XP MCE was pretty old (2.8GHz P4, 512MB RAM, 80GB HDD), it pretty much brings the machine to its knees, and as a result there are occasional artifacts and skips in the audio during DVD playback.

    Since DVDs are just MPEG-2 streams anyway, though, I got to wondering whether or not I should just write an MCE add-in that only works for playing DVD images; it would open the various VOB files in the VIDEO_TS directory, grab their MPEG-2 video and audio frames, and stream them to the 360 for playback. I have been a programmer/software developer designer/architect/manager/executive for over 11 years and currently have the (dis)pleasure of writing in C#.NET nearly every day of my life, so if it's supported and not buggy, this would not be a challenging operation.

    But then I learned that there are all sorts of caveats when developing for the 360 using the MCE SDK. Many features supported by add-ins running on the MCE machine itself are not supported by the extenders; furthermore, I've read conflicting information about whether "streaming" is the right idea when it comes to video playback on the 360 -- I have heard that it actually needs a file created and transferred to it which it plays as it receives.

    Furthermore, neither of the above solutions (nor any I can imagine) would support DVD menus.

    So I have a few questions --

    - Would it be possible to do what I want to do by writing an MCE add-in that gets the MPEG-2 video and digital audio streams out of a DVD VOB file and streams them to the 360 for playback?

    - Am I correct in assuming that DVD menus are pretty much not going to be possible to implement unless I do some pretty amazingly creative things that probably aren't supported in the SDK viz. playing the menu MPEGs, parsing the menu regions, parsing their destination MPEGs, writing support for the remote to navigate them, etc.?

    - Is it really worth all this trouble? Would it be easier to just throw an oldish laptop/small form factor computer with DVI or component out and an infrared interface supporting some type of remote control (CIR or other) in the entertainment center, and writing software to respond to commands from the remote control and simply spawn a DVD player application that would automatically play whatever image was currently mounted? Obviously later I could go crazy and add a UI controlled by the remote that would allow selection of an image from the fileserver(s), etc.

    Thanks for any information or feedback.

    BB

  2. #2
    Join Date
    Dec 2008
    Posts
    1

    Re: Consumer IR-based interface vs. Windows Media Center add-in: DVD (ISO image) playback

    Hey there -

    I've been working on something like this for a while...looking at XBMC as the best candidate as an ISO solution...to get the menus of course. Did you ever find another suitable option? Also, any thoughts on Blu-Ray?

  3. #3
    Join Date
    Aug 2004
    Location
    India
    Posts
    76

    Re: Consumer IR-based interface vs. Windows Media Center add-in: DVD (ISO image) playback

    Warning: Don't bump old threads.
    LOOK FOR VARIOUS WINDOWS SOFTWARE'S AND NETWORKING & SECURITY SOLUTIONS OVER HERE

  4. #4
    Join Date
    Nov 2011
    Posts
    3

    Re: Consumer IR-based interface vs. Windows Media Center add-in: DVD (ISO image) playback

    Really old thread. I don't think any of this is relevant anymore. If you still run XP MCE you're wasting space/time. WMC7 has consolidated a lot of the things we wanted out of MCE. (Video playlist + music videos = awesome WMC party.)

    A $400 LCD TV and an Acer Revo 100 or Dell Zino HD for about $350 pretty much does all you want. Or scale it out with an over the air antenna ($90), a couple of HDHomeRuns ($200), Tubecore add-in ($10), YAMMM (donate), and WHS 2011 box ($300) with nnTb. You can have a low-cost entertainment system requiring no cable/sat unless you're a die-hard sports fan (in which case you should be playing and not watching).

    However, you would become a HERO to all if you can use those C# skills to write an add-in for Jango.

Similar Threads

  1. Replies: 1
    Last Post: 16-03-2012, 05:24 PM
  2. Replies: 3
    Last Post: 09-02-2012, 01:48 AM
  3. Replies: 1
    Last Post: 12-03-2011, 07:59 AM
  4. Software based media center extender...
    By akbar in forum MediaCenter
    Replies: 2
    Last Post: 01-02-2010, 04:58 AM
  5. Replies: 2
    Last Post: 07-09-2008, 07:17 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,211,999.96529 seconds with 17 queries