Re: [vdr] extending VDR to support external Media software

2008-07-27 Thread Markus Ecker
Hi,I've got a first version of an extension to streamdev for SageTV ready.

You can check it out here: http://trac.assembla.com/SageTV-VDR-Integration .

I watched some HDTV on the extender with it yesterday and the picture was so
fluid, I am still grinning.

Markus.

2008/7/19 Pasi Kärkkäinen [EMAIL PROTECTED]

 On Fri, Jul 18, 2008 at 11:05:09PM +0200, Markus Ecker wrote:
  I was reading through the streamdev source code today, and allthough I
 don't
  understand it a 100% yet,I think I can extend it to support the SageTV
  recorder plugin protocol.
 

 Nice!

  If anyone wants to write a VDR plugin to support the device directly, I
 can
  provide network dumps of the communication between the extender and the
  server.
 

 Ok. Can you put some dumps online? Or if you don't have web/ftp space for
 that, I think I can fix something..

 I could take a look at those dumps..

 -- Pasi

  Markus
 
  2008/7/18 Pasi Kärkkäinen [EMAIL PROTECTED]:
 
   On Wed, Jul 16, 2008 at 09:52:53PM +0200, Markus Ecker wrote:
Dear Pasi,
Out of the box, it only works together with the SageTV server
 software.
The GUI is rendered on the server, the device acts as a dumb
 terminal.
   
However, they released some source code, and I just found some more
technical details on the MythTV wiki:
http://www.mythtv.org/wiki/index.php/SageTV_HD_Extender
   
  
   Yep.. someone with access to hd_extender should do some packet
 capturing
   and/or tracing to figure out how the communication between sagetv
 server
   and
   hd_extender is done..
  
   I'm not interested in using SageTV software, but I'd like to use this
   device with
   VDR.. if possible. And possibly help developing a vdr plugin :)
  
   -- Pasi
  
Markus.
   
2008/7/16 Pasi Kärkkäinen [EMAIL PROTECTED]:
   
 On Wed, Jul 16, 2008 at 05:20:27PM +0200, Markus Ecker wrote:
  Torgeir,
  It's this box: http://sagetv.com/hd_extender.html. Not sure
 about
   the
  hardware, but it runs Linux.
 
  From the spec:
  Video format supported: MPEG1, MPEG2, MPEG4, H.264 up to 1080p,
 AVI,
   VOB,
  WMV9/VC-1 up to 1080p
 
  I run it at the moment with a dubious shell script doing the DVB
 recording,
  and the picture is very nice and fluid.
 

 Hmm.. is there any way to send video streams to this device without
   running
 sagetv atm?

 Looks like a nice device:)

 -- Pasi

  

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] extending VDR to support external Media software

2008-07-27 Thread Markus Ecker
around 2 seconds.

2008/7/27 Torgeir Veimo [EMAIL PROTECTED]


 On 27 Jul 2008, at 23:09, Markus Ecker wrote:

  I watched some HDTV on the extender with it yesterday and the
  picture was so fluid, I am still grinning.

 How long delay do you get between pressing a button for a channel
 change until you see the actual picture?

 --
 Torgeir Veimo
 [EMAIL PROTECTED]





 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] extending VDR to support external Media software

2008-07-27 Thread Torgeir Veimo

On 27 Jul 2008, at 23:09, Markus Ecker wrote:

 I watched some HDTV on the extender with it yesterday and the  
 picture was so fluid, I am still grinning.

How long delay do you get between pressing a button for a channel  
change until you see the actual picture?

-- 
Torgeir Veimo
[EMAIL PROTECTED]





___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] extending VDR to support external Media software

2008-07-27 Thread Pasi Kärkkäinen
On Sun, Jul 27, 2008 at 01:09:26PM +0200, Markus Ecker wrote:
 Hi,I've got a first version of an extension to streamdev for SageTV ready.
 
 You can check it out here: http://trac.assembla.com/SageTV-VDR-Integration .
 
 I watched some HDTV on the extender with it yesterday and the picture was so
 fluid, I am still grinning.


