How to record IPTV?
April 17, 2006 6:06 PM
Subscribe
Is it possible to record IPTV?
So, I'm a college student and don't have a VCR, let alone DVR. We do get IPTV (Video Furnace) at my school, however. I am wondering if there is anyway, either on Windows XP or Ubuntu, to record a TV show from IPTV onto my computer. I've looked into screencast programs such as
Istanbul, but most of them do not record sound output -- only input from a microphone. Also, when I did a practice screencast with Istanbul the space where the IPTV video was showing just turned up black.
I have heard of Windows programs that can record any sound that comes out of your speakers -- are there any programs that can record both the screen and sound? Is there anyway of getting around the blacked out screen? I feel like it should be possible to capture all the sound and images my computer produces, but I just don't know how to do it...
posted by puffin to technology (4 comments total)
You probably need a program that will decode the IPTV stream, but I'm not aware of anything that will do that yet. Trying to record the screen itself would be essentially impossible on an AGP computer... the AGP bus is very slow for reading. (It's extremely fast for writing data out to the video card, but slow for getting it back.) It's pretty unlikely that you'd be able to read the video memory fast enough to save the movie. You _might_ be able to make this work on a PCIe machine. However, you then have a HUGE uncompressed datastream, and have to recompress it, which will make it look bad.
Ultimately, you probably need a hacked client. I have no idea where you'd get one.
posted by Malor at 7:04 PM on April 17, 2006