Home > Back-end >  Suggestion for React Native
Suggestion for React Native

Time:01-18

Greetings!! I am developing an app with React Native. Which uses chroma key functionality for live streaming or video recording. I failed to find any ready library or plugin. As well as could not find any ready code to help me.

If you have any suggestion for it then do let me know. It would be a great help

Regards

CodePudding user response:

If you want to use the live streaming function, you can use WebRTC technology. The appropriate react-native library address is as follows.

react-native-webrtc

CodePudding user response:

there.

https://iag.me/socialmedia/top-live-video-streaming-tools/

Here you will find data that may be of help to you.

Good luck.

CodePudding user response:

There are quite some good libraries for live streaming in react native. Below are few which I have seen widely used.

https://mux.com/blog/live-streaming-with-react-native/

https://docs.agora.io/en/Video/start_live_react_native

https://github.com/react-native-webrtc/react-native-webrtc

  •  Tags:  
  • Related