Fixed MP4 pausemark handling

This commit is contained in:
Oswald Auguste de Bruin 2013-10-02 11:03:29 +02:00 committed by Thulinma
parent 60cd55184c
commit 46c92ad561

View file

@ -172,6 +172,8 @@ namespace Connector_HTTP {
cmd << "\ns " << (*keyPartIt).time;
cmd << "\no\n";
ss.SendNow(cmd.str());
}else{//if keyparts.end, then we reached the end of the file
conn.close();
}
}else if(Strm.lastType() == DTSC::AUDIO || Strm.lastType() == DTSC::VIDEO){
//parse DTSC to MP4 here