av/rtmp
scruzin b3b1b04814 Merged Session.start()/close() into Open()/Close() respectively. 2019-01-11 00:29:51 +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 Split remaining code in rtmp_headers across rtmp.go and session.go. 2019-01-11 00:19:50 +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 Merged Session.start()/close() into Open()/Close() respectively. 2019-01-11 00:29:51 +10:30