Added call to player with streamname.
This commit is contained in:
parent
30e13972da
commit
1cf6e34745
2 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue