Custom Query (257 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 257)

Ticket Owner Reporter Resolution Summary
#189 ph3-der-loewe ph3-der-loewe fixed struct roar_audio_info needs to be updated
Description

The roar_audio_info struct needs to be updated. The members should have the type of uint32_t not unsigned int.

#194 ph3-der-loewe ph3-der-loewe fixed roard does not honor mute flag on output streams
Description

roard does not honor mute flag on output streams. this includes monitor streams as well as real output streams.

#210 ph3-der-loewe ph3-der-loewe fixed rpld tries to write with with len=-1
Description

Data Source: HTTP Codec Helper in use: Yes

After some time it starts to work (when more input data is ready?) rpld needs a lot CPU time while this happens.

select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
read(6, "\25PVVq\345\0\301\232P\0\222\245JT\305\211\7\2212@\223"..., 1024) = 1024
write(11, "\25PVVq\345\0\301\232P\0\222\245JT\305\211\7\2212@\223"..., 1024) = 1024
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
read(6, 0xbfe04b64, 1024)               = -1 EAGAIN (Resource temporarily unavailable)
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
write(11, "\25PVVq\345", 4294967295)    = -1 EFAULT (Bad address)
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
write(11, "\25PVVq\345", 4294967295)    = -1 EFAULT (Bad address)
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
write(11, "\25PVVq\345", 4294967295)    = -1 EFAULT (Bad address)
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
write(11, "\25PVVq\345", 4294967295)    = -1 EFAULT (Bad address)
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
write(11, "\25PVVq\345", 4294967295)    = -1 EFAULT (Bad address)
select(12, [7], [11], NULL, {3600, 0})  = 1 (out [11], left {3600, 0})
write(11, "\25PVVq\345", 4294967295)    = -1 EFAULT (Bad address)
[...]
Note: See TracQuery for help on using queries.