Pavel Oborin
Pavel Oborin
Hi @p-l- ! > Could you please rebase against current master for the CI tests? done!
> This PR seems to break some of the tests (apparently Python 2). Could you have a look? Yep, done
> Can you make it RFC8489 compliant? Oops, wrote a wrong RFC number in PR. It is RFC 8489 compliant
I encountered an issue with BitEnumField(`ps_feedback_message_type`) being always set to `0`. Here is an example: ```python from scapy.all import raw from scapy.contrib.rtcp import RTCP # ps_feedback_message_type # (equals 1) #...
Adding `--insecure` and `MAMBA_NO_LOW_SPEED_LIMIT=1` worked for me, but it's obviously a temporary solution