[MPlayer-dev-eng] [PATCH] Zattoo

Vladimir Serbinenko phcoder at gmail.com
Sat Mar 10 13:30:57 CET 2007


Nico Sabbi a écrit :
> Vladimir Serbinenko wrote:
>>
>>> I also have some questions:
>>> - what demuxer does this stream require?
>>
>> They use their own demuxer incorporating some ciphering (RSA+AES) and to
>> ask the key it requires side query and you can't decipher without
>> demuxing so I create matroska on the fly
>>
>>> - what's the content of this stream? matroska with some fixed codecs?
>>>
>>
>> It's h264 and aac incapsulated in some kind of their own encapsulation
>> and encryption format but when you do -dumpstream you receive matroska.
>>
>
> stream readers may not demux, instead they should return stream data.
> If you need to process the stream payload you should write an
> appropriate demuxer (eventually a piped demuxer feeding its data to
> DEMUXER_TYPE_MATROSKA/LAVF, but since you already know the format
> I bet you can go on without this pipe) and in open() set
> *file_format=DEMUXER_TYPE_ZATTOO
>

The point is that I don't like all the mess it would create because the
big part of code is shared between stream parsing and login/address
sessions+the need to transfer the keys. In such way I keep all the
deciphering in one place
Vladimir 'phcoder' Serbinenko



More information about the MPlayer-dev-eng mailing list