From: Chicken Shack <chicken.shack@gmx.de>
To: HoP <jpetrous@gmail.com>
Cc: Andy Walls <awalls@radix.net>,
Francesco Lavra <francescolavra@interfree.it>,
hermann pitton <hermann-pitton@arcor.de>,
Mauro Carvalho Chehab <mchehab@redhat.com>,
Andreas Oberritter <obi@linuxtv.org>,
linux-media@vger.kernel.org, akpm@linux-foundation.org,
torvalds@linux-foundation.org
Subject: Re: "However, if you don't want to lose your freedom, you had better not follow him." (Re: Videotext application crashes the kernel due to DVB-demux patch)
Date: Sun, 07 Feb 2010 19:46:24 +0100 [thread overview]
Message-ID: <1265568384.7704.24.camel@brian.bconsult.de> (raw)
In-Reply-To: <846899811002071010w4e0e7b7frd423e6574b26e3f0@mail.gmail.com>
Am Sonntag, den 07.02.2010, 19:10 +0100 schrieb HoP:
> Hi Chicken,
>
> >
> > However I am still alone with the other problem I always stressed:
> >
> > When using alevt-dvb (I attached my overworked version 1.7.0 in earlier
> > mails - please do have a look at it!) the application hangs when you
> > decide to switch to a channel that is part of a new transponder.
> > The program hangs then. That means the way alevt-dvb is dealing with the
> > PMT (program map table) is highly incomplete.
> > It needs a reset function to read the new PMT when the transponder is
> > being changed...
> >
>
> If you tell me which application is managing channel zaping function
> then we can try to find way how to signal that to alevt-dvb.
Hi Hello Honza,
well, every application being capable of playing back DVB-TV with
in-built receiver engine could manage that.
Just the examples that I know:
1. mplayer (receiver engine is good old dvbstream from D. Chapman)
2. xine-ui (receiver engine is libxine)
3. kaffeine (dito 2.)
4. mythtv (don't know which)
5. xawtv (proprietary receiver engine)
> > I do not know how to program that simple reset function. But I know that
> > this is the definite key to resolve the issue.
> > PMT reading, PMT opening, PMT parsing.......
> > Everything is already inside of the source code of alevt-dvb.
> >
>
> In case, if more then one DVB application is running, one is something
> like "master" (which do frontend operation, ie. channel change)
> and rest are slaves. So master has to signal channel/transponder change
> to the all slaves. Typically, it is done by some custom specific way.
> For example master can open some well-known unix socket
> where all slaves are connecting and where, in case of channel change,
> is sent (by master) some info about such event.
Yes, exactly that's the way it is! Right!
But however the "master" application is doing this tuning job, it's not
our problem issue right here.
Our problem issue right here is how to make the "slave" application
comprehend what the "master" application just managed to do.
When I was doing the code cleanup of the complete Flexcop driver series
Patrick Boettcher taught me what a software watchdog is and how it
works. The Conexant frontend / demodulator chip does not work together
with the Flexcop main chip without a software watchdog performing
reinitialization every 400 milliseconds. That came into my mind a couple
of minutes ago.
So how about giving alevt-dvb a software watchdog function that just
looks up lets say every 2 seconds whether the PMT has changed or not,
performing a reinitialisation of the PMT treatment built inside, i. e.
doing something like a restart of alevt-dvb?
Would that be a pratical solution?
Or what would be your personal proposal, Honza?
Cheers
CS
P. S.: The decisive case the program must learn to deal with is NOT a
simple channel change, as you express it above, Honza.
The proggy can already run multiple instances in parallel console
sessions if the transponder is one and the same......
The decisive case the program must learn to deal with is a combination
of channel change PLUS transponder change, which makes it necessary to
read, work over and parse a complete new PMT (program map table) causing
the UI to at least starting the main program of the new transponder
(which is ZDF f. ex. if the transponder is ZDFVision.
Everything clear so far? Questions?
> Cheers
>
> /Honza
next prev parent reply other threads:[~2010-02-07 19:09 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-01 9:56 Videotext application crashes the kernel due to DVB-demux patch Chicken Shack
2010-02-01 12:41 ` Andy Walls
2010-02-02 2:00 ` Andy Walls
2010-02-02 9:11 ` Chicken Shack
2010-02-02 12:52 ` Andy Walls
2010-02-03 1:01 ` hermann pitton
2010-02-04 12:54 ` Andy Walls
2010-02-04 14:07 ` Chicken Shack
2010-02-05 2:21 ` Need to discuss method for multiple, multiple-PID TS's from same demux (Re: Videotext application crashes the kernel due to DVB-demux patch) Andy Walls
2010-02-05 2:37 ` hermann pitton
2010-02-05 11:39 ` Chicken Shack
2010-02-05 12:19 ` HoP
2010-02-05 18:29 ` Andy Walls
2010-02-05 13:19 ` Andreas Oberritter
2010-02-05 13:28 ` Mauro Carvalho Chehab
2010-02-05 13:58 ` Chicken Shack
2010-02-05 15:31 ` Chicken Shack
2010-02-05 19:22 ` Andy Walls
2010-02-05 20:27 ` Andreas Oberritter
2010-02-05 21:07 ` Mauro Carvalho Chehab
2010-02-05 21:46 ` hermann pitton
2010-02-05 22:32 ` Chicken Shack
2010-02-05 23:12 ` hermann pitton
2010-02-05 23:39 ` Chicken Shack
2010-02-06 0:25 ` hermann pitton
2010-02-06 8:55 ` "However, if you don't want to lose your freedom, you had better not follow him." " Chicken Shack
2010-02-07 3:58 ` hermann pitton
2010-02-07 12:11 ` Chicken Shack
2010-02-07 14:43 ` Andy Walls
2010-02-07 15:29 ` Chicken Shack
2010-02-07 18:10 ` HoP
2010-02-07 18:46 ` Chicken Shack [this message]
2010-02-07 19:13 ` HoP
2010-02-07 19:41 ` Chicken Shack
2010-02-06 12:02 ` Need to discuss method for multiple, multiple-PID TS's from same demux " BOUWSMA Barry
2010-03-11 4:00 ` hermann pitton
2010-02-01 13:02 ` Videotext application crashes the kernel due to DVB-demux patch Mauro Carvalho Chehab
2010-02-01 13:59 ` Chicken Shack
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=1265568384.7704.24.camel@brian.bconsult.de \
--to=chicken.shack@gmx.de \
--cc=akpm@linux-foundation.org \
--cc=awalls@radix.net \
--cc=francescolavra@interfree.it \
--cc=hermann-pitton@arcor.de \
--cc=jpetrous@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.com \
--cc=obi@linuxtv.org \
--cc=torvalds@linux-foundation.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