Juliusz Chroboczek
Juliusz Chroboczek
Yes, the mobile version needs work. Could you please file an issue?
I've reverted this patch, since it caused the chat button to disappear, as indicated in #255.
Thanks for the report. That happens if the client announces a new stream but the RTP data doesn't arrive straight away. We currently have a hard-coded timeout of 200ms. https://github.com/jech/galene/blob/master/rtpconn/rtpconn.go#L625...
@alic63 are you using a non-default codec? Please check the "codecs" entry of your group definition.
> video is very "greyish" This indicates that the client couldn't establish an RTP connection with the server: there's something wrong with your network setup. So it's a different issue...
The ***@***.***> mailing list is the right place to ask for support. You may subscribe at https://lists.galene.org
Where is the code?
@Tomo59, could you please confirm if this fixes the issue?
Thanks to both of you.
Concerning the first patch, please use `format_address` or `format_prefix` in `util.c`. Concerning the second patch, I think that printing the error just once is too drastic. Instead, you should rate-limit...