Do *not* throw away the first 8 packets when converting FLV. Bad!
This commit is contained in:
parent
bfecf417dc
commit
0e41e88569
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ namespace Converters {
|
|||
sending = true;
|
||||
meta_out["moreheader"] = 0LL;
|
||||
output << meta_out.toNetPacked();
|
||||
output << prebuffer.rdbuf();
|
||||
prebuffer.str("");
|
||||
std::cerr << "Buffer done, starting real-time output..." << std::endl;
|
||||
}else{
|
||||
|
|
Loading…
Add table
Reference in a new issue