Open GoogleCodeExporter opened 8 years ago
Just to give full data (Robert found this):
It appears that setting a sample-rate in the Red5 publisher application to any
value
>= 12 and <= 17 causes this error. RTMP/FLV does not send actual sample-rates
in the
streams -- they send index values that correspond to look-up tables that Adobe
has
published in the FLV spec. The values differ depending on the codec, so
NellyMoser
has a different value than speex for some sample-rates.
The bug here is likely in Red5Message or Red5Handler not correctly changing
FLV's
'index' value to the actual sample-rate (e.g. 8000, 16000, 11025, etc).
Original comment by art.cla...@gmail.com
on 23 Sep 2009 at 9:33
Original issue reported on code.google.com by
tre...@gmail.com
on 23 Sep 2009 at 9:16