react-native-nodemediaclient icon indicating copy to clipboard operation
react-native-nodemediaclient copied to clipboard

Not working with RN0.61.5

Open CrashMJ opened this issue 4 years ago • 8 comments

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 avatar Apr 07 '20 21:04 CrashMJ

@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...

programystic-dev avatar Apr 10 '20 11:04 programystic-dev

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

aymather avatar Apr 10 '20 17:04 aymather

@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 avatar Apr 15 '20 23:04 bfarrgaynor

@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

aymather avatar Apr 15 '20 23:04 aymather

@illuspas is this package deprecated with RN 0.6 or higher?

programystic-dev avatar Apr 16 '20 17:04 programystic-dev

I fixed the issue and currently supports 0.62

illuspas avatar Apr 17 '20 01:04 illuspas

@illuspas You're the best! Thank you /happy dance/

programystic-dev avatar Apr 17 '20 10:04 programystic-dev

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

rubensavio avatar Apr 26 '20 20:04 rubensavio