Cool!

When you stop grinning and have some time please upload those network/packet 
dumps 
between SageTV server and HD Extender.. :)

-- Pasi
 
 Markus.
 
 2008/7/19 Pasi Kärkkäinen [EMAIL PROTECTED]
 
  On Fri, Jul 18, 2008 at 11:05:09PM +0200, Markus Ecker wrote:
   I was reading through the streamdev source code today, and allthough I
  don't
   understand it a 100% yet,I think I can extend it to support the SageTV
   recorder plugin protocol.
  
 
  Nice!
 
   If anyone wants to write a VDR plugin to support the device directly, I
  can
   provide network dumps of the communication between the extender and the
   server.
  
 
  Ok. Can you put some dumps online? Or if you don't have web/ftp space for
  that, I think I can fix something..
 
  I could take a look at those dumps..
 
  -- Pasi
 
   Markus
  
   2008/7/18 Pasi Kärkkäinen [EMAIL PROTECTED]:
  
On Wed, Jul 16, 2008 at 09:52:53PM +0200, Markus Ecker wrote:
 Dear Pasi,
 Out of the box, it only works together with the SageTV server
  software.
 The GUI is rendered on the server, the device acts as a dumb
  terminal.

 However, they released some source code, and I just found some more
 technical details on the MythTV wiki:
 http://www.mythtv.org/wiki/index.php/SageTV_HD_Extender

   
Yep.. someone with access to hd_extender should do some packet
  capturing
and/or tracing to figure out how the communication between sagetv
  server
and
hd_extender is done..
   
I'm not interested in using SageTV software, but I'd like to use this
device with
VDR.. if possible. And possibly help developing a vdr plugin :)
   
-- Pasi
   
 Markus.

 2008/7/16 Pasi Kärkkäinen [EMAIL PROTECTED]:

  On Wed, Jul 16, 2008 at 05:20:27PM +0200, Markus Ecker wrote:
   Torgeir,
   It's this box: http://sagetv.com/hd_extender.html. Not sure
  about
the
   hardware, but it runs Linux.
  
   From the spec:
   Video format supported: MPEG1, MPEG2, MPEG4, H.264 up to 1080p,
  AVI,
VOB,
   WMV9/VC-1 up to 1080p
  
   I run it at the moment with a dubious shell script doing the DVB
  recording,
   and the picture is very nice and fluid.
  
 
  Hmm.. is there any way to send video streams to this device without
running
  sagetv atm?
 
  Looks like a nice device:)
 
  -- Pasi
 
   
 

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] extending VDR to support external Media software

2008-07-27 Thread Markus Ecker
Pasi,I think on Tuesday I will have some time to capture the network
traffic.
I have a gut feeling they use a modified vnc protocol for the GUI display,
but we will see...

2008/7/27 Pasi Kärkkäinen [EMAIL PROTECTED]

 On Sun, Jul 27, 2008 at 01:09:26PM +0200, Markus Ecker wrote:
  Hi,I've got a first version of an extension to streamdev for SageTV
 ready.
 
  You can check it out here:
 http://trac.assembla.com/SageTV-VDR-Integration .
 
  I watched some HDTV on the extender with it yesterday and the picture was
 so
  fluid, I am still grinning.
 

 Cool!

 When you stop grinning and have some time please upload those
 network/packet dumps
 between SageTV server and HD Extender.. :)

 -- Pasi

  Markus.
 
  2008/7/19 Pasi Kärkkäinen [EMAIL PROTECTED]
 
   On Fri, Jul 18, 2008 at 11:05:09PM +0200, Markus Ecker wrote:
I was reading through the streamdev source code today, and allthough
 I
   don't
understand it a 100% yet,I think I can extend it to support the
 SageTV
