set object encoding explicitly to AMF0
set out chunk size to 4096 after connecting
separate in/out chunk size
rtmpdial: remove unused args
connect callback: make sure it's "_result"
move msg pretty-printing elsewhere
add amf0 stuff
rewrite according to the rtmp spec
parse server/client bw
parse control packets
loop: validate (and debug print) chunk size
implement proper amf parsing & pretty printing; rpc
print packet contents on Invoke
rework send/recv
more wip logic
amf: use short strings when possible, apparently rmtpsrv doesn't like the long ones at first
more rtmp logic
split ivf logic out
first, nothing to see yet