public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Riepe <michael.riepe@googlemail.com>
To: Kjeld Flarup <kjeld.flarup@liberalismen.dk>
Cc: linux-media@vger.kernel.org
Subject: Re: dvbd
Date: Sun, 19 Apr 2009 11:52:50 +0200	[thread overview]
Message-ID: <49EAF472.9010702@googlemail.com> (raw)
In-Reply-To: <49EA7EFA.4030701@liberalismen.dk>

Hi!

Kjeld Flarup wrote:

> I've taken some interest in a small piece of software called dvbd.
> http://dvbd.sourceforge.net/
> I really like the concept of this software, because it could be used for
> sharing one DVB card among several different applications.

That's right.

> BUT the software have not been developed since 2004.

And it needs a few tweaks when you're using a more recent C++ compiler
like gcc 4.3.x.

> Is this because it is not so smart anyway, or are there some better
> programs out there?

There is VDR, of course. But I don't like the way it does things.
Therefore, I've been using dvbd for years to handle my small zoo of
DVB-T receivers (I've got four of them running at the moment). It easily
handles several recordings in parallel without using many resources - a
few megabytes of RAM and a few percent of CPU time on an old (2005)
Athlon64. I currently consider moving it to an Intel Atom based system.

dvbd does sometimes have issues with disk writes, though. It doesn't do
much buffering, and if another process is blocking the disk it's writing
to for too long, you may encounter drop-outs. It's best to give it a
disk of its own. Similarly, if dvbd doesn't get scheduled for a while,
it will lose data from the receivers. On a single-core machine that also
does other things (like mine), I recommend to raise its priority with
nice --20, or maybe use a realtime priority level.

-- 
Michael "Tired" Riepe <michael.riepe@googlemail.com>
X-Tired: Each morning I get up I die a little

  reply	other threads:[~2009-04-19  9:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-19  1:31 dvbd Kjeld Flarup
2009-04-19  9:52 ` Michael Riepe [this message]
2009-04-19 22:29   ` dvbd Kjeld Flarup
2009-04-20 16:51     ` dvbd Michael Riepe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49EAF472.9010702@googlemail.com \
    --to=michael.riepe@googlemail.com \
    --cc=kjeld.flarup@liberalismen.dk \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox