Reputation: 144
I need to do live streaming in my react js app with wowza, I added wowza player script inside my html file.Is there any way to do it in my component?
Upvotes: 0
Views: 1090
Reputation: 41
Wowza doesn't currently officially offer or support a React Native wrapper, but we have had reports of successful streams using some third-party wrappers on GitHub.
Here are two React wrappers on GitHub you can try:
https://github.com/flextv/react-native-wowza-player
https://github.com/medlmobileenterprises/react-native-wowza-gocoder
Upvotes: 2