anyrtcIO-Community / anyRTC-RTMP-OpenSource

RTMP 推流器,RTMP(HLS)秒开播放器,直播点播,跨平台(Win,IOS,Android)开源代码
https://www.anyrtc.io
GNU General Public License v3.0
4.68k stars 1.6k forks source link

请问下android端咋样使用啊 #33

Closed ab503044120 closed 7 years ago

ab503044120 commented 7 years ago

我两台机子编译完成下载之后如何去操作推流和拉流

DyncMing commented 7 years ago

一个手机输入rtmp地址,点推流按钮, 另外一个手机输入相同的rtmp地址,点拉流按钮即可。

发件人: ab503044120 [mailto:notifications@github.com] 发送时间: 2016年9月29日 17:58 收件人: AnyRTC/AnyRTC-RTMP 主题: [AnyRTC/AnyRTC-RTMP] 请问下android端咋样使用啊 (#33)

我两台机子编译完成下载之后如何去操作推流和拉流

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AnyRTC/AnyRTC-RTMP/issues/33 , or mute the thread https://github.com/notifications/unsubscribe-auth/APhy2sxl7u9U4jgzu8H0ztlHjOwKs06Hks5qu4udgaJpZM4KJzQS . https://github.com/notifications/beacon/APhy2mzrPalMZsB8F-zrzeZjggIdMAMHks5qu4udgaJpZM4KJzQS.gif

ab503044120 commented 7 years ago

谢谢您的回复,,我两台机器在一个局域网,同时输入rtmp://192.168.0.105但后一台点击推流一台点击拉流收不到,要输入什么样的rtmp地址呢,难道要需要中继的一个端吗

DyncMing commented 7 years ago

请问一下您搞的有rtmp的服务器么?

发件人: ab503044120 [mailto:notifications@github.com] 发送时间: 2016年10月9日 9:11 收件人: AnyRTC/AnyRTC-RTMP 抄送: DyncMing; Comment 主题: Re: [AnyRTC/AnyRTC-RTMP] 请问下android端咋样使用啊 (#33)

谢谢您的回复,,我两台机器在一个局域网,同时输入rtmp://192.168.0.105但后一台点击推流一台点击拉流收不到,要输入什么样的rtmp地址呢,难道要需要中继的一个端吗

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/AnyRTC/AnyRTC-RTMP/issues/33#issuecomment-252457571 , or mute the thread https://github.com/notifications/unsubscribe-auth/APhy2vjxjz7Pz7SqgJ3CogDigpuCDpSuks5qyD8qgaJpZM4KJzQS . https://github.com/notifications/beacon/APhy2qCbrnD-8jB7a-94jD7pHSNdlKwqks5qyD8qgaJpZM4KJzQS.gif

ab503044120 commented 7 years ago

没有

DyncMing commented 7 years ago

那您首先先在本地搭建一个rtmp服务器, github上面有开源的srs, nginx-rtmp等。

发件人: ab503044120 [mailto:notifications@github.com] 发送时间: 2016年10月9日 9:32 收件人: AnyRTC/AnyRTC-RTMP 抄送: DyncMing; Comment 主题: Re: [AnyRTC/AnyRTC-RTMP] 请问下android端咋样使用啊 (#33)

没有

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/AnyRTC/AnyRTC-RTMP/issues/33#issuecomment-252458294 , or mute the thread https://github.com/notifications/unsubscribe-auth/APhy2hVheO0hjPINCEX_dw5zK83SD0-rks5qyEQUgaJpZM4KJzQS . https://github.com/notifications/beacon/APhy2uo2RE8N2CmSU5SP6qSpFLonQj7pks5qyEQUgaJpZM4KJzQS.gif

ab503044120 commented 7 years ago

没做好功课,谢谢指导,我去试试

ab503044120 commented 7 years ago

推荐一个直接可以用的rtmp服务器 地址:https://github.com/illuspas/nginx-rtmp-win32 直接点击niginx.exe开启,android两端输入rtmp://192.168.0.105:1935/live/stream就可以用了(192.168.0.105为本机ip地址),大家有需要的参考下吧

DyncEric commented 7 years ago

谢谢共享