2011-08-25, 09:28 PM
martint123 Wrote:Not having a clue what a Sage encoder is or how it works, but the words "tuner plugin" begs the question (for me) "could a 'tuner plugin' work with something like a DVB tuner in a networked PC?"
For the next version of NPVR I have written a tuner plugin that uses the SageTV protocol to talk to network encoders.
A network encoder using this protocol provides the means to capture video from any device on your network (including localhost) and the tuner plugin allows you to control this with standard NPVR EPG and recording, scheduling and livetv mechanisms.
There are four distinct network encoders available.
SGraphRecorder. - Provide remote access to recording using GraphEdit graph's as the recording mechanism. This works great when the remote capture is with a HDPVR/Collossus or svideo/composite, because a remote tuner is called. Currently no method to tune internal tuners analog or digital, but it would be nice to use an old XP box in the attic and run CAT 5e/6 to the NPVR host
SageDCT - Control digital cable card tuners from Ceton, SiliconDust and Hauppauge
SageMCTuner - control any Windows Media Center tuner device for playback in NPVR. DRM'd recordings can be scheduled but not viewed in NPVR.
r5000 - hardware implementations of the SageTV protocol
Other possibilities. It would not be extrememly difficult to
- create an interface to control a second instance of NPVR or even GBPVR on the network
- write a simple linux server controlling most /dev/video devices.
Martin