recorder plugin protocol.
   
  
   Nice!
  
If anyone wants to write a VDR plugin to support the device directly,
 I
   can
provide network dumps of the communication between the extender and
 the
server.
   
  
   Ok. Can you put some dumps online? Or if you don't have web/ftp space
 for
   that, I think I can fix something..
  
   I could take a look at those dumps..
  
   -- Pasi
  
Markus
   
2008/7/18 Pasi Kärkkäinen [EMAIL PROTECTED]:
   
 On Wed, Jul 16, 2008 at 09:52:53PM +0200, Markus Ecker wrote:
  Dear Pasi,
  Out of the box, it only works together with the SageTV server
   software.
  The GUI is rendered on the server, the device acts as a dumb
   terminal.
 
  However, they released some source code, and I just found some
 more
  technical details on the MythTV wiki:
  http://www.mythtv.org/wiki/index.php/SageTV_HD_Extender
 

 Yep.. someone with access to hd_extender should do some packet
   capturing
 and/or tracing to figure out how the communication between sagetv
   server
 and
 hd_extender is done..

 I'm not interested in using SageTV software, but I'd like to use
 this
 device with
 VDR.. if possible. And possibly help developing a vdr plugin :)

 -- Pasi

  Markus.
 
  2008/7/16 Pasi Kärkkäinen [EMAIL PROTECTED]:
 
   On Wed, Jul 16, 2008 at 05:20:27PM +0200, Markus Ecker wrote:
Torgeir,
It's this box: http://sagetv.com/hd_extender.html. Not sure
   about
 the
hardware, but it runs Linux.
   
From the spec:
Video format supported: MPEG1, MPEG2, MPEG4, H.264 up to
 1080p,
   AVI,
 VOB,
WMV9/VC-1 up to 1080p
   
I run it at the moment with a dubious shell script doing the
 DVB
   recording,
and the picture is very nice and fluid.
   
  
   Hmm.. is there any way to send video streams to this device
 without
 running
   sagetv atm?
  
   Looks like a nice device:)
  
   -- Pasi
  

  

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] extending VDR to support external Media software

2008-07-27 Thread Pasi Kärkkäinen
On Sun, Jul 27, 2008 at 02:58:55PM +0200, Markus Ecker wrote:
 Pasi,I think on Tuesday I will have some time to capture the network
 traffic.
 I have a gut feeling they use a modified vnc protocol for the GUI display,
 but we will see...


Ok, nice :) 

-- Pasi
 
 2008/7/27 Pasi Kärkkäinen [EMAIL PROTECTED]
 
  On Sun, Jul 27, 2008 at 01:09:26PM +0200, Markus Ecker wrote:
   Hi,I've got a first version of an extension to streamdev for SageTV
  ready.
  
   You can check it out here:
  http://trac.assembla.com/SageTV-VDR-Integration .
  
   I watched some HDTV on the extender with it yesterday and the picture was
  so
   fluid, I am still grinning.
  
 
  Cool!
 
  When you stop grinning and have some time please upload those
  network/packet dumps
  between SageTV server and HD Extender.. :)
 
  -- Pasi
 
   Markus.
  
   2008/7/19 Pasi Kärkkäinen [EMAIL PROTECTED]
  
On Fri, Jul 18, 2008 at 11:05:09PM +0200, Markus Ecker wrote:
 I was reading through the streamdev source code today, and allthough
  I
don't
 understand it a 100% yet,I think I can extend it to support the
  SageTV
 recorder plugin protocol.

   
Nice!
   
 If anyone wants to write a VDR plugin to support the device directly,
  I
can
 provide network dumps of the communication between the extender and
  the
 server.

   
Ok. Can you put some dumps online? Or if you don't have web/ftp space
  for
that, I think I can fix something..
   
I could take a look at those dumps..
   
