Added "deletestreamsource" call that deletes a stream AND the corresponding source file.

This commit is contained in:
Thulinma 2018-05-09 13:39:53 +02:00
parent 31403f2685
commit 7af419fdad
12 changed files with 146 additions and 10 deletions

View file

@ -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");