Author Topic: Feature Request - Netflix WatchNow Support  (Read 18081 times)

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Feature Request - Netflix WatchNow Support
« Reply #15 on: October 01, 2008, 09:39:58 pm »
A most interesting development. Does someone want to take the SDK and dissect it?

I can help a determined developer create a native DCE device for it.

-Thom

Enigmus

  • Veteran
  • ***
  • Posts: 132
    • View Profile
Re: Feature Request - Netflix WatchNow Support
« Reply #16 on: October 04, 2008, 09:46:08 pm »
The reason they are open sourcing the project is to allow for publicly or third party created modules to work on the system.  Another opportunity here would be to make the Roku into a MD by creating modules for it that allow it to interact with LinuxMCE.  The SDK is supposedly going to be coming out before the end of the year.  Should be interesting.

Eureka

  • First post!
  • Posts: 1
    • View Profile
Re: Feature Request - Netflix WatchNow Support
« Reply #17 on: October 22, 2008, 12:10:35 am »
From my understanding this cant be done in just software. Apparently the Netflix set-top box not only runs linux but it also is using a piece of dedicated hardware for the DRM stuff.... If i can find the old post ill put it up here...

-E

JimmyGosling

  • Veteran
  • ***
  • Posts: 105
    • View Profile
Re: Feature Request - Netflix WatchNow Support
« Reply #18 on: October 29, 2008, 05:28:46 pm »
Hey guys, looks like this is a step in the right direction.

http://www.crunchgear.com/2008/10/26/macs-getting-netflix-watch-instantly-with-silverlight/

Does this lend anything to possible LMCE support?
« Last Edit: October 29, 2008, 05:30:48 pm by JimmyGosling »

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Feature Request - Netflix WatchNow Support
« Reply #19 on: October 29, 2008, 05:52:50 pm »
No.

-Thom

Enigmus

  • Veteran
  • ***
  • Posts: 132
    • View Profile
Re: Feature Request - Netflix WatchNow Support
« Reply #20 on: October 29, 2008, 11:05:40 pm »
Mono is planning on porting Silverlight to Linux.  That might get the Flix working.

http://news.cnet.com/8301-10784_3-9714669-7.html

Enigmus

  • Veteran
  • ***
  • Posts: 132
    • View Profile
Re: Feature Request - Netflix WatchNow Support
« Reply #21 on: November 21, 2008, 06:03:43 pm »
Looks like Novell almost has a Silverlight client available.  That might help LinuxMCE view Netflix online.

http://www.betanews.com/article/Novell_and_Microsoft_sanction_Silverlight_workalike_for_Linux/1227124377

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: Feature Request - Netflix WatchNow Support
« Reply #22 on: November 21, 2008, 06:07:41 pm »
there are no plans to integrate that silverlight _crap_. Feature requests are declined. If you come up with a patch, maybe.
rock your home - http://www.agocontrol.com home automation

trimble

  • Regular Poster
  • **
  • Posts: 34
    • View Profile
Re: Feature Request - Netflix WatchNow Support
« Reply #23 on: August 15, 2009, 05:04:40 pm »
I have a partial solution, which may ultimately work or prove to be a dead end. I need some advice:

I have an XP box which I can view Netflix on-demand movies on. With a gigabit connection to my core, I can use VNC to remote into it and also watch Netflix on-demand movies. Trouble is, the video is choppy and there's no audio.

As, of course, my MDs play movies all the time streamed across my LAN, I'm not sure why the Netflix video is choppy. I'm hoping there's a VNC setting to improve throughput. Not sure about the audio yet.

Any help appreciated.

Regards,
Mark

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Feature Request - Netflix WatchNow Support
« Reply #24 on: August 15, 2009, 07:52:01 pm »
The remote framebuffer protocol used by VNC is not optimized at all for playing video over a network. That's why it's choppy. You can't use it like that.

-Thom

colinjones

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 3003
    • View Profile
Re: Feature Request - Netflix WatchNow Support
« Reply #25 on: August 17, 2009, 12:20:04 am »
"remote desktop" type applications of any flavour are not intended for transporting video... to say the least it is highly inefficient. Whilst some may add in smarts to identify video, and retranscode it to make it smooth or at least less choppy, this is avoiding the point completely.... it is using a sledgehammer to crack a wallnut, and conceptually no different from seting up a video camera pointing at a screen displaying Netflix, then digitising the output and sending it over the network!

trimble

  • Regular Poster
  • **
  • Posts: 34
    • View Profile
Re: Feature Request - Netflix WatchNow Support
« Reply #26 on: August 17, 2009, 12:38:24 am »
Yes, this approach does indeed appear to be a dead end.

The solution that I've settled on for now is simply to install Windows on one of my MDs and, when I want to watch a Netflix on-demand movie, just restart the box and preempt the netboot to load XP from the local hard drive instead.

Ultimately I plan to get a Roku box. That's the real solution.

Cheers,
Mark

colinjones

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 3003
    • View Profile
Re: Feature Request - Netflix WatchNow Support
« Reply #27 on: August 17, 2009, 12:43:35 am »
Are you aware that there is a reboot option on all MDs to reboot "locally"? Essentially this modifies the PXE boot config so that it fails, and then the MD will pass thru to the next boot option in the sequence.

If you set up your MDs BIOS to boot first from PXE then second from HDD, when you are running the MD, you simply choose the reboot local option and it will automatically boot Windows with no interaction. There is also a reboot tool for Windows, I believe (haven't used it) that allows this process to be reversed, ie you reboot Windows using it, and the MD will automatically boot up next time, with no interaction. Makes switching easier

trimble

  • Regular Poster
  • **
  • Posts: 34
    • View Profile
Re: Feature Request - Netflix WatchNow Support
« Reply #28 on: August 17, 2009, 12:52:34 am »
Cool. I'll check out that MD reboot option. Thanks. :-)