Freevo would execute on the set-top box. I'm not exactly sure how the new recording code is setup, but the communication between Freevo and remote recording daemon could be as easy as having Freevo write commands to progressivly numbered files (AKA. command.1 command.2 command.3). The Deamon just scans a specific directory for files, reads them, then deletes them in numerical order (to retain command order). All this over NFS. Since we have NFS, The daemon doesn't have to stream anything to Freevo. A better, though more time consuming solution, would be XML-RPC or the like.
~Rob -----Original Message----- From: Andreas Leitner [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 9:20 AM To: [EMAIL PROTECTED] Subject: RE: [Freevo-users] Anybody using a Shuttle PC with freevo? On Fri, 2003-02-28 at 18:12, Robert Wohleb wrote: > Yeah PCI doesn't have much bandwidth to go around. If I can get 2 tuners to share a > PCI bus I'll be happy. I've heard of boards with 2 PCI bus', but I've never seen > one. If I need more than 2, I'll just throw hardware at the problem. > > -----Original Message----- > From: Wan Tat Chee [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 27, 2003 6:57 PM > To: [EMAIL PROTECTED] > Subject: RE: [Freevo-users] Anybody using a Shuttle PC with freevo? > > > On Thu, 27 Feb 2003, Robert Wohleb wrote: > > > coming along as nicely as it is, my plan is to have a powerful file > > server capable of recording from as many channels as I have tuner > > cards. I can't imagine having such a machine in my living room. > > Hmm, you should read the archives for the video4linux list regarding > supporting multiple capture cards. I think there's PCI bandwidth > limitations (apart from driver issues) when you try to do this. I have had a chance to test a shuttle now, and it really seems to be quite noisy (too noisy for my taste at least). Have you looked at how well the freevo architecture would support having the tuners on a different machine? Or do you plan to use the set-top box simply as a terminal. Hmmm, maybe thats a bit unclear (; What I want to know is if you: *) Want to execute freevo on the set-top box and have some sort of daemon on the server. The set-top box would then send commands to the server and the server would stream movies back to the machine *) Want to execute freevo on the server and just display it on the set-top box (using vnc or a remote x session) regards, Andreas ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
