Undo part of previous fix that only made things worse.
This commit is contained in:
parent
7b5b5f8ff0
commit
625543d0ef
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ namespace Controller {
|
||||||
DEBUG_MSG(DLVL_INSANE, "(re)loading metadata for stream %s", name.c_str());
|
DEBUG_MSG(DLVL_INSANE, "(re)loading metadata for stream %s", name.c_str());
|
||||||
if ((URL.substr(URL.size() - 5) != ".dtsc") && (stat((URL+".dtsh").c_str(), &fileinfo) != 0)){
|
if ((URL.substr(URL.size() - 5) != ".dtsc") && (stat((URL+".dtsh").c_str(), &fileinfo) != 0)){
|
||||||
DEBUG_MSG(DLVL_INSANE, "Stream %s is non-DTSC file without DTSH. Opening stream to generate DTSH...", name.c_str());
|
DEBUG_MSG(DLVL_INSANE, "Stream %s is non-DTSC file without DTSH. Opening stream to generate DTSH...", name.c_str());
|
||||||
Util::Stream::getStream(name);
|
Util::Stream::getVod(URL, name);
|
||||||
DEBUG_MSG(DLVL_INSANE, "Waiting for stream %s to open...", name.c_str());
|
DEBUG_MSG(DLVL_INSANE, "Waiting for stream %s to open...", name.c_str());
|
||||||
//wait for the stream
|
//wait for the stream
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue