-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with NodeCameraView #2
Comments
NodeCameraView is not present in 0.3 version. You can visit this link to see how to proceed |
Thank you for your response! |
I used this guide to handle livestream on my app (which used deprecated version of your package https://www.mux.com/blog/live-streaming-with-react-native |
I don't know about mux. I can tell you how I did it. I used google-livestream api in backend. Created a channel which provided me a rtmp server and used google bucket to store m3u8 file. I passed that m3u8 to NodePublisher, hence I was able to stream video |
hi, I have tried on react-native-nodemediaclient version 0.3.3 here
but when I look at the log in the nodemediaserver "handle video" section, I see the video dimensions are 0x0 so when I play the video in VLC the result is only sound.
Meanwhile, if I comment HWAccelEnable it will be read.
but there is a new problem, I can't play it on Android with hls extenston with error message:
what do you think is wrong? |
Hey ! After upgrading the "react-native-nodemediaclient" I got some issue on one of my screen causing crash on my app.
I was previously working with version "^0.2.20" before upgrade to "^0.3.2".
here's the code I used which is not working anymore on new version:
const { NodeCameraView } = require('react-native-nodemediaclient');
Do you know how I can fix this error with the new version of the package ? Thank you for your response !
The text was updated successfully, but these errors were encountered: