Fixed track filtering in live streams.
This commit is contained in:
parent
73910bd343
commit
1e9128c23d
2 changed files with 11 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue