All of lore.kernel.org
 help / color / mirror / Atom feed
From: Caglar Akyuz <caglarakyuz@gmail.com>
To: linux-media@vger.kernel.org
Subject: DVB-S Frontend + ARM + DSP
Date: Thu, 24 Jun 2010 22:44:24 +0300	[thread overview]
Message-ID: <201006242244.24963.caglarakyuz@gmail.com> (raw)

Hello,

I've never followed linux-media before, I hope my question is welcome here.

I have a basic project(hopefully), involving connection of an DVB-S frontend 
to an ARM processor. Frontend chip is si2109 which is supported by si21xx 
driver.

I created a pseudo card driver which includes only 3 calls to 
'dvb_register_adapter'  , 'dvb_attach' and 'dvb_register_frontend'. I can do 
some channel scanning with this dummy driver then.

Now I'm in the phase of demuxing and decoding. Since I don't have any hardware 
for this I'm planning to do this on software. I'm planning to perform MPEG-TS 
muxing on ARM and MPEG-2 video decoding on DSP.

Is there any example code to begin with such a use case? I tried to read some 
in tree drivers but I still don't know how to introduce a demux and dvr device 
to user space so that I can use off-shelf applications like gstreamer. 
Moreover, I would definetly need some user-space code, at least for mpegts 
demuxing so I wonder if there is any sane way to make a connection like:

demux0 -> userspace demuxing -> dvr0 -> userpace mpeg2 decoding

Any help on what path/method to use is very appreciated.

Best regards,
Caglar

                 reply	other threads:[~2010-06-24 19:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=201006242244.24963.caglarakyuz@gmail.com \
    --to=caglarakyuz@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.