implements user fs alimentation from web sockets

This commit is contained in:
Paul Schneider 2020-10-18 23:45:02 +01:00
commit 225118d676
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";
}
}