Bug 1648309 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Michael Froman [:mjf] from comment #5)
> This isn't strictly RDD related.  However, webaudio decodes are processed in batches to limit the number of IPC calls to RDD.  The pref that controls the webaudio batch size is media.rdd-webaudio.batch.size.  I tried this on my linux machine and can repro the problem with the default pref setting (100), but it appears to work with the pref set to 60 (I just picked a lower number).  Lowering this setting directly affects the decode performance for webaudio, so it may require some trials to figure out a better setting.
> 
> For reference, the batch decoding was added in Bug 1568058 to deal with performance problems.
> 
> So setting this pref lower can help solve the immediate issue, but it seems like there is an underlying shmem issue at work here.
sorry - replied instead of edited the original comment

Back to Bug 1648309 Comment 6