Fixed track filtering in live streams.

This commit is contained in:
Thulinma 2013-10-31 14:04:12 +01:00
parent 73910bd343
commit 1e9128c23d
2 changed files with 11 additions and 7 deletions

View file

@ -211,7 +211,7 @@ namespace DTSC {
int canSeekms(unsigned int ms);
livePos msSeek(unsigned int ms, std::set<int> & allowedTracks);
void setBufferTime(unsigned int ms);
bool isNewest(DTSC::livePos & pos);
bool isNewest(DTSC::livePos & pos, std::set<int> & allowedTracks);
DTSC::livePos getNext(DTSC::livePos & pos, std::set<int> & allowedTracks);
void endStream();
void waitForMeta(Socket::Connection & sourceSocket);