Netflix on an NES
gizmodo.com
Netflix on an NES
1–10 of 29 posts
Re: Netflix on an NES
#2Re: Netflix on an NES
#3Awesome stuff.
Re: Netflix on an NES
#4There is no way in hell a 1.79Mhz 6502 can play streaming video.
It's a fun party trick though.
Re: Netflix on an NES
#5I'm guessing their "cart" is really a Raspberry Pi like device that is using the NES only for video out and controller in. There is no way in hell a 1.79Mhz 6502 can play streaming video. It's a fun party trick though.
Re: Netflix on an NES
#6I'm guessing their "cart" is really a Raspberry Pi like device that is using the NES only for video out and controller in. There is no way in hell a 1.79Mhz 6502 can play streaming video. It's a fun party trick though.
I agree, it's a neat trick. Especially in How did they get it "online"? I'm assuming that's all built into the "cart"? (wifi?)
Re: Netflix on an NES
#7I'm guessing their "cart" is really a Raspberry Pi like device that is using the NES only for video out and controller in. There is no way in hell a 1.79Mhz 6502 can play streaming video. It's a fun party trick though.
It could play streaming video at a sufficiently small resolution, just not HD or SD.
Re: Netflix on an NES
#8I'm guessing their "cart" is really a Raspberry Pi like device that is using the NES only for video out and controller in. There is no way in hell a 1.79Mhz 6502 can play streaming video. It's a fun party trick though.
(I don't know enough about the NES to say whether there's some complications I'm overlooking.)
Re: Netflix on an NES
#9I'm guessing their "cart" is really a Raspberry Pi like device that is using the NES only for video out and controller in. There is no way in hell a 1.79Mhz 6502 can play streaming video. It's a fun party trick though.
Hypothetically, the NES could play streaming video. For memeory limitations, a custom rom cartridge could be used which would grab a new set of video frames (consisting of tilemaps + tilepatterns) via a network controller. The 6502 core does not need to decode video, but could simply swap in chunks of these tilemaps+tilepatterns which the picture processing unit displays.
Re: Netflix on an NES
#10I'm guessing their "cart" is really a Raspberry Pi like device that is using the NES only for video out and controller in. There is no way in hell a 1.79Mhz 6502 can play streaming video. It's a fun party trick though.
"This is really hard to do on a 256K cart" - so I'm guessing it just plays back a little bit of pre-converted video. At that screen size and frame rate this is something the 6502 is fast enough to do. (I don't know enough about the NES to say whether there's some complications I'm overlooking.)
In fact, the original plan we had was to stick a raspberry pi in the cart to handle networking and video conversion. Due to time and resource constraints we ended up building a standalone rom.