av/rtmp
scruzin 7bb9fcc2c7 Remove superfluous call to handlePacket() from connectStream(). 2019-01-11 00:10:29 +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
amf.go rtmp: remove unsafe and C imports from amf.go 2018-09-26 12:10:03 +09:30
amf_headers.go Updated copyright year. 2019-01-07 18:01:22 +10:30
packet.go readPacket(), sendPacket() and resizePacket() now Packet methods read(), write() and resize() respectively. 2019-01-10 23:29:51 +10:30
parseurl.go Made function names camel case and factored packet functions into packet.go. 2019-01-07 18:00:42 +10:30
rtmp.go Remove superfluous call to handlePacket() from connectStream(). 2019-01-11 00:10:29 +10:30
rtmp_headers.go Added RTMP_PACKET_SIZE_AUTO. 2019-01-10 16:34:00 +10:30
rtmp_test.go Removed superfluous url param from setupURL() and obtain it from the Session object instead. 2019-01-11 00:06:44 +10:30
session.go Removed superfluous url param from setupURL() and obtain it from the Session object instead. 2019-01-11 00:06:44 +10:30