implements user fs alimentation from web sockets

This commit is contained in:
2020-10-18 23:45:02 +01:00
parent 85a88e1f10
commit 4a9bd7863a
6 changed files with 42 additions and 9 deletions

View File

@ -61,6 +61,6 @@ namespace Yavsc
public const string LivePath = "/live/cast";
public const string StreamingPath = "/api/stream/Put";
public const string StreamingPath = "/api/stream/put";
}
}