-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Telegram with mtg stuck while loading images or files. #283
Comments
Same problem on iOS, but if in the VPN proxy (such as shadowsocks) works perfectly... |
This is because nowadays Telegram uses CDNs to deliver media content: https://core.telegram.org/cdn So, if CDN is available, then content will be delivered fine. Unfortunately, Telegram ignores such CDNs on using MTPROTO proxies and fallbacks to old-fashioned mode of getting results from media cluster that is very overloaded |
Makes sense, they'll fix this, right? |
I hope so |
This is entirely the responsibility of telegram app, change to use nicegram will not have this problem at all |
@9seconds Interesting that images and videos load properly in iOS telegram app connecting with MTProto protocol via https://github.com/TelegramMessenger/MTProxy installed on same server. Switching to mtg makes images and videos stuck on loading |
|
So, are there any plans to fix this problem? as the official TelegramMessenger/MTProxy seems to be fine without stuck in IOS. |
@Crownzhu This is because they work with middle proxies. If you want, you can try with v1 of mtg, it supports adtag, thus gonna work with middle proxies and have no such issues at all. |
I am running git mtg v2.
Compared to android telegram, the iOS/iPhone Telegram with mtg is much slower while loading attachments such as images or files.
It always keep stuck on loading.
According to the mtg server network traffic monitor, while loading lots of images, there is 100Mbps+ inbound, and 20Mbps outbound, that is not network problem.
The text was updated successfully, but these errors were encountered: