We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if (sender.selected) { // 开始直播 LFLiveStreamInfo *stream = [LFLiveStreamInfo new]; // 如果是跟我blog教程搭建的本地服务器, 记得填写你电脑的IP地址 stream.url = @"rtmp://192.168.1.102:1935/rtmplive/room"; self.rtmpUrl = stream.url; [self.session startLive:stream];
The text was updated successfully, but these errors were encountered:
http://www.jianshu.com/p/a8012e510e36,我是先按照别人帖子这样做的,成功后记录了下。
Sorry, something went wrong.
除了rtmp 服务器 不需要自己的应用服务器吗
No branches or pull requests
if (sender.selected) { // 开始直播
LFLiveStreamInfo *stream = [LFLiveStreamInfo new];
// 如果是跟我blog教程搭建的本地服务器, 记得填写你电脑的IP地址
stream.url = @"rtmp://192.168.1.102:1935/rtmplive/room";
self.rtmpUrl = stream.url;
[self.session startLive:stream];
The text was updated successfully, but these errors were encountered: