Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Why is it so hard to record Hulu's audio/video stream? Even the Firefox addon "DownloadHelper", which can download from most sites, can't handle Hulu. I've seen non-free programs claiming they can do this, but not a single open source one.

My thinking is that you could just intercept the audio/video stream after it's been decrypted just before it hits your monitor/speaker. Since your monitor and speaker can't do any decryption, the audio/video must be in unencrypted "raw" format by then.

I realize there's something wrong with this argument, but don't know what.

share|improve this question
1  
How is this a programming question at this point? Do you want to write code to do this? – Aurum Aquila Feb 26 '11 at 23:56
It's sort of a general question re "why hasn't anyone written a program that does X?", or "what are technical difficulties involved in writing a program that does this?". However, if there's another stackexchange site that's more appropriate, I'd be happy to post it there. – barrycarter Feb 26 '11 at 23:59
Please read our faq prior to posting questions. – Tim Post Feb 27 '11 at 0:04
Read up on HDCP. It is (unfortunately) currently possible to encrypt stuff between your video card and the monitor. – Matthew Scharley Feb 27 '11 at 0:11

closed as off topic by Matt Ball, Shekhar_Pro, Dutchie432, Tim Post Feb 27 '11 at 0:03

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.