[MPlayer-dev-eng] [PATCH] Zattoo

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Mar 10 16:18:14 CET 2007


Hello,
On Sat, Mar 10, 2007 at 03:39:52PM +0100, Vladimir Serbinenko wrote:
> The streams as is contains no key information. For them we need side
> queries and/or decyphering. So if we transmit them in any way to demuxer
> we already deform the stream. And I prefer to have in stream
> transmission something well specificated then something floating

The keys are in stream->priv->keys.
This is only set in ztv_http_parse_keyupdate and
ztv_http_parse_streamheader.
So the keys are in the data passed to ztv_http_fetch_packet.
So if all of that data is passed to ztv_http_fill_buffer all of it,
including the keys are available for the demuxer.
So where exactly is the problem with my suggestion?

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list