-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
Video cannot be loaded #1310
Comments
Video upload and preview is normal~ |
Same here, Samsung Galaxy Note S10 Lite Android 12. I see it's old issue. |
Have the same behavior on my OnePlus 9 pro. |
Similar error here. No videos can be played. |
I've never managed to play a single video in Tusky; I always get the same pop-up as @y6nH. I can press the button to exit it though. Tusky 20.0, Pixel 7 Pro, Android 13. |
same playback error on Samsung Galaxy S10 |
Same error. Gifs seem to work but never videos. I can exit the dialogue but only by hitting OK, never the system back button. This issue has annoyed me ever since i installed the app in November. Tusky 20.0 Samsung Galaxy A50 Android 11 |
Can you report which server you're seeing this problem on? We discovered an issue in video playback if the video is coming from a GoToSocial server, superseriousbusiness/gotosocial#1342 |
For my case, I use a self-hosting mastodon server in my homelab. |
In GtS the issue was Range header not being handled correctly when included in requests from Tusky. If you're self-hosting, might be worth checking your reverse proxy is handling Range properly and not throwing the header away or anything like that. |
You are right, add a header "proxy_force_ranges on" will solve my android video playback problem, thanks you. |
Note to self: this can probably be detected by Tusky, and a warning can be shown, see https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests#checking_if_a_server_supports_partial_requests |
Video I upload cannot be played on tusky。
1.upload a video
2.open it in browser and play it (it can be played)
3.open tusky and play it (infinite loading, but if you download the video you can view it)
The text was updated successfully, but these errors were encountered: