mirror of
https://github.com/mpromonet/v4l2rtspserver
synced 2024-11-02 03:40:13 +00:00
increase number of segments for http streaming
This commit is contained in:
parent
96f8347c03
commit
2950158e81
@ -155,7 +155,7 @@ class HLSServerMediaSubsession : public UnicastServerMediaSubsession
|
||||
outputBuffer.append((const char*)m_buffer, frameSize);
|
||||
|
||||
// remove old buffers
|
||||
while (m_outputBuffers.size()>3)
|
||||
while (m_outputBuffers.size()>5)
|
||||
{
|
||||
m_outputBuffers.erase(m_outputBuffers.begin());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user