-- Pasi
   
 Markus

 2008/7/18 Pasi Kärkkäinen [EMAIL PROTECTED]:

  On Wed, Jul 16, 2008 at 09:52:53PM +0200, Markus Ecker wrote:
   Dear Pasi,
   Out of the box, it only works together with the SageTV server
software.
   The GUI is rendered on the server, the device acts as a dumb
terminal.
  
   However, they released some source code, and I just found some
  more
   technical details on the MythTV wiki:
   http://www.mythtv.org/wiki/index.php/SageTV_HD_Extender
  
 
  Yep.. someone with access to hd_extender should do some packet
capturing
  and/or tracing to figure out how the communication between sagetv
server
  and
  hd_extender is done..
 
  I'm not interested in using SageTV software, but I'd like to use
  this
  device with
  VDR.. if possible. And possibly help developing a vdr plugin :)
 
  -- Pasi
 
   Markus.
  
   2008/7/16 Pasi Kärkkäinen [EMAIL PROTECTED]:
  
On Wed, Jul 16, 2008 at 05:20:27PM +0200, Markus Ecker wrote:
 Torgeir,
 It's this box: http://sagetv.com/hd_extender.html. Not sure
about
  the
 hardware, but it runs Linux.

 From the spec:
 Video format supported: MPEG1, MPEG2, MPEG4, H.264 up to
  1080p,
AVI,
  VOB,
 WMV9/VC-1 up to 1080p

 I run it at the moment with a dubious shell script doing the
  DVB
recording,
 and the picture is very nice and fluid.

   
Hmm.. is there any way to send video streams to this device
  without
  running
sagetv atm?
   
Looks like a nice device:)
   
-- Pasi
   
 
   
 

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] extending VDR to support external Media software

2008-07-19 Thread Pasi Kärkkäinen
On Fri, Jul 18, 2008 at 11:05:09PM +0200, Markus Ecker wrote:
 I was reading through the streamdev source code today, and allthough I don't
 understand it a 100% yet,I think I can extend it to support the SageTV
 recorder plugin protocol.
 

Nice!

 If anyone wants to write a VDR plugin to support the device directly, I can
 provide network dumps of the communication between the extender and the
 server.


Ok. Can you put some dumps online? Or if you don't have web/ftp space for
that, I think I can fix something.. 

I could take a look at those dumps.. 

-- Pasi
 
 Markus
 
 2008/7/18 Pasi Kärkkäinen [EMAIL PROTECTED]:
 
  On Wed, Jul 16, 2008 at 09:52:53PM +0200, Markus Ecker wrote:
   Dear Pasi,
   Out of the box, it only works together with the SageTV server software.
   The GUI is rendered on the server, the device acts as a dumb terminal.
  
   However, they released some source code, and I just found some more
   technical details on the MythTV wiki:
   http://www.mythtv.org/wiki/index.php/SageTV_HD_Extender
  
 
  Yep.. someone with access to hd_extender should do some packet capturing
  and/or tracing to figure out how the communication between sagetv server
  and
  hd_extender is done..
 
  I'm not interested in using SageTV software, but I'd like to use this
  device with
  VDR.. if possible. And possibly help developing a vdr plugin :)
 
  -- Pasi
 
   Markus.
  
   2008/7/16 Pasi Kärkkäinen [EMAIL PROTECTED]:
  
On Wed, Jul 16, 2008 at 05:20:27PM +0200, Markus Ecker wrote:
 Torgeir,
 It's this box: http://sagetv.com/hd_extender.html. Not sure about
  the
 hardware, but it runs Linux.

 From the spec:
 Video format supported: MPEG1, MPEG2, MPEG4, H.264 up to 1080p, AVI,
  VOB,
 WMV9/VC-1 up to 1080p

 I run it at the moment with a dubious shell script doing the DVB
recording,
 and the picture is very nice and fluid.

   
Hmm.. is there any way to send video streams to this device without
  running
sagetv atm?
   
Looks like a nice device:)
   
