Closed alatteri closed 1 month ago
I have had a hard time getting the RS FEC for audio working, part of it being that I can't find the log outputs to suggest that its working. I will get an audio dropout and the only thing that really suggest there is an issue is the SSRC packet loss information and Audio decompress reporting an empty channel warning.
Yes...I've done some testing this weekend, and RS FEC for audio seem to be totally broken. I need to open a new issue for that, but in the meantime I reverted to using mult:3.
Hi Alan,
In the wiki page regarding FEC, the wording is confusing. One sentence seems to say that only multi is suitable for Audio, then right below it says you can use RS. Since you added RS support to audio back in version 1.8, maybe this section could get some clarification.
I've updated relevant parts in FEC Settings page as follows:
I've also added the notice about Reed-Solomon for audio.
Do you still recommend using multi for audio,
Please see the link above - in general, yes.
or is RS reliable?
It is not about being reliable. The point is that Reed-Solomon will work reasonably (= will recover missing data) just if there is are least 2 (but much better 3) packets per audio channel (typically not true for compressed audio).
What would good settings be when using RS for audio?
also discussed at that page
if there is are least 2 (but much better 3) packets
I've also added a warning to UltraGrid if this occurs to inform the user that Reed-Solomon may be inadequate (meaning that it may not be able to repair anything).
Hello,
In the wiki page regarding FEC, the wording is confusing. One sentence seems to say that only multi is suitable for Audio, then right below it says you can use RS. Since you added RS support to audio back in version 1.8, maybe this section could get some clarification. Do you still recommend using multi for audio, or is RS reliable? What would good settings be when using RS for audio?