itsnubix / react-native-video-controls

A React Native video component with controls
MIT License
639 stars 527 forks source link

i can only hear sound not video #272

Open SafeerAhmad1 opened 10 months ago

SafeerAhmad1 commented 10 months ago

My video does not play i can only hear sound

my code =>

        <VideoPlayer
            source={{ uri: videoLink }}
            style={styles.video}
            controls={true}
            resizeMode="contain"
        />
Ahsanali012 commented 8 months ago

same me too

amiii123malviya commented 4 months ago

Is this issue still active? I want to contribute?

karthiksiroid commented 5 days ago

On Android, the video freezes on the first frame during the initial playback, but the audio plays without any issues. However, if you pause and then play the video again, it works fine. How to fix it?