Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. LFLiveStreamInfo *streamInfo =
  2. [LFLiveStreamInfo new];
  3. streamInfo.url = [NSString stringWithFormat:@"rtmp://my rtmp server];
  4.  
  5. [self.session startLive:streamInfo];
  6. self.isStreamOpen = YES;
  7. }
  8. [self.session pushVideo:pixelBuffer];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement