That's correct Jon. The idea is to create a native Python library for AMF, with support for the AMF C-library when you want to use it with big recordsets etc, similar to the way AMFPHP uses the AMF C-lib.
Red5 also supports Python (Jython: Python for Java) but this isn't that useful when you want to develop and distribute a standalone client application that uses other Python libraries, including the Python interpreter, but you don't want to include the complete Java runtime just for AMF/RTMP support. Jython/Red5 makes more sense for serverside apps IMO. PyAMF could also be used as a lightweight library for (future) mobile devices that support Python, like Nokia's S60 series. Thijs On Mon, October 29, 2007 8:18 pm, Jonathan Valliere wrote: > I'm not sure that is what Thijs is working towards. Last I heard, > we're going to port the current AMF PHP C-Lib for use with any other > language. Then use that in his Python decoder/encoder? > > > On Oct 28, 2007, at 12:56 PM, Chris Allen wrote: > >> Hey Henrick, >> >> Red5 also supports scripting in Python and various other languages, >> and of course Red5 supports AMF remoting. I'm not sure how this might >> help you, but thought that I should point it out. >> >> -Chris >> >> On 10/26/07, henrik weber <[EMAIL PROTECTED]> wrote: >>> >>> yes thijs :) >>> >>> sounds promising; will take a look at it; your approach seems to >>> be really >>> clever! >>> <snip> >>> Create a complete AMF decoder and encoder for Python that is >>> compatible >>> with Flash Player (version 6-9). >>> </snip> >>> >>> am i right in assuming, that a module to connect to the view- >>> functions of >>> django >>> wouldn't be a big problem at all then? ;) >>> >>> greetings from germany! >>> >>> henrik >>> >>> -- >>> __digital spices__ >>> Henrik Weber [MediaDesign&FlashDevelopment] >>> home: www.digitalspices.com >>> >>> Thijs Triemstra | Collab wrote: >>> Hi guys, >>> >>> wanted to let you know that we're also working on a generic AMF >>> library >>> for Python, that doesn't depend on Django, with a more friendly >>> license >>> (MIT), that works similar to SabreAMF (php5 amf library). Check >>> http://dev.collab.com/pyamf >>> >>> As soon as PyAMF is finished we will create an RTMP implementation >>> for >>> Python, which can be found on http://dev.collab.com/rtmpy >>> >>> Cheers, >>> >>> Thijs >>> >>> >>> On Thu, October 25, 2007 11:20 am, henrik weber wrote: >>> >>> >>> hi marcelo, >>> >>> this approach came to my mind too ;))) >>> i have found these informations: >>> >>> http://djangoamf.sourceforge.jp/index.php?DjangoAMF_en >>> http://www.mindtrove.info/articles/pyflash.html >>> >>> would be interesting to know whether there is any >>> progress in this case; please keep us informed! >>> >>> hth >>> >>> henrik >>> -- >>> __digital spices__ >>> Henrik Weber [MediaDesign&FlashDevelopment] >>> home: www.digitalspices.com >>> >>> Marcelo de Moraes Serpa wrote: >>> >>> >>> Hello list, >>> >>> I used to work with php for some time but I'm sick of the language >>> for >>> various reasons. I've found python to be sweet and Django to be an >>> awesome web framework (specially for the automatic production-ready >>> admin feature!). >>> >>> What I'd like to know is if there are any efforts towards AMF/AMF3 in >>> python/Django? And how do they compare to existing solutions to other >>> languages (such as amfphp)? >>> >>> Marcelo. >>> --------------------------------------------------------------------- >>> --- >>> >>> _______________________________________________ >>> osflash mailing list >>> [email protected] >>> http://osflash.org/mailman/listinfo/osflash_osflash.org >>> >>> >>> _______________________________________________ >>> osflash mailing list >>> [email protected] >>> http://osflash.org/mailman/listinfo/osflash_osflash.org >>> >>> >>> >>> >>> _______________________________________________ >>> osflash mailing list >>> [email protected] >>> http://osflash.org/mailman/listinfo/osflash_osflash.org >>> >>> >>> >>> >>> _______________________________________________ >>> osflash mailing list >>> [email protected] >>> http://osflash.org/mailman/listinfo/osflash_osflash.org >>> >>> >> >> _______________________________________________ >> osflash mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/osflash_osflash.org > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
