From lists at collab.nl Sun Jan 3 06:51:47 2010 From: lists at collab.nl (lists at collab.nl) Date: Sun, 03 Jan 2010 05:51:47 -0000 Subject: [rtmpy-dev] Weekly Bug Summary Message-ID: 1262497907.07.6441906865923581210@collab.nl An HTML attachment was scrubbed... URL: From lists at collab.nl Sun Jan 10 06:54:08 2010 From: lists at collab.nl (lists at collab.nl) Date: Sun, 10 Jan 2010 05:54:08 -0000 Subject: [rtmpy-dev] Weekly Bug Summary Message-ID: 1263102848.59.2593488007448616973@collab.nl An HTML attachment was scrubbed... URL: From lists at collab.nl Sun Jan 17 06:56:04 2010 From: lists at collab.nl (lists at collab.nl) Date: Sun, 17 Jan 2010 05:56:04 -0000 Subject: [rtmpy-dev] Weekly Bug Summary Message-ID: 1263707764.04.4177337435522926136@collab.nl An HTML attachment was scrubbed... URL: From lists at collab.nl Sun Jan 24 06:52:05 2010 From: lists at collab.nl (lists at collab.nl) Date: Sun, 24 Jan 2010 05:52:05 -0000 Subject: [rtmpy-dev] Weekly Bug Summary Message-ID: 1264312325.33.5721388614543899658@collab.nl An HTML attachment was scrubbed... URL: From jsalsman at gmail.com Sun Jan 24 10:41:20 2010 From: jsalsman at gmail.com (James Salsman) Date: Sun, 24 Jan 2010 01:41:20 -0800 Subject: [rtmpy-dev] recording over rtmpt Message-ID: If there isn't a to-do list for recording upload streams with rtmpt yet, could someone at least point me to the files involved? Is http://red5.electroteque.org/dev/doc/html/rtmpt.html sufficient to specify the protocol by analogy with rtmp upload? Thanks! --James Salsman From nick at boxdesign.co.uk Wed Jan 27 03:57:01 2010 From: nick at boxdesign.co.uk (Nick Joyce) Date: Tue, 26 Jan 2010 20:57:01 -0600 Subject: [rtmpy-dev] recording over rtmpt In-Reply-To: References: Message-ID: On 24 Jan 2010, at 03:41, James Salsman wrote: > If there isn't a to-do list for recording upload streams with rtmpt > yet, could someone at least point me to the files involved? > > Is http://red5.electroteque.org/dev/doc/html/rtmpt.html sufficient to > specify the protocol by analogy with rtmp upload? > > Thanks! > > --James Salsman > _______________________________________________ > RTMPy mailing list - rtmpy-dev at rtmpy.org > http://lists.rtmpy.org/mailman/listinfo/rtmpy-dev From my understanding (and I've only begun to look into the issue) RTMPT is a thin wrapper around RTMP encapsulated HTTP POST's. Since the RTMP codecs are feature complete at this point, this should be relatively straightforward to achieve. The codec is implemented in rtmpy.rtmp.codec. I would suggest having rtmpy.rtmpt that wraps this and provides a simple interface that rtmpy.server can use accordingly. We can also use red5's rtmpt implementation as a base point for our own, I would suggest looking there as well. Cheers, Nick