Hi Jeff, Let me respond to your questions. Hope it answers your concerns, Dmitry/
----- Original Message ----- From: "jeffbarish" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, July 10, 2006 9:33 AM Subject: [Pymedia-users] Experience using PyMedia > First is the lack of response to postings to this mailing list. Over half > the postings in a sample of recent ones have no response. We're all busy :( Some questions are easy to answer, some require some time, which is very hard to gain... > I am also uneasy about the documentation. It seems as if the > documentation > is old and somewhat out of date. For example, I learned in the response > to > a recent posting that Player has a getPosition() method, although that > method does not appear in the documentation. Are people finding the > documentation sufficient, or are you just staying close to the examples, > or > is it necessary to use trial-and-error or reverse engineering of the > source > to overcome deficiencies of the documentation? Try pydoc. You'll get better results which are up to date: pydoc.py -w pymedia pymedia.player pymedia.meta pymedia.audio pymedia.audio.sound pymedia.removable.cd pymedia.removable pymedia.audio.acodec pymedia.video pymedia.muxer pymedia.video.vcodec > I am uneasy about the handling of bugs. Cesar Gonzalez found one back in > Apr that has not yet been fixed. I wrote pymedia for myself. I cannot promise to fix things that do not work if I do not need them. If you can fix them, please do so. I'll greatly appreciate any help. > And finally, I am concerned about whether PyMedia is still being > developed. > The last item posted in "Latest News" is dated February, which at this > point > is nearly half a year ago. Yes it is. I developing pymedia for my projects in the way I need. The code is LGPL so you're free to add whatever code you need. I'll do my best to assist though. ------------------------------------------------------------------------- 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