-- Pasi
   
 

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] extending VDR to support external Media software

2008-07-18 Thread Pasi Kärkkäinen
On Wed, Jul 16, 2008 at 09:52:53PM +0200, Markus Ecker wrote:
 Dear Pasi,
 Out of the box, it only works together with the SageTV server software.
 The GUI is rendered on the server, the device acts as a dumb terminal.
 
 However, they released some source code, and I just found some more
 technical details on the MythTV wiki:
 http://www.mythtv.org/wiki/index.php/SageTV_HD_Extender
 

Yep.. someone with access to hd_extender should do some packet capturing
and/or tracing to figure out how the communication between sagetv server and
hd_extender is done.. 

I'm not interested in using SageTV software, but I'd like to use this device 
with
VDR.. if possible. And possibly help developing a vdr plugin :)

-- Pasi

 Markus.
 
 2008/7/16 Pasi Kärkkäinen [EMAIL PROTECTED]:
 
  On Wed, Jul 16, 2008 at 05:20:27PM +0200, Markus Ecker wrote:
   Torgeir,
   It's this box: http://sagetv.com/hd_extender.html. Not sure about the
   hardware, but it runs Linux.
  
   From the spec:
   Video format supported: MPEG1, MPEG2, MPEG4, H.264 up to 1080p, AVI, VOB,
   WMV9/VC-1 up to 1080p
  
   I run it at the moment with a dubious shell script doing the DVB
  recording,
   and the picture is very nice and fluid.
  
 
  Hmm.. is there any way to send video streams to this device without running
  sagetv atm?
 
  Looks like a nice device:)
 
  -- Pasi
 

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] extending VDR to support external Media software

2008-07-18 Thread Markus Ecker
I was reading through the streamdev source code today, and allthough I don't
understand it a 100% yet,I think I can extend it to support the SageTV
recorder plugin protocol.

If anyone wants to write a VDR plugin to support the device directly, I can
provide network dumps of the communication between the extender and the
server.

Markus

2008/7/18 Pasi Kärkkäinen [EMAIL PROTECTED]:

 On Wed, Jul 16, 2008 at 09:52:53PM +0200, Markus Ecker wrote:
  Dear Pasi,
  Out of the box, it only works together with the SageTV server software.
  The GUI is rendered on the server, the device acts as a dumb terminal.
 
  However, they released some source code, and I just found some more
  technical details on the MythTV wiki:
  http://www.mythtv.org/wiki/index.php/SageTV_HD_Extender
 

 Yep.. someone with access to hd_extender should do some packet capturing
 and/or tracing to figure out how the communication between sagetv server
 and
 hd_extender is done..

 I'm not interested in using SageTV software, but I'd like to use this
 device with
 VDR.. if possible. And possibly help developing a vdr plugin :)

 -- Pasi

  Markus.
 
  2008/7/16 Pasi Kärkkäinen [EMAIL PROTECTED]:
 
   On Wed, Jul 16, 2008 at 05:20:27PM +0200, Markus Ecker wrote:
Torgeir,
It's this box: http://sagetv.com/hd_extender.html. Not sure about
 the
hardware, but it runs Linux.
   
From the spec:
Video format supported: MPEG1, MPEG2, MPEG4, H.264 up to 1080p, AVI,
 VOB,
WMV9/VC-1 up to 1080p
   
I run it at the moment with a dubious shell script doing the DVB
   recording,
and the picture is very nice and fluid.
   
  
   Hmm.. is there any way to send video streams to this device without
 running
   sagetv atm?
  
   Looks like a nice device:)
  
   -- Pasi
  

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] extending VDR to support external Media software

2008-07-17 Thread Torgeir Veimo


On 17 Jul 2008, at 05:52, Markus Ecker wrote:

However, they released some source code, and I just found some more  
technical details on the MythTV wiki:

http://www.mythtv.org/wiki/index.php/SageTV_HD_Extender



