import {LivePlayer} from "react-native-live-stream"; <LivePlayer source={{uri:"rtmp://live.hkstv.hk.lxdns.com/live/hks"}}} ref={(ref) => { this.player = ref }} style={styles.video} paused={false} muted={false} bufferTime={300} maxBufferTime={1000} resizeMode={"contain"} onLoad...
{// Start the stream// streamKey: your live stream RTMP key// url: RTMP server url, default: rtmp://broadcast.api.video/sstartStreaming:(streamKey:string,url?:string)=>void;// Stops the streamstopStreaming:()=>void;// Sets the zoomRatio// Intended for use with React Native Gesture ...
react-native-live-stream a react-native module for live stream play and publish ChangeLog v1.0.1 fix readme v1.0.0 initial release Installation Using npm npm install react-native-live-stream --save react-native link react-native-live-stream Using yarn yarn add react-native-live-stream re...
chienvuvan99/react-native-live-stream-rtmpmain 1 Branch 0 Tags Code Folders and files Latest commit Cannot retrieve latest commit at this time. History1 Commit .bundle first commit Apr 1, 2022 App first commit Apr 1, 2022 __tests__ first commit Apr 1, 2022 android first commit Apr 1...
Device: iPhone 11 pro max iPhone OS Version: 16.2 Xcode version 14.2 Mac OS: Monterey 12.6 Additional context "@api.video/react-native-livestream": "v1.2.3" "react": "16.13.1", "react-native": "0.64.2", "react-native-orientation-locker": "^1.4.0",codal...
Describe the bug I have a screen where I use component like this: <LiveStreamView isMuted={false} video={{ fps: 30, resolution: '720p', bitrate: 2 * 1024 * 1024, // # 2 Mbps }} audio={{ bitrate: 128000, sampleRate: 44100, isStereo: true,...
Describe the bug When using react navigation. Having a broadcaster page with the live stream view. Navigating away from this page causes the entire app to crash. When navigating away from the broadcaster page. React navigation will unmou...
Device: iPhone 11 pro max iPhone OS Version: 16.2 Xcode version 14.2 Mac OS: Monterey 12.6 Additional context "@api.video/react-native-livestream": "v1.2.2" "react": "16.13.1", "react-native": "0.64.2", "react-native-orientation-locker": "^1.4.0",codal...
Cmdline: video.api.reactnative.livestream.example pid: 19554, tid: 19773, name: VMediaCodecThre >>> video.api.reactnative.livestream.example <<< uid: 10422 signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x18 Cause: null pointer dereference ...
📹 Live stream RTMP publisher for React Native with built in camera support! ⚠️🛠️ Support forthe new architectureis under development Installation npm install react-native-rtmp-publisher or yarn add react-native-rtmp-publisher and for iOS ...