scruzin
|
22b76b5bda
|
Session.read()/write() both now return (int, error).
|
2019-01-11 10:35:20 +10:30 |
scruzin
|
fc815c23e7
|
Session.Write() now checks len(data) before the FLV test.
|
2019-01-11 10:10:27 +10:30 |
scruzin
|
5be5aad6cf
|
Idiomatic names for constants (1st pass).
|
2019-01-11 09:52:21 +10:30 |
scruzin
|
b3b1b04814
|
Merged Session.start()/close() into Open()/Close() respectively.
|
2019-01-11 00:29:51 +10:30 |
scruzin
|
94446beddb
|
Split remaining code in rtmp_headers across rtmp.go and session.go.
|
2019-01-11 00:19:50 +10:30 |
scruzin
|
b388f5374f
|
Removed superfluous url param from setupURL() and obtain it from the Session object instead.
|
2019-01-11 00:06:44 +10:30 |
scruzin
|
058cc41356
|
readPacket(), sendPacket() and resizePacket() now Packet methods read(), write() and resize() respectively.
|
2019-01-10 23:29:51 +10:30 |
scruzin
|
6a8e78a256
|
readN()/writeN() now Session.read()/write() respectfully.
|
2019-01-10 23:16:20 +10:30 |
scruzin
|
26e8133a6e
|
Merge Session.write() into Session.Write().
|
2019-01-10 23:05:24 +10:30 |
scruzin
|
076a9c030a
|
Better field names.
|
2019-01-09 22:51:07 +10:30 |
scruzin
|
c8ec317823
|
Merge init into NewSession.
|
2019-01-09 22:05:04 +10:30 |
scruzin
|
0a69c59f50
|
Additional logging.
|
2019-01-09 17:33:19 +10:30 |
scruzin
|
cbe6149c8f
|
Added proper logging.
|
2019-01-07 23:59:41 +10:30 |
scruzin
|
9b7feb4dfc
|
Fix typo.
|
2019-01-07 22:11:35 +10:30 |
scruzin
|
1fe011b5fb
|
Reinitialize *s in close().
|
2019-01-07 21:58:19 +10:30 |
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 |