mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-23 00:18:37 -05:00
LimeSDR output: fixed send stream timeout (set to 1s)
This commit is contained in:
parent
b232a21e2c
commit
6f884d02c2
@ -92,7 +92,7 @@ void LimeSDROutputThread::run()
|
||||
{
|
||||
callback(m_buf, LIMESDROUTPUT_BLOCKSIZE);
|
||||
|
||||
res = LMS_SendStream(m_stream, (void *) m_buf, LIMESDROUTPUT_BLOCKSIZE, &metadata, 1000);
|
||||
res = LMS_SendStream(m_stream, (void *) m_buf, LIMESDROUTPUT_BLOCKSIZE, &metadata, 1000000);
|
||||
|
||||
if (res < 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user