[MPlayer-dev-eng] [PATCH] Add DVB teletext support
Francesco Lavra
francescolavra at interfree.it
Mon Aug 24 19:58:31 CEST 2009
On Sun, 2009-08-23 at 17:41 +0200, Nico Sabbi wrote:
> Il giorno sab, 22/08/2009 alle 19.17 +0200, Francesco Lavra ha scritto:
>
> >
> > Teletext decoding works only from either a TV demuxer (demuxer->type ==
> > DEMUXER_TYPE_TV) or a DVB stream (demuxer->stream->type ==
> > STREAMTYPE_DVB), so it's not possible to decode it from a file.
> >
>
> why this limitation? It doesn't have any reason to exist because a TS
> from a file is not different from a TS from TV.
> Your patch is fundamentally flawed if such limitation exists.
AFAIK, the insertion of TV teletext in MPEG transport streams is only
limited to DVB systems, so I put this constraint; but yes, you are
right, one could dump a DVB stream in a file and play it as a file.
Anyway, removing this limitation is quite easy, I will do it.
More information about the MPlayer-dev-eng
mailing list