Skip to content
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

你好 本地服务器怎么搭建? #23

Open
jj89757hhb opened this issue Jan 24, 2017 · 2 comments
Open

你好 本地服务器怎么搭建? #23

jj89757hhb opened this issue Jan 24, 2017 · 2 comments

Comments

@jj89757hhb
Copy link

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];

@Ethan-prog
Copy link

除了rtmp 服务器 不需要自己的应用服务器吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants