react-native-nodemediaclient
react-native-nodemediaclient copied to clipboard
Not working with RN0.61.5
The recent release of the react-native-nodemediaclient is not working with RN0.61.5.
iOS -> Nothing can see, empty view Android -> Black empty player
inputUrl protocol -> rtsp
Please let me know if there is any workaround.
@CrashMJ I managed to make it work on Android. You have to ask user about permissions, otherwise you will see empty view. Please look at this solution: https://github.com/Syntx-io/RN-Livestream-Example
I'm still trying to figure out why it's not working on iOS...
Also not working for me on iOS. Able to get it running, create a reference, and see the reference to the NodeCameraView object, but it is not displaying my camera on the screen
@CrashMJ I managed to make it work on Android. You have to ask user about permissions, otherwise you will see empty view. Please look at this solution: https://github.com/Syntx-io/RN-Livestream-Example
I'm still trying to figure out why it's not working on iOS...
Were you able to get this working? I've been trying to stream to mux and am just getting a blank view. It's connecting but not sending any video whatsoever.
@bfarrgaynor I think this package is deprecated with RN 0.6 or something. Lots of people are having issues getting it to send video to mux. @graffme and I got to the same place on the ios side and still haven't figured out the issue, see #71
@illuspas is this package deprecated with RN 0.6 or higher?
I fixed the issue and currently supports 0.62
@illuspas You're the best! Thank you /happy dance/
I use RN 0.61.5 and nodecameraview crashes only on release apk. Any idea on this @illuspas , I have been chasing this issue for a week now. Any suggestions would be helpful