To: Carlo Colatosti who wrote (28987 ) 1/31/1998 10:53:00 AM From: John Rieman Read Replies (1) | Respond to of 50808
How to feed a DSS signal to your PC................................ Subject: Re: How can I feed DSS digital stream to a PC?? From: Eric Smith <eric@brouhaha.com> Date: 1998/01/17 Message-ID: <qhafcule6k.fsf@ruckus.brouhaha.com> Newsgroups: alt.dss [More Headers] David Corbin <david@csol.com> wrote: > I am not interested in stealing channels. I simply want a way to link > a DSS receiver and PC at a fast enough rate to receive all of the > digital data for a channel on the PC, and ideally, send it back to the > reliever at a later time. As it happens, I've recently been working on this. Getting the decrypted MPEG data out of the receiver is easy. In the 2nd and 3rd generation Sony receivers, both the audio and video are transferred across an 8-bit data bus from the transport stream demuliplexer ASIC to the SGS/Thomson STi3520 decoder. There are two associated strobe signals, one each for video and audio. The data is set up about 100 nS before the leading edge of the strobe, and the strobe is active low for about 40 nS. The first generation receivers are similar, but use separate audio and video decoders (SGS/Thomson STi3500 and TI TMS320AV110). Getting the data into a PC is tricky because the burst data rate is about 2.5 Mbytes/second, which is a bit much for a non-bus-mastering ISA card. For my prototype I'm using a PLX/Twin 9050RDK PCI prototyping card to which I've added a FIFO chip, some buffers, miscellanous control logic, and a connector. Using the satellite reciever to play back the captured data seems difficult at best, because the STi3520 doesn't seem to be smart enough to play back an MPEG stream without processor intervention. My current plan for playback is to try to play the video through a C-cube ZiVA-DS decoder chip on a Creative Labs Dxr2 decoder (part of the Creative Labs PC-DVD Encore Dxr2 package). Glen Duncan <gduncan@newenterprises.com> writes: > My Sony Sat-B1 has an RF reciever module made by Hughes (the people who > developed the satellite/dish technology). This module is the actual > reciever and is a daughter card to the decoder which is the part made by > Sony. It connects to the decoder via a 52 pin header. The signals on the > decoder board are labeled (albiet cryptically). It appears that there are two > 8bit data buses, a 4bit address bus, and a varity of control signals. I don't think there is much value to examing the data at that point, since it is still encrypted. Unless, of course, you're trying to reverse-engineer the conditional access system :-) Cheers, Eric