From: rafael2k <rafael@riseup.net>
To: video4linux-list@redhat.com
Cc: linux-dvb@linuxtv.org
Subject: Re: analize ASI with dvbnoop and dektec 140
Date: Sat, 11 Oct 2008 17:52:37 -0300 [thread overview]
Message-ID: <200810111752.42842.rafael@riseup.net> (raw)
In-Reply-To: <d9def9db0810111249v5b8603afudeb96a64b4e6f0ef@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 1726 bytes --]
Hi Markus,
> > I think you could write a v4l2 wrapper using the dektec API.
>
> v4l2 has nothing to do with dvbsnoop :-)
ok, read "write a dvb (the linux api) wrapper using the dektec API".
: )
> you might read the manual how you can get access to the mpeg-ts stream
> and simply pipe it to dvbsnoop
>
> eg.:
> dvbstream -o 8192 | dvbsnoop -s ts -if /dev/stdin
>
> note you have to replace the dvbstream command with something specific
> from dektec I guess.
I was talking about using the dvb api, that would be nice to have for the
dektec cards.
of course, you can get the data using a pipe.
one can do:
create a named pipe:
# mkfifo fifo.ts
# run dvbsnoop:
dvbsnoop -s ts -if fifo.ts
# feed the fifo
DtRecord fifo.ts
bye,
rafael diniz
> > Em Friday 10 October 2008, Daniel Glöckner escreveu:
> >> On Fri, Oct 10, 2008 at 02:09:08PM +0200, luisan82@gmail.com wrote:
> >> > I've been trying to analyze a ts with dvbsnoop through an ASI input
> >> > unsuccessfully.
> >> > When I execute dvbsnoop, it tries to read from a location
> >> > (/dev/dvb/...) wich doesn't exists.
> >>
> >> The drivers provided by DekTec do not implement the Linux DVB API.
> >> You can't use dvbsnoop.
> >> You need to write your own program using their proprietary DTAPI
> >> library. At least their drivers are open source...
--
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Ciência da Computação @ Unicamp
Rádio Muda, radiolivre.org, TV Piolho, tvlivre.org, www.midiaindependente.org
Chave PGP: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x2FF86098
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 164 bytes --]
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
prev parent reply other threads:[~2008-10-11 20:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-10 12:09 analize ASI with dvbnoop and dektec 140 luisan82
2008-10-10 13:01 ` Daniel Glöckner
2008-10-11 18:51 ` rafael2k
2008-10-11 19:49 ` Markus Rechberger
2008-10-11 20:52 ` rafael2k [this message]
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=200810111752.42842.rafael@riseup.net \
--to=rafael@riseup.net \
--cc=linux-dvb@linuxtv.org \
--cc=video4linux-list@redhat.com \
/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.