Added support for syncing MistPlayer output.

This commit is contained in:
Thulinma 2014-02-12 15:29:41 +01:00
parent d0418e373a
commit bb16647467
2 changed files with 12 additions and 13 deletions

View file

@ -663,6 +663,7 @@ namespace Connector_HTTP {
}
if (leftOver < 1){
ss.SendNow("q\n");//stop playback
Strm.waitForPause(ss);//sync the stream
inited = false;
}
}