Fixed MP4 pausemark handling
This commit is contained in:
parent
60cd55184c
commit
46c92ad561
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue