Skip to content
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

Expo-video is not working with react-native-zoom-us #370

Open
adsalihac opened this issue Dec 2, 2024 · 1 comment
Open

Expo-video is not working with react-native-zoom-us #370

adsalihac opened this issue Dec 2, 2024 · 1 comment

Comments

@adsalihac
Copy link

adsalihac commented Dec 2, 2024

expo-video - 2.0.1 Utilizing Media3 for Video Playback

Platform - Android only , iOS is working fine.

def androidxMedia3Version = "1.4.0"
implementation "androidx.media3:media3-session:${androidxMedia3Version}"
implementation "androidx.media3:media3-exoplayer:${androidxMedia3Version}"
implementation "androidx.media3:media3-exoplayer-dash:${androidxMedia3Version}"
implementation "androidx.media3:media3-exoplayer-hls:${androidxMedia3Version}"
implementation "androidx.media3:media3-ui:${androidxMedia3Version}"
implementation "androidx.media3:media3-datasource-okhttp:${androidxMedia3Version}"

Testing

  • If removed react-native-zoom-us , player is working fine.
  • If add zoom module , video player audio is working fine.

The following code is not functioning with Expo-Video.
https://github.com/mieszko4/react-native-zoom-us/blob/master/docs/TROUBLESHOOTING.md

The media3 version issue has been resolved, and the player is functioning as intended.

`def androidxMedia3Version = "1.4.1"`
implementation "androidx.media3:media3-ui:${androidxMedia3Version}" 

This module is affecting the video player and zoom module.

However, after this, the zoom initial loading screen is a white screen.

I have blocked this case. The react-native-video library lacks certain features, necessitating the use of expo-video instead.

@adsalihac
Copy link
Author

adsalihac commented Dec 2, 2024

Any idea about this problem @mieszko4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant