![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jul 2008
Posts: 1
Rep Power: 0
![]() |
Blocking TV
I just have a quick question. When someone hooks up a tv to their computer, is it possible to design a program that prevents the DVD or VCR player from working, or recording whatever is on the TV? If no, is it possible to design a program that wont allow the TV to be connected to the computer? And if it can be done, can it be done in Java? Thanks
|
|
|
|
|
|
#2 |
|
SEXY SHOELESS GOD OF WAR!
![]() Join Date: Jun 2005
Location: Wet west coast of Canada
Posts: 1,195
Rep Power: 5
![]() |
Re: Blocking TV
I'm not sure what you're asking here, as there are two things that come to mind.
First is that the user is using a TV-out jack on the computer to use a TV as a (possibly secondary) monitor, and you want to prevent them running it through a VCR or DVR and recording the output. As far as I know, you cannot do this. However, if they are using DVD-player software on their computer, most modern machines will add information to the signal if the source is copy-protected (as most commercial DVDs are). This signal will be respected by compliant recording devices, which will either refuse to record, record a scrambled version of the content, or somehow limit the recordings made (such as refusing to make copies, limiting them to being viewed only on the DVR they were made on). This is often a legal requirement for manufacturers of hardware in many countries. Thus, if your concern is that someone will use a TV-out enabled PC to bypass DVD copy protection, this is not an issue. While it's possible to do in theory, this would require either the same techniques used to defeat the protection in VCR/DVD to VCR/DVR setups, or cracking of the protection before playing the disc (ie, DVD Decrypter, etc). In other words, don't worry about it, as either way, it's completely out of your hands. On the other hand, if you're talking about TV-in, and want to prevent the user from recording content from a VCR or DVD source, I'm not sure if such implementations are required, or even common. Thus, you may find this to be extremely hard, if not impossible. Also, as the code involved is likely to make extensive use of native APIs, it's unlikely you'll be able to do it in Java. Well, I suppose you could make heavy use of JNI, but some might call that cheating, and it defeats the point of using Java in the first place.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot. - Vaarsuvius, Order of the Stick |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vista 64 and TV tuner card | Jabo | Coder's Corner Lounge | 2 | Feb 25th, 2008 8:32 AM |
| Blocking vs non-blocking | Harakim | Software Design and Algorithms | 7 | Jun 27th, 2006 10:49 PM |
| IP Blocking method (finished, source included) | tempest | PHP | 0 | Jan 19th, 2005 8:11 PM |
| Ip Blocking Help | magic_e | PHP | 6 | Jan 19th, 2005 4:41 PM |