smart
|
652ec5ab2b
|
modify a typo error
|
2021-05-11 17:44:41 +08:00 |
|
onthegit
|
7010cec326
|
Fix Memory leak
|
2021-02-22 23:44:19 +01:00 |
|
Mauro
|
481d42720b
|
Delete webrtc.go
|
2021-01-16 15:11:13 +01:00 |
|
Mauro
|
b2ed72eb96
|
Let users disable flv archive
|
2021-01-14 22:44:35 +01:00 |
|
Mauro
|
4671c6b3db
|
Create webrtc.go
|
2021-01-14 14:40:12 +01:00 |
|
Mauro
|
ba3c83263a
|
Allow use of rtmp_noauth
Useful for reverse-proxied configurations that handle authentication themselves (see nginx-rtmp-module).
|
2021-01-14 10:24:32 +01:00 |
|
Mauro
|
e04f6fbd6e
|
Reduce warnings
Send packet errors are usually related to user disconnections.
|
2021-01-14 10:21:54 +01:00 |
|
Mauro
|
1e7d2c6cdb
|
Reduce warnings
Send packet errors are usually related to user disconnections.
|
2021-01-14 10:16:30 +01:00 |
|
simus
|
f91633fd70
|
excepting errors on writing response, in NewFLVWriter. #132 issue
|
2020-12-15 15:56:40 +05:00 |
|
BerryCol
|
40f981861f
|
stat数据不需要序列化
|
2020-12-09 17:44:03 +08:00 |
|
simus
|
fa892e2f3d
|
#112 issue improved, stopping writing to flvs after streaming stopped
|
2020-12-07 16:37:17 +05:00 |
|
gaoshen.gs
|
2b497758de
|
comments
|
2020-11-11 11:49:14 +08:00 |
|
gaoshen.gs
|
e008907cde
|
huge performance improvement, almost 100% increase, very close to nginx-rtmp-module
|
2020-11-11 11:40:43 +08:00 |
|
浩麟
|
52dfbeca4c
|
Merge pull request #121 from mask-pp/fix
规范性小改动
|
2020-09-26 09:16:12 +08:00 |
|
gaoshen.gs
|
a5d545ebe4
|
fix goroutine leak
|
2020-09-11 13:54:44 +08:00 |
|
mask-pp
|
57a7b19671
|
规范性改动
|
2020-08-28 18:32:06 +08:00 |
|
mask-pp
|
2de43144ce
|
规范性小改动
|
2020-08-06 16:41:16 +08:00 |
|
chikaku
|
9974276e6d
|
Fix error message typo
|
2020-05-20 14:07:46 +08:00 |
|
Dmitry Kravtsov
|
3032dcec1a
|
Refactor imports and module name
|
2020-05-02 21:07:15 +03:00 |
|
Ruben Cid
|
40052bba5e
|
Keep hls after finish
|
2020-04-27 16:32:29 +02:00 |
|
Ruben Cid
|
dbf26a7b34
|
Error when channel ends with 'm'
|
2020-04-27 16:19:14 +02:00 |
|
Ruben Cid
|
edea272403
|
ErrorHandler JWT
|
2020-04-14 15:40:24 +02:00 |
|
Ruben Cid
|
b6e9ba10ff
|
Config using viper
|
2020-04-14 13:57:32 +02:00 |
|
Ruben Cid
|
b464789a48
|
Makefile, log system, errors to fmt
|
2020-04-10 14:30:32 +02:00 |
|
Ruben Cid
|
d875076f97
|
Use cache
|
2020-04-10 09:52:16 +02:00 |
|
Ruben Cid
|
24928da0e1
|
Json api responses
|
2020-04-08 17:57:35 +02:00 |
|
Ruben Cid
|
bc882c1e7c
|
current remopo
|
2020-04-08 17:27:27 +02:00 |
|
Ruben Cid
|
ebac4bff82
|
using redis for store roomkeys
|
2020-04-08 16:04:04 +02:00 |
|
Ruben Cid
|
4cc56dd5a7
|
Show players, stream_id
|
2020-04-08 13:33:06 +02:00 |
|
Ruben Cid
|
3eb4ba34f0
|
JWT
|
2020-04-08 13:18:43 +02:00 |
|
DKing
|
7dca40f9e6
|
remove workaround for creating keys
|
2020-01-31 00:00:08 +08:00 |
|
DKing
|
8f69e4d760
|
fix manage page
|
2020-01-30 07:00:08 +08:00 |
|
DKing
|
cc4c68620a
|
add support for key authentication
|
2020-01-29 08:07:47 +08:00 |
|
吴浩麟
|
74da8bec14
|
- 接入go mod
- 接入docker
- 接入github action自动发布和测试
|
2019-10-25 15:37:33 +08:00 |
|
小张
|
830dcd5f95
|
add flv record to file
|
2019-04-19 10:09:01 +08:00 |
|
浩麟
|
1ad8ba7e40
|
Merge pull request #49 from kidtang/master
flv格式,判断视屏流是否发布,如果没有发布,直接返回404
|
2019-04-05 10:16:53 +08:00 |
|
Ray
|
1d7cf10ee4
|
Update rtmp.go
fix log
|
2019-04-04 16:13:59 +08:00 |
|
唐飞
|
387388f0bb
|
判断视屏流是否发布,如果没有发布,直接返回404
|
2018-11-01 15:29:20 +08:00 |
|
yhding
|
57758f3f20
|
发包完及时刷新避免包尾部一小段数据未发送而引起接收端延迟
|
2018-09-26 10:51:00 +08:00 |
|
xiaoq_bj
|
b2ca5ce803
|
新增功能
|
2017-07-05 18:52:33 +08:00 |
|
halwu(吴浩麟)
|
3979be9d24
|
fix: stream is nil course panic
|
2017-05-30 18:43:48 +08:00 |
|
halwu(吴浩麟)
|
f6a8749f3f
|
fix: stream is nil course panic
|
2017-05-30 17:29:34 +08:00 |
|
halwu(吴浩麟)
|
09976a14a4
|
fix: publisher close course hls server panic
|
2017-05-30 17:28:41 +08:00 |
|
halwu(吴浩麟)
|
9fa3540360
|
fix: remove WebSocketFlv support
|
2017-05-30 11:11:41 +08:00 |
|
halwu(吴浩麟)
|
829653ab82
|
feat: add WebSocketFlv support
|
2017-05-29 19:50:10 +08:00 |
|
halwu(吴浩麟)
|
52f26b5299
|
feat: add WebSocketFlv support
|
2017-05-29 19:37:19 +08:00 |
|
halwu(吴浩麟)
|
74eb057ce7
|
fix: split to server and writer
|
2017-05-29 18:06:15 +08:00 |
|
halwu(吴浩麟)
|
1ff5fc40fa
|
fix: use cmap from github.com/orcaman/concurrent-map
|
2017-05-29 11:57:33 +08:00 |
|
halwu(吴浩麟)
|
11c850cae2
|
fix: use uuid from github.com/satori/go.uuid
|
2017-05-29 11:53:32 +08:00 |
|
halwu(吴浩麟)
|
ce1c318527
|
fix: rename self
|
2017-05-29 10:37:57 +08:00 |
|