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.61k forks source link

安卓奔跑不起来,不知道是哪里配置的有问题 #80

Closed maxdylan closed 7 years ago

maxdylan commented 7 years ago

报这个错 AnyRTC-RTMP\webrtc\base\atomicops.h Error:(63, 31) error: 'ATOMIC_ACQUIRE' was not declared in this scope Error:(63, 47) error: 'atomic_load_n' was not declared in this scope Error:(66, 32) error: 'ATOMIC_RELEASE' was not declared in this scope Error:(66, 48) error: 'atomic_store_n' was not declared in this scope Error:(74, 33) error: '__ATOMIC_ACQUIRE' was not declared in this scope

DyncMing commented 7 years ago

Ndk 用的哪个版本?

发件人: WhichHuo [mailto:notifications@github.com] 发送时间: 2017年5月19日 13:04 收件人: AnyRTC/AnyRTC-RTMP 抄送: Subscribed 主题: [AnyRTC/AnyRTC-RTMP] 安卓奔跑不起来,不知道是哪里配置的有问题 (#80)

报这个错 AnyRTC-RTMP\webrtc\base\atomicops.h Error:(63, 31) error: 'ATOMIC_ACQUIRE' was not declared in this scope Error:(63, 47) error: 'atomic_load_n' was not declared in this scope Error:(66, 32) error: 'ATOMIC_RELEASE' was not declared in this scope Error:(66, 48) error: 'atomic_store_n' was not declared in this scope Error:(74, 33) error: '__ATOMIC_ACQUIRE' was not declared in this scope

— 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/80 , or mute the thread https://github.com/notifications/unsubscribe-auth/APhy2rlTx3lwTM46FV8iAApvjFTYSVBhks5r7SKpgaJpZM4NgFQ7 . https://github.com/notifications/beacon/APhy2kfnUbFDILgEFkFGghltrDlR-V4-ks5r7SKpgaJpZM4NgFQ7.gif

maxdylan commented 7 years ago

更新了下ndk,确实好了,多谢,还有个问题,我用两个手机,局域网内,一个手机给另一个手机推流,可以直接推过去,不经过服务器么?或者在某一部手机上实现服务器的功能?

DyncMing commented 7 years ago

那你可以考虑p 2 p ,直播肯定得有服务器的。 ------------------ Original ------------------ From: "WhichHuo"notifications@github.com Date: Fri, May 19, 2017 05:10 PM To: "AnyRTC/AnyRTC-RTMP"AnyRTC-RTMP@noreply.github.com; Cc: "DyncMing"niuming@dync.cc;"Comment"comment@noreply.github.com; Subject: Re: [AnyRTC/AnyRTC-RTMP] 安卓奔跑不起来,不知道是哪里配置的有问题 (#80)

更新了下ndk,确实好了,多谢,还有个问题,我用两个手机,局域网内,一个手机给另一个手机推流,可以直接推过去,不经过服务器么?或者在某一部手机上实现服务器的功能?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

maxdylan commented 7 years ago

也不是做直播啦,就是实现这种一对一的,并且还是在局域网下的这种形式,你觉得在安卓端搭建一个这种服务器可操作性怎么样?因为我对服务器这些不是很了解,连接设备不会很多,也就两三台的样子,我也就是自己瞎搞,如果涉及到什么不能说的,我先说声对不起哈 ^_^

DyncEric commented 7 years ago

问题解决了吗,解决了的话,关闭这个issue吧