-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat(mobile): native_video_player #12104
base: main
Are you sure you want to change the base?
Conversation
0136864
to
ddfbb0f
Compare
Good work as always! A couple of issues I noticed
|
Wow! Thanks a lot for your amazing work! Can this pull request fix issue #5120? |
@shenlong-tanwen @alextran1502 any chance this PR will fix #11689 ? |
@phajduk yes |
@alextran1502 I will test this in a minute as I struggle with that bug hard and it's a bit of a showstopper to migrate to Immich. |
@phajduk The pr is not finished yet, but yah, welcome to try out 😁 |
@alextran1502 @shenlong-tanwen videos have also wrong ratio (both local and remote). Attaching two images (one from Google Photos, another one from Immich). |
Any chance this will also get fixed? #12006 |
f5aeba7
to
c50cdf6
Compare
@alextran1502 I cannot reproduce the issue where remote video is preferred instead of the local one and the audio issue. Found a possible root cause for the aspect ratio issue in case of local assets and handle it now. Can you please verify if you could still reproduce the other issues? @phajduk Can you verify if you still face the aspect ratio issue with the recent change? |
@shenlong-tanwen I've tested and 90% cases work. Thanks for doing this. I have some random private videos that have aspect ratio still broken but I can't upload it nor give specification because other, similar videos, work. I think we're good to merge for now. |
Hi @shenlong-tanwen |
@shenlong-tanwen So here is what I see, the aspect ratio is incorrect for vertical video when playing remote only asset. I am using the default transcoding.
|
I am also seeing errors when playing videos that were uploaded from iOS and play on Android (remote asset)
|
The orientation issue should be fixed now. |
As this PR is supposed to fix #5553 , please verify that all parts of the issue are fixed, that includes the BasicAuth issue on Android, ExoPlayer cannot play assets that use BasicAuth HTTP. Im happy to provide an public accessible testing-URL on a private channel |
@poisonnuke I don't think so |
I've just finished another round of testing.
Let me know if you need more information. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
88da761
to
37eb004
Compare
Changes made in the PR:
Fixes #2130
Fixes #3321
Fixes #5120
Fixes #5651
Fixes #7617
Fixes #11229
Fixes #11400
Fixes #11689
Maybe #5553? Need to test.