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 :
- I've thought of HDMI, but no HDMI line can be 60 feet long.
- Can't move the PC closer to the TV.
- Don't want to buy extra hardware to transmit signal from PC to TV
- I know the coaxial cable connector at the back of the PC is for taking in antenna signal not for output use. What I'm attempting is to use it to output signal.
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.