Forwardported some free version changes to Pro.
This commit is contained in:
parent
29f40890e7
commit
d048aaccc4
5 changed files with 3 additions and 6 deletions
|
@ -150,8 +150,6 @@ namespace Mist {
|
|||
isPushing = false;
|
||||
}
|
||||
|
||||
OutRTMP::~OutRTMP() {}
|
||||
|
||||
bool OutRTMP::listenMode(){
|
||||
return !(config->getString("target").size());
|
||||
}
|
||||
|
|
|
@ -9,7 +9,6 @@ namespace Mist {
|
|||
class OutRTMP : public Output {
|
||||
public:
|
||||
OutRTMP(Socket::Connection & conn);
|
||||
~OutRTMP();
|
||||
static void init(Util::Config * cfg);
|
||||
void onRequest();
|
||||
void sendNext();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue