razorRun / react-native-vlc-media-player

React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player
https://roshan.digital/
MIT License
350 stars 183 forks source link

iOS app crashes on re render VLCPlayer component in release mode #50

Open TayyabaAslam3317 opened 3 years ago

TayyabaAslam3317 commented 3 years ago

iOS app crashes when vlc player component is rendered with a live video stream on http with mjpeg video type. But when I re render the same component for the same live video stream url, my iOS app is crashing. The same flow is working perfect for android and iOS debug mode apps.

razorRun commented 3 years ago

Have you checked our testing app?

On Tue, 29 Dec 2020 at 6:17 PM, TayyabaAslam3317 notifications@github.com wrote:

iOS app crashes when vlc player component is rendered with a live video stream on http with mjpeg video type. But when I re render the same component for the same live video stream url, my iOS app is crashing. The same flow is working perfect for android and iOS debug mode apps.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/razorRun/react-native-vlc-media-player/issues/50, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFB72EAUGSIE6XAHVNKV6VLSXFRAHANCNFSM4VMZ3RSQ .

TayyabaAslam3317 commented 3 years ago

@razorRun app crashes when we render camera and vlc player at same time or when switching from vlc player (when stream is playing) to camera and then back to vlc player (at this point app crashes when playing just tries to start). I checked this for your testing app as well.

aircliff01 commented 2 years ago

Looks like this issue is still happening... any updates? @TayyabaAslam3317 have a found a solution to this?

diegods-ferreira commented 1 month ago

The issue is still happening for me in my iOS app.