Theoretically it might even be possible to run VDR directly on it,  
since it has USB ports..


--
Torgeir Veimo
[EMAIL PROTECTED]




___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] extending VDR to support external Media software

2008-07-16 Thread Markus Ecker
Hi,I have a question regarding the best way to extend VDR functionality to
support a certain feature.

I've got a linux server running a recording software called SageTV. The
server is connected to two set top boxes that feature hardware MPEG4
decoding.
Although most of the functionality of SageTV is quite nice, it can't compare
to VDR features when it comes to dealing with DVB-S recording.
Having used VDR in my previous setup, I would like to integrate SageTV with
VDR, so I get the best of both worlds, i.e. hardware decoding/user interface
of sagetv,
stability/DVB features of VDR.

SageTV provides a simple API for using external recorders, which requires
the external recorder to listen on a TCP port and record a PS stream to a
file given by sagetv.

My question is: What is the most straightforward way to implement this in
VDR ?

Is it better to adapt an existing plugin like streamdev, or is it simple
enough to write a plugin from scratch for this purpose?

Is there some documentation available on how to use the VDR api ?

I would greatly appreciate any hints in this matter.

Thank you,
Markus
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] extending VDR to support external Media software

2008-07-16 Thread Torgeir Veimo

On 16 Jul 2008, at 23:05, Markus Ecker wrote:

 The server is connected to two set top boxes that feature hardware  
 MPEG4 decoding.


Am curious, which hardware is this?

-- 
Torgeir Veimo
[EMAIL PROTECTED]





___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] extending VDR to support external Media software

2008-07-16 Thread Markus Ecker
Torgeir,
It's this box: http://sagetv.com/hd_extender.html. Not sure about the
hardware, but it runs Linux.

From the spec:
Video format supported: MPEG1, MPEG2, MPEG4, H.264 up to 1080p, AVI, VOB,
WMV9/VC-1 up to 1080p

I run it at the moment with a dubious shell script doing the DVB recording,
and the picture is very nice and fluid.

Markus.
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] extending VDR to support external Media software

2008-07-16 Thread Pasi Kärkkäinen
On Wed, Jul 16, 2008 at 05:20:27PM +0200, Markus Ecker wrote:
 Torgeir,
 It's this box: http://sagetv.com/hd_extender.html. Not sure about the
 hardware, but it runs Linux.
 
 From the spec:
 Video format supported: MPEG1, MPEG2, MPEG4, H.264 up to 1080p, AVI, VOB,
 WMV9/VC-1 up to 1080p
 
 I run it at the moment with a dubious shell script doing the DVB recording,
 and the picture is very nice and fluid.
 

Hmm.. is there any way to send video streams to this device without running
sagetv atm? 

Looks like a nice device:)

-- Pasi

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] extending VDR to support external Media software

2008-07-16 Thread Markus Ecker
Dear Pasi,
Out of the box, it only works together with the SageTV server software.
The GUI is rendered on the server, the device acts as a dumb terminal.

However, they released some source code, and I just found some more
technical details on the MythTV wiki:
http://www.mythtv.org/wiki/index.php/SageTV_HD_Extender

Markus.

2008/7/16 Pasi Kärkkäinen [EMAIL PROTECTED]:

 On Wed, Jul 16, 2008 at 05:20:27PM +0200, Markus Ecker wrote:
  Torgeir,
  It's this box: http://sagetv.com/hd_extender.html. Not sure about the
  hardware, but it runs Linux.
 
  From the spec:
  Video format supported: MPEG1, MPEG2, MPEG4, H.264 up to 1080p, AVI, VOB,
  WMV9/VC-1 up to 1080p
 
  I run it at the moment with a dubious shell script doing the DVB
 recording,
  and the picture is very nice and fluid.
 

 Hmm.. is there any way to send video streams to this device without running
 sagetv atm?

 Looks like a nice device:)

 -- Pasi

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr