rtmp-python icon indicating copy to clipboard operation
rtmp-python copied to clipboard

Results 3 rtmp-python issues
Sort by recently updated
recently updated
newest added

is it possible to modify the rtmp_protocol.py to support AMF3?

I am trying to invoke a message with a chunk streamID of "8" anyway to do this easily?

I'm trying to connect mit rtmp-python to a Red5 Serve but can't succeede. I'm using the folliwing Code (inspired by http://stackoverflow.com/questions/7415509/simple-rtmp-python-client): ``` python cl = rtmp_protocol.RtmpClient('#IP#', 1935, 'rtmp://#IP#/app', '#domain#', '#swf&referer#',...