Added "deletestreamsource" call that deletes a stream AND the corresponding source file.
This commit is contained in:
parent
31403f2685
commit
7af419fdad
12 changed files with 146 additions and 10 deletions
|
@ -160,6 +160,7 @@ namespace Mist{
|
|||
capa["name"] = "MP4";
|
||||
capa["desc"] = "This input allows streaming of MP4 files as Video on Demand.";
|
||||
capa["source_match"] = "/*.mp4";
|
||||
capa["source_file"] = "$source";
|
||||
capa["priority"] = 9ll;
|
||||
capa["codecs"][0u][0u].append("HEVC");
|
||||
capa["codecs"][0u][0u].append("H264");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue