streamts: initialize frontend

Origin commit data
------------------
Commit: 66f899470f
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-05 (Mon, 05 Sep 2022)

Origin message was:
------------------
- streamts: initialize frontend
This commit is contained in:
vanhofen
2022-09-05 22:25:05 +02:00
parent ee137208b3
commit 60e8bd6a9c

View File

@@ -87,6 +87,7 @@ CStreamInstance::CStreamInstance(int clientfd, t_channel_id chid, stream_pids_t
running = false;
dmx = NULL;
buf = NULL;
frontend = NULL;
}
CStreamInstance::~CStreamInstance()