scruzin
|
04679e4757
|
Removed used fields and initalize packets lazily.
|
2019-01-07 21:45:00 +10:30 |
scruzin
|
0b869523b4
|
Removed packet member from Session.
|
2019-01-07 20:16:11 +10:30 |
scruzin
|
31b1a6a7d3
|
Made function names camel case and factored packet functions into packet.go.
|
2019-01-07 18:00:42 +10:30 |
scruzin
|
ad55d31577
|
Made type and variable names idiomatic, and merged C_RTMP into Session.
|
2019-01-07 16:20:35 +10:30 |
scruzin
|
81b92b2302
|
All rmtp functions now return an error (or nothing), except for C_RTMP_IsConnected() which now returns a bool instead of an int.
|
2019-01-06 14:42:51 +10:30 |
scruzin
|
be1610b67f
|
Use unsigned ints for timeouts.
|
2019-01-06 09:37:21 +10:30 |
saxon
|
dfa146f276
|
rtmp: file header comments to reflect file name and appropriate authors
|
2018-08-24 10:25:36 +09:30 |
saxon
|
9cb70ac06b
|
rtmp: created session.go file and moved librtmp wrapper functions into this file, i.e. NewSession, Open, Close and Write
|
2018-08-24 09:52:51 +09:30 |