[MPlayer-dev-eng] [PATCH] Zattoo
Nico Sabbi
nicola_sabbi at fastwebnet.it
Sat Mar 10 12:14:21 CET 2007
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
--
"Without a frontend, mplayer is useless" - someone in mplayer-users
More information about the MPlayer-dev-eng
mailing list