react-native-videocore icon indicating copy to clipboard operation
react-native-videocore copied to clipboard

A React Native bridge for the VideoCore iOS library

Results 3 react-native-videocore issues
Sort by recently updated
recently updated
newest added

Does this version work now? I noticed the old one you referenced is now removed. `pod 'VideoCore', '~> 0.2.0'`

``` VideoCore.startStreaming('rtmp://104.155.71.82:1935/live' ... ``` Could you please explain this `rtmp://104.155.71.82:1935/live`, the pattern of mine is iOS device use camera to feed video (react-native-videocore ) to --> Server -> server serves...