id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc,blockedby,blocking,reproduced,analyzed
527,NellyMoser codec reports zero frame size and bitrate,DrLex,,"While trying to play live streams that use the NellyMoser ASAO codec, we noticed that every player that uses libavformat for this (e.g. ffplay, mplayer, vlc) will freeze until the stream is interrupted. It will then play all audio that was buffered in the meantime.

We traced this down to enc->frame_size being set to zero in get_audio_frame_size() in libavformat/utils.c when trying to parse the stream. If we force frame_size to some value larger than 1, the stream will play.

Probably related is that the bitrate for Nellymoser streams is reported as zero as well. Yet it is easy to know the bitrate for this codec once the sampling rate is known: it is twice the sampling rate.

We did not further look into this because it was easier to switch our stream source to Speex, but it does not seem too hard to fix.",defect,closed,normal,avformat,unspecified,fixed,nellymoser rtmp,,,,0,0
