public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Gert Vervoort <gert.vervoort@hccnet.nl>
To: Dmitri Belimov <d.belimov@gmail.com>
Cc: video4linux-list@redhat.com,
	Mauro Carvalho Chehab <mchehab@infradead.org>
Subject: Re: [PATCH] I2S on for MPEG of saa7134_empress
Date: Wed, 21 May 2008 18:17:26 +0200	[thread overview]
Message-ID: <48344B16.2010005@hccnet.nl> (raw)
In-Reply-To: <20080521131652.5a4850a5@glory.loctelecom.ru>

Dmitri Belimov wrote:
> Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>
>
> P.S. After this patch I have some data from /dev/video1. Mplayer mpeg_test02.dat
> I can see gray screen with blinked color squares. May be audio data?
>
>   
If the board has the SAA6752 directly connected to the SAA7134 TS port, 
then on /dev/video1 there should be MPEG-2 transport stream packets 
(check for 188 byte packets starting with 0x47).
If I remember correctly for the original TS capture code of the SAA7134 
driver, if the SAA6752 was not properly enabled or there was no video 
signal, no data was available on the /dev/video1.
At that time I used an user space I2C program to configure the encoder, 
currently there is a module called  saa6752hs which I suppose does these 
settings.
 
   Gert


--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

  reply	other threads:[~2008-05-21 16:17 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-14  1:47 autodetect TEA5767 Dmitri Belimov
2008-04-14 20:28 ` Mauro Carvalho Chehab
     [not found]   ` <20080415125059.3e065997@glory.loctelecom.ru>
     [not found]     ` <20080415000611.610af5c6@gaivota>
     [not found]       ` <20080415135455.76d18419@glory.loctelecom.ru>
     [not found]         ` <20080415122524.3455e060@gaivota>
     [not found]           ` <20080422175422.3d7e4448@glory.loctelecom.ru>
     [not found]             ` <20080422130644.7bfe3b2d@gaivota>
     [not found]               ` <20080423124157.1a8eda0a@glory.loctelecom.ru>
     [not found]                 ` <Pine.LNX.4.64.0804222254350.20809@bombadil.infradead.org>
     [not found]                   ` <20080423160505.36064bf7@glory.loctelecom.ru>
     [not found]                     ` <20080423113739.7f314663@gaivota>
     [not found]                       ` <20080424093259.7880795b@glory.loctelecom.ru>
     [not found]                         ` <Pine.LNX.4.64.0804232237450.31358@bombadil.infradead.org>
2008-05-05  1:22                           ` Beholder TV/FM cards Dmitri Belimov
2008-05-05  3:20                           ` Dmitri Belimov
2008-05-12 10:11                           ` Beholder card M6 with MPEG2 coder Dmitri Belimov
2008-05-13 22:52                             ` hermann pitton
2008-05-20  5:24                               ` Dmitri Belimov
2008-05-21  0:52                                 ` hermann pitton
2008-05-21  1:20                                   ` [PATCH] saa7134_empress Dmitri Belimov
2008-05-21  1:31                                   ` Beholder card M6 with MPEG2 coder Dmitri Belimov
2008-05-21  3:16                                   ` [PATCH] I2S on for MPEG of saa7134_empress Dmitri Belimov
2008-05-21 16:17                                     ` Gert Vervoort [this message]
2008-05-21 23:24                                       ` Dmitri Belimov
2008-05-22 21:11                                         ` hermann pitton
2008-05-23  3:18                                   ` Beholder card M6 with MPEG2 coder Dmitri Belimov
2008-05-28  4:47                                   ` Dmitri Belimov
2008-06-10 10:56                                   ` [PATCH] New for I2S on for MPEG of saa7134_empress Dmitri Belimov
2008-06-10 11:01                                   ` [PATCH] callbacks function " Dmitri Belimov
2008-06-10 11:06                                   ` [PATCH] Beholder`s cards description Dmitri Belimov
2008-06-12  9:44                                   ` Beholder card M6 with MPEG2 coder Dmitri Belimov
2008-06-13  6:23                                     ` gert.vervoort
2008-06-13  8:05                                       ` Dmitri Belimov
2008-06-13 20:27                                         ` hermann pitton
     [not found]                                           ` <20080618091650.0bd7e2ae@glory.loctelecom.ru>
2008-06-19  2:23                                             ` hermann pitton
     [not found]                                               ` <20080619153139.3ee379b4@glory.loctelecom.ru>
2008-06-19  6:24                                                 ` Hans Verkuil
2008-06-19  6:44                                                   ` Hans Verkuil
2008-06-19  6:48                                                   ` Dmitri Belimov
     [not found]                                               ` <20080725223700.03d532cf@glory.loctelecom.ru>
2008-07-25 17:25                                                 ` hermann pitton

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=48344B16.2010005@hccnet.nl \
    --to=gert.vervoort@hccnet.nl \
    --cc=d.belimov@gmail.com \
    --cc=mchehab@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox