Fix HLS being seen as input during init
This commit is contained in:
parent
0a3c399a98
commit
f8c8f68c19
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace Mist{
|
||||||
void onHTTP();
|
void onHTTP();
|
||||||
bool isReadyForPlay();
|
bool isReadyForPlay();
|
||||||
virtual void onFail(const std::string &msg, bool critical = false);
|
virtual void onFail(const std::string &msg, bool critical = false);
|
||||||
|
virtual std::string getStatsName(){return Output::getStatsName();}
|
||||||
protected:
|
protected:
|
||||||
std::string h264init(const std::string &initData);
|
std::string h264init(const std::string &initData);
|
||||||
std::string h265init(const std::string &initData);
|
std::string h265init(const std::string &initData);
|
||||||
|
|
Loading…
Add table
Reference in a new issue