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

[BUG]: rtsp stream from ip camera not working on "react-native-video " #4135

Open
hussnainshafiul opened this issue Sep 2, 2024 · 4 comments

Comments

@hussnainshafiul
Copy link

Version

6.4.5

What platforms are you having the problem on?

iOS, Android

System Version

Windows 10 Version 22H2

On what device are you experiencing the issue?

Real device

Architecture

Old architecture

What happened?

Using "react-native-video " when I try to play the rtsp stream coming from an IP camera, it just shows blank screen and I get an error in console :

"androidx.media3.exoplayer.ExoPlaybackException: Source error"

Firstly I was using react-native-vlc-player to stream live view from camera, but it is not working on latest ios

Any solutions?? to play rtsp on both android on ios

Reproduction Link

repository link

Reproduction

Step to reproduce this bug are:

Copy link

github-actions bot commented Sep 2, 2024

Thank you for your issue report. Please note that the following information is missing or incomplete:

  • reproduction
  • reproduction link

Please update your issue with this information to help us address it more effectively.

Note: issues without complete information have a lower priority

@github-actions github-actions bot added Platform: iOS Platform: Android Missing info Some information from template are missing Missing repro Issue reproduction is missing labels Sep 2, 2024
@freeboub
Copy link
Collaborator

freeboub commented Sep 2, 2024

Dos you enable rtsp plugin on android (see the doc)? Unfortunately ios doesn't support it and avplayer doesn't support it also. Vlc would be a better solution for ios...

@freeboub freeboub added feature and removed bug Missing info Some information from template are missing Missing repro Issue reproduction is missing labels Sep 2, 2024
@hussnainshafiul
Copy link
Author

@freeboub any other library to support rtsp on both platforms? as Vlc not working on latest IOS

@freeboub
Copy link
Collaborator

freeboub commented Sep 3, 2024

@hussnainshafiul I didn't find other package to support rtsp except vlc integration ...

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

No branches or pull requests

2 participants