Added call to player with streamname.

This commit is contained in:
Erik Zandvliet 2013-12-17 14:53:17 +01:00
parent 30e13972da
commit 1cf6e34745
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ namespace Util {
public:
static void sanitizeName(std::string & streamname);
static Socket::Connection getLive(std::string streamname);
static Socket::Connection getVod(std::string streamname);
static Socket::Connection getVod(std::string filename, std::string streamname);
static Socket::Connection getStream(std::string streamname);
static Socket::Server makeLive(std::string streamname);
};