[rtmpy-dev] recording over rtmpt

Nick Joyce nick at boxdesign.co.uk
Wed Jan 27 03:57:01 CET 2010


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


More information about the rtmpy-dev mailing list