mediamtx/internal/rtmp/rawmessage
Alessandro Ros c79c3c83cb
rtmp server: improve efficiency of outgoing packets (#1395)
group together messages by using a buffered writer between the network
connection and the WriteMessage() function
2023-01-19 13:27:54 +01:00
..
message.go update golangci-lint 2022-09-17 21:19:45 +02:00
reader.go rtmp server: improve efficiency of outgoing packets (#1395) 2023-01-19 13:27:54 +01:00
reader_test.go api, metrics: add number of bytes received and sent from/to all entities (#1235) 2022-11-11 11:59:52 +01:00
writer.go rtmp server: improve efficiency of outgoing packets (#1395) 2023-01-19 13:27:54 +01:00
writer_test.go rtmp: fix decoding of chunk3 + chunk3 2022-07-19 16:42:11 +02:00