From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: David Liontooth <lionteeth@cogweb.net>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: ISDB caption support
Date: Sat, 29 Nov 2014 18:50:12 -0200 [thread overview]
Message-ID: <20141129185012.714473bc@recife.lan> (raw)
In-Reply-To: <5479F19A.9000408@cogweb.net>
HI David,
Em Sat, 29 Nov 2014 08:17:30 -0800
David Liontooth <lionteeth@cogweb.net> escreveu:
>
> Hi Mauro,
>
> Thank you; that's extremely helpful. We are looking into how much work it will be to write an ISDB-Tb captioning decoder for CCExtractor.
>
> Can we find a list of television capture hardware devices known to work in Brazil? Our friends in Rio are new to all this, and
>
> linux/Documentation/dvb# grep -i ISDB *
>
> finds nothing. I'm aware of Linux TV's list of ISDB resources, but they don't specify ISDB subtype (ISDB-Tb) -- are they interchangeable?
Yes, the demod here is the same as the ones used in Japan. The only
difference is that the devices sold in Japan has the additional crypto
modules.
There are drivers that supports ISDB-T:
$ git grep -l SYS_ISDBT|grep -v tuners
Documentation/DocBook/media/dvb/dvbproperty.xml
drivers/media/common/siano/smsdvb-main.c
drivers/media/dvb-core/dvb_frontend.c
drivers/media/dvb-frontends/dib0070.c
drivers/media/dvb-frontends/dib0090.c
drivers/media/dvb-frontends/dib8000.c
drivers/media/dvb-frontends/mb86a20s.c
drivers/media/dvb-frontends/s921.c
drivers/media/dvb-frontends/tc90522.c
drivers/media/pci/pt1/va1j5jf8007t.c
drivers/media/pci/pt3/pt3.c
drivers/media/usb/dvb-usb/friio-fe.c
include/uapi/linux/dvb/frontend.h
I never found any PT1 or PT3 devices here. The friio is also sold
only in Japan, afaikt. The devices based on s921 are really crap
(and only 1seg).
So, basically the devices supported are based on either one of
those demods:
Dibcom 80xx
Toshiba mb86a20s
Siano Rio
I suspect that the easier ones to find nowadays are the PixelView ones
that are based on cx231xx/mb86a20s:
PixelView PlayTV USB 2.0 SBTVD Full-Seg - PV-D231U(RN)-F
Not the best ISDB-T chip, but it works if they have a good antenna.
There are other devices too, but the brand names change a lot, and,
as I didn't buy or received any new isdb-t devices those days, I'm
unsure what other devices have inside.
If your friends want, they could ping me back and I can try to help
them to find some devices.
With regards to CC decoding, IMHO, the best would be to add a parser
for ISDB CC at libdvbv5.
Regards,
next prev parent reply other threads:[~2014-11-29 20:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-28 19:55 ISDB caption support David Liontooth
2014-11-29 2:40 ` Devin Heitmueller
2014-11-29 2:52 ` David Liontooth
2014-11-29 3:23 ` Devin Heitmueller
2014-11-29 11:04 ` Mauro Carvalho Chehab
[not found] ` <5479F19A.9000408@cogweb.net>
2014-11-29 20:50 ` Mauro Carvalho Chehab [this message]
2014-11-30 15:51 ` Devin Heitmueller
2014-11-29 13:43 ` Akihiro TSUKADA
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=20141129185012.714473bc@recife.lan \
--to=mchehab@osg.samsung.com \
--cc=linux-media@vger.kernel.org \
--cc=lionteeth@cogweb.net \
/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.