I have a PC with a TV card, it connects to an antenna via a coaxial cable, so at the back of PC there is a coaxial cable connector, the PC is in the basement. 60 feet apart in the living room above there is a big screen TV, the only way I can think of to possibly transfer a signal from the PC to the TV is an existing coaxial cable which extends from the basement all the way to the TV, so I wonder if there is a way to write a Java program to send TV signal streams to the TV via the coaxial cable ? A few points need to be mentioned here :
Is it doable ? If so where can I find some sample Java code ?
Edit : This is just a technical challenge to see how far I can go with Java on the software side, sort of flexing the intellectual muscle, so to speak. Trying to send Internet video stream info from PC to a TV via a coaxial cable between them.
As other people have said, there's no way to do this with the TV in card, as that's built for taking an NTSC (Or ATSC/QAM if it's newer) signal and converting it into a MPEG stream.
I know that an NTSC composite black and white signal (I imagine PAL too, I think the two are similar for luma) with a micocontroller, a few pins, some resistors, and judicious use of cycle counting.
If you can get low level (e.g. bit-banging) control of a parallel port from Java, you might be able to do something similar, if you get the timing tight enough.
However, I see several possible issues: