[MPlayer-dev-eng] [PATCH] Zattoo

Vladimir Serbinenko phcoder at gmail.com
Sun Mar 11 17:22:08 CET 2007


I send a new DISCUSSION patch for Zattoo. The major change is splitting.
Now both parts take the rsa key from rsa.pem which is unacceptable for
usage version do it has to be replace by something else but what?.
rsa.pem has to be valid 1024-bit private key with e=0x10001 (65537). I'm
planning to comment this code and use AV_[RW]B* and aes of avutil
instead somebody have a better proposal.
Major problem is transmitting the RSA key. It can be put in pem form at
the begining of the stream. It's ok if we use openssl for RSA but I
heard that it creates some licence problems. We could also put the key
in binary form at the begining of the stream but it's ugly because it's
nearly impossible to use openssl to debug
Vladimir 'phcoder' Serbinbenko
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mplayer8.diff
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20070311/8158b5a3/attachment.txt>


More information about the MPlayer-dev-eng mailing list