podverse / podverse-rn

Podverse mobile app written in React Native for iOS, Android, and F-Droid
https://podverse.fm/about
GNU Affero General Public License v3.0
217 stars 36 forks source link

Bluetooth controls and lock screen controls do not work with videos / mp4 #1456

Open mitchdowney opened 1 year ago

mitchdowney commented 1 year ago

This was reported by @brianoflondon in podcastindex.social

https://podcastindex.social/@brianoflondon/109415657115537941

The problem is happening because we've never actually added bluetooth control support for videos. Whereas audio files use the react-native-track-player library in Podverse, videos use the react-native-video library.

mitchdowney commented 1 year ago

Created this corresponding issue in the react-native-video repo: https://github.com/react-native-video/react-native-video/issues/2932

mitchdowney commented 1 year ago

Marking this as blocked to: https://github.com/react-native-video/react-native-video/issues/2932 https://github.com/react-native-video/react-native-video/issues/2938