188 Commits

Author SHA1 Message Date
Luke Street 456099981d Add AfterClose handler 2020-02-06 10:04:27 -05:00
Luke Street 64bf0cf072 Rewrite import paths for fork 2020-01-31 04:06:23 -05:00
Luke Street 36c4101db5 Better playback support & userHandler improvements 2020-01-31 03:59:24 -05:00
yutopp 4e41609a99 Merge pull request #35 from octu0/playback-support
[proposal] add playback support
2019-12-13 00:28:52 +09:00
Yusuke Hata 7e7a1d4c9e add Conn.Write 2019-12-12 18:42:41 +09:00
Yusuke Hata e8f8ac1dd6 avoid io.EOF on clients not specify start pos when play() 2019-12-12 18:30:26 +09:00
yutopp c41e2e80b8 Merge pull request #34 from paralin/go-module
Switch to Go modules and add golang-ci linter
2019-10-08 23:52:12 +09:00
Christian Stewart 3f0fe2210e Bump Go version to 1.13 in CircleCI
Disabled sending coveralls due to error 422 - couldn't find a repository
matching this job.

Signed-off-by: Christian Stewart <christian@paral.in>
2019-10-07 04:04:24 -07:00
Christian Stewart cdfe37bdf8 Fix all linter errors
Signed-off-by: Christian Stewart <christian@paral.in>
2019-10-07 03:57:59 -07:00
Christian Stewart 8305a133ba Switch to Go modules and add linting
Signed-off-by: Christian Stewart <christian@paral.in>
2019-10-07 03:49:21 -07:00
yutopp 679b17dc81 Merge pull request #30 from JulienBreux/master
Typo fixes
2019-02-16 02:41:11 +09:00
Julien Breux 3902c028de Fix typos 2019-02-14 16:36:15 +01:00
Julien Breux 54eb726e76 Add missing logrus import in example 2019-02-14 11:18:26 +01:00
yutopp cb2d763d2a Merge pull request #28 from koba-e964/koba-e964/support-custom-response
Add type ServerInfo, add SInfo entry to ConnConfig
2019-01-28 16:17:26 +09:00
hiroki_kobayashi 7bc4ffae79 Rename (ServerInfo -> ResponsePreset) 2019-01-28 16:09:39 +09:00
yutopp 3760d02a96 Apply suggestions from code review
Interface methods are turned into fields

Co-Authored-By: koba-e964 <3303362+koba-e964@users.noreply.github.com>
2019-01-28 15:38:25 +09:00
hiroki_kobayashi a99f206637 Add type ServerInfo, add SInfo entry to ConnConfig 2019-01-23 17:56:04 +09:00
yutopp e80644d81d Merge pull request #27 from yutopp/feature/fix_ci
Feature/fix ci
2019-01-19 23:59:42 +09:00
yutopp 1cb136f44d Add a config for nightly build 2019-01-19 23:52:32 +09:00
yutopp dd205fc567 Change stream interfaces to take a body of command. Add Publish function. Add tests 2018-12-06 15:14:40 +09:00
yutopp a30e24e864 Use same data when sending Connect results 2018-11-23 16:21:08 +09:00
yutopp 1e9de6771d Reuse buffers and comment out logs to reduce memory allocations 2018-10-17 19:25:05 +09:00
yutopp 0f018b5ec1 Remove closer of chunk_stream_reader. etc 2018-10-17 18:42:21 +09:00
yutopp bbffa09a05 Use uint32 instead of uint64 for timestamp in chunks 2018-10-17 17:52:12 +09:00
yutopp 60d6d16ffc examples: Copy flv buffers to calculate body size 2018-10-17 17:39:22 +09:00