av/rtmp
scruzin fbad21bc76 connect() now constructs its packet with a buf to avoid needless packet resizing later. 2019-01-20 08:52:58 +10:30
..
amf TypeString now exported (was typeString). 2019-01-20 07:30:24 +10:30
NOT_PORTED.txt rtmp: created NOT_PORTED.txt to hold names of funcs not ported and also deleted sections of code not run in our case 2018-08-28 19:18:13 +09:30
conn.go packet.info renamed streamID and made a uint32 along with Conn.streamID. 2019-01-19 17:51:34 +10:30
packet.go packet.resize() now only makes a new buf when necessary. 2019-01-20 08:41:32 +10:30
parseurl.go Use idiomatic consts. 2019-01-11 10:27:41 +10:30
rtmp.go connect() now constructs its packet with a buf to avoid needless packet resizing later. 2019-01-20 08:52:58 +10:30
rtmp_test.go Session now Conn, and NewSession()+Open() replaced by Dial(). 2019-01-19 13:25:05 +10:30