On Tue, 22 Aug 2006 16:21:44 +0100, Dmitry Borisov <[EMAIL PROTECTED]> wrote:
> Hi Matt, > Thank a lot. > I'm working on a setup.py changes to get it compile on 64 bit platforms. > Can you tell me if video module will work the way you made changes ? Unfortunately the video module doesn't work - otherwise I would have left it enabled. However this doesn't surprise me as I have been having problems with getting mplayer to build under x86_64. I'll probably be revising this sometime soon - hopefully they've improved things a little since I last checked out their code from CVS! Out of interest: how up to date is the versions/subsets of libavcodec and libavformat that seem to be incorporated in pymedia? Unfortunately, I've found that audio capture doesn't seem to work properly. Its capturing something but always seems to capture unsigned 8 bit, irrespective of what I configure sound.Input with. sound.Output doesn't seem to be able to cope with this. > Also what is the sys.platform returns ? If you want to distinguish, looks like sys.arch is more likely to yield a result: Python 2.4 (#1, Mar 22 2005, 18:42:42) [GCC 3.3.5 20050117 (prerelease) (SUSE Linux)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.platform 'linux2' >>> sys.arch 'x86_64' > Thanks a lot for your work, No problem Matt -- | Matt Hammond | Research Engineer, Tech. Group, BBC, Kingswood Warren, Tadworth, Surrey, UK | http://kamaelia.sf.net/ | http://www.bbc.co.uk/rd/ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Pymedia-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pymedia-users
