Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

paulrinaldi

paulrinaldi created a comment on an issue on TheWidlarzGroup/react-native-video
Bump

View on GitHub

paulrinaldi created a comment on an issue on infinitered/reactotron
Happening to me on old arch as well and on v5.1.10.

View on GitHub

paulrinaldi created a comment on an issue on RenderHeads/UnityPlugin-AVProVideo
Similar issue here; though, instead of killing wifi, the player just needs to be in the background and hit the end of a loaded playable duration.

View on GitHub

paulrinaldi created a comment on an issue on TheWidlarzGroup/react-native-video
> I confirm this issue @paulrinaldi @KrzysztofMoch I think this should be solved by using following doc: https://docs.expo.dev/modules/autolinking/ But monorepo should be better to apply it :/ let ...

View on GitHub

paulrinaldi created a comment on an issue on TheWidlarzGroup/react-native-video
Yeah this could be implemented as @freeboub suggests. The way the exoplayer lets us keep track of state is by `isPlayingChanged` events in any class that implements `Player.Listener` (in rnv, the ...

View on GitHub

paulrinaldi created a comment on an issue on TheWidlarzGroup/react-native-video
Getting same in running `yarn run android` in the expo example.

View on GitHub

paulrinaldi created a comment on an issue on TheWidlarzGroup/react-native-video
"Note: If you use ExoPlayer, consider letting ExoPlayer automatically manage audio focus by calling [setAudioAttributes](https://developer.android.com/reference/androidx/media3/exoplayer/ExoPlayer#...

View on GitHub

paulrinaldi created a comment on an issue on TheWidlarzGroup/react-native-video
Any ideas?

View on GitHub

paulrinaldi created a comment on an issue on TheWidlarzGroup/react-native-video
I let exoplayer handle its own interruptions and just use the playback state change handler to ensure my external video controls nearby the player component to be synced on Android. Unfortunately, ...

View on GitHub