Re: [Twisted-Python] RDT/RTSP Library for Twisted

2010-06-01 Thread Alvin Wang
That is awesome. It would be nice if it was the same license as Twisted. Alvin 7bc0b8c815 7bc0b8c815 On Mon, May 31, 2010 at 8:38 PM, David Bern wrote: > I wrote a set of Twisted libraries for RDT and RTSP streaming, along > with handlers for SDPP, ASMRP, and RMFF. I thought I'd announce i

Re: [Twisted-Python] RDT/RTSP Library for Twisted

2010-06-01 Thread Laurens Van Houtven
Thanks for contributing to Twisted! A couple of things with regards to your questions and your project in particular: About the licensing issue: well, Twisted itself (as you probably already know) is released under a permissive license, and that's a conscious decision. The GPL can make it somewha

Re: [Twisted-Python] RDT/RTSP Library for Twisted

2010-06-01 Thread Glyph Lefkowitz
On Jun 1, 2010, at 2:57 AM, Alvin Wang wrote: > That is awesome. It would be nice if it was the same license as Twisted. Among other things, if it were available under the MIT license, it could one day be included along with Twisted, if that were something you're interested in. We would no

[Twisted-Python] t.i.i.IProcessTransport

2010-06-01 Thread Jason Rennie
Is it a documentation bug that t.i.Process or t.i._BaseProcess is not listed as an implementation of IProcessTransport? Also, it appears that the signalProcess method should list "TERM" as one of the acceptable cross-platform signal names. I'm happy to create a trac ticket. Cheers, Jason -- J

Re: [Twisted-Python] t.i.i.IProcessTransport

2010-06-01 Thread Glyph Lefkowitz
On Jun 1, 2010, at 11:53 AM, Jason Rennie wrote: > Is it a documentation bug that t.i.Process or t.i._BaseProcess is not listed > as an implementation of IProcessTransport? Also, it appears that the > signalProcess method should list "TERM" as one of the acceptable > cross-platform signal nam

Re: [Twisted-Python] t.i.i.IProcessTransport

2010-06-01 Thread Jason Rennie
I created: http://twistedmatrix.com/trac/ticket/4479 Thanks for the pointers to the related bugs. I referenced them in #4479. Cheers, Jason On Tue, Jun 1, 2010 at 12:10 PM, Glyph Lefkowitz wrote: > > On Jun 1, 2010, at 11:53 AM, Jason Rennie wrote: > > > Is it a documentation bug that t.i.Pr