Fixes to playlist support
This commit is contained in:
parent
907be3b1f4
commit
ead45b4fb8
10 changed files with 201 additions and 103 deletions
|
@ -124,6 +124,7 @@ namespace Controller {
|
|||
}
|
||||
//non-VoD stream
|
||||
if (URL.substr(0, 1) != "/"){return;}
|
||||
Util::streamVariables(URL, name, "");
|
||||
//VoD-style stream
|
||||
struct stat fileinfo;
|
||||
if (stat(URL.c_str(), &fileinfo) != 0){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue