-
Notifications
You must be signed in to change notification settings - Fork 12
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
Question about RTMP #3
Comments
|
ok thanks. |
Note yet supported by VideoCore (see https://github.com/jgh-/VideoCore/issues/95) which is the underlaying library used by react-native-videocore. |
@nvcken Chiming in as I created that issue a while back. I was unable to open-source the code as it's owned by a former employer, although it isn't too hard to adapt
Basically you write a shim for VideoCore or add classes to the library. |
@Zintinio Hi, I am trying upload video using RTSP. How do i import Live555 library in my project using cocoapod? any steps which i need to follow? i am using "live555-latest.tar.gz" file from Source code.(http://www.live555.com/liveMedia/public/) |
Compile it and make a pod or use the outdated version on my github page. On Thursday, April 14, 2016, bhaveshtandel [email protected] wrote:
|
Could you please explain this
rtmp://104.155.71.82:1935/live
, the pattern of mine isiOS device use camera to feed video (react-native-videocore ) to --> Server -> server serves broadcast to multi iOS devices via HLS playlist?
Thanks
The text was updated successfully, but these errors were encountered: