You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Architecture Support in react-native-rtmp-publisher for React Native 0.74 and above
Is your feature request related to a problem? Please describe.
The current version of react-native-rtmp-publisher is not compatible with the new React Native architecture introduced in version 0.74 and above. This incompatibility forces developers to either:
Stick with older versions of React Native, missing out on performance improvements and new features.
Disable the new architecture in their projects, which negates the benefits of upgrading.
Describe the solution you'd like
We propose updating react-native-rtmp-publisher to fully support the new React Native architecture (Fabric and TurboModules) for versions 0.74 and above.
The React Native team has been pushing for adoption of the new architecture due to its significant performance improvements. Many popular libraries have already been updated or are in the process of updating. Adding support for the new architecture in react-native-rtmp-publisher would ensure it remains a viable option for developers working on streaming applications with React Native.
What feature or enhancement are you suggesting?
We propose adding support for the new React Native architecture (Fabric and TurboModules) in the react-native-rtmp-publisher library, specifically for React Native versions 0.74 and above.
Pros:
Improved performance due to the new C++ core in Fabric
Better interoperability with native modules through TurboModules
Reduced bridge traffic, leading to smoother video streaming
Potential for better memory management and reduced app size
Platforms affected:
Android
iOS
We understand that this is a significant undertaking and would be happy to contribute to the testing support if needed.
The text was updated successfully, but these errors were encountered:
New Architecture Support in react-native-rtmp-publisher for React Native 0.74 and above
Is your feature request related to a problem? Please describe.
The current version of react-native-rtmp-publisher is not compatible with the new React Native architecture introduced in version 0.74 and above. This incompatibility forces developers to either:
Describe the solution you'd like
We propose updating react-native-rtmp-publisher to fully support the new React Native architecture (Fabric and TurboModules) for versions 0.74 and above.
Describe alternatives you've considered
react-native-nodemediaclient
is the only alternate but is also not maintained.
Additional context
The React Native team has been pushing for adoption of the new architecture due to its significant performance improvements. Many popular libraries have already been updated or are in the process of updating. Adding support for the new architecture in react-native-rtmp-publisher would ensure it remains a viable option for developers working on streaming applications with React Native.
What feature or enhancement are you suggesting?
We propose adding support for the new React Native architecture (Fabric and TurboModules) in the react-native-rtmp-publisher library, specifically for React Native versions 0.74 and above.
Pros:
Platforms affected:
We understand that this is a significant undertaking and would be happy to contribute to the testing support if needed.
The text was updated successfully, but these errors were encountered: