Changes for propagating fragment numbers if the stream is live

This commit is contained in:
Erik Zandvliet 2013-02-27 09:47:50 +01:00
parent 4dbca1e680
commit 12db927cbf
2 changed files with 25 additions and 4 deletions

View file

@ -128,6 +128,7 @@ namespace DTSC {
void dropRing(Ring * ptr);
void updateHeaders();
unsigned int msSeek(unsigned int ms);
unsigned int frameSeek(unsigned int frameno);
void setBufferTime(unsigned int ms);
private:
std::deque<JSON::Value> buffers;