+ 1
Live Video Streaming in React Native
How can we Stream Live Videos using Expo-Cli ?
5 odpowiedzi
+ 7
First result for "react native rtmp" on google is
https://www.npmjs.com/package/react-native-dbb-rtmp
There are plenty other that may be relevant
you may have to eject from expo (or start a react native project)
another option:
https://www.npmjs.com/package/react-native-nodemediaclient
seems that rtmp streaming is a feature request in expo:
https://expo.canny.io/feature-requests/p/rtmp-video-stream
+ 2
Best of luck if you eject
It's a tough journey 🙄
+ 1
Live videos can be stream using expo cli.
Much of Video and Audio have common APIs that are documented in AV documentation. This page covers video-specific props and APIs. We encourage you to skim through this document to get basic video working, and then move on to AV documentation for more advanced functionality.
For further information regarded to this just click on the link and enjoy learning-
https://docs.expo.io/versions/latest/sdk/video/
Rock the code🤟🤟
+ 1
It doesn't support rtmp protocol..
+ 1
Burey well i got to eject from Expo then..
the request has been made like since 2018, yet it still lacks..
thank you so much!!