Optimized memory usage of ingest in RTMP connector.
This commit is contained in:
parent
cb90d6da2e
commit
1c20982004
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ namespace Connector_RTMP {
|
|||
static unsigned int counter = 0;
|
||||
//for chunk parsing
|
||||
static RTMPStream::Chunk next;
|
||||
FLV::Tag F;
|
||||
static FLV::Tag F;
|
||||
static AMF::Object amfdata("empty", AMF::AMF0_DDV_CONTAINER);
|
||||
static AMF::Object amfelem("empty", AMF::AMF0_DDV_CONTAINER);
|
||||
static AMF::Object3 amf3data("empty", AMF::AMF3_DDV_CONTAINER);
|
||||
|
|
Loading…
Add table
Reference in a new issue