-
Notifications
You must be signed in to change notification settings - Fork 70
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
请问这不需要服务端吗? #4
Comments
这是p2p的,不需要服务器,无法接收你查看一下你的机子是否能ping的通,网上找一些网络调试工具来试试吧 @bxcx |
非常感谢您的回复,ping通肯定是可以ping通的,我试过socket发视频画面可以传过来,就是太卡顿,无意间发现您的项目,感觉应该非常适合我的需求,我现在跑起来后下面的自身画面可以看到,netty有触发channelActive,但触发不了channelRead0,这可能是什么原因呢? |
@bxcx 默认使用的是硬遍 你切换成软编就好了,硬遍看上去有点卡,软编比较舒服,如果没有触发,你可以打印一下错误哪里的日志,或者你发送端发出去了,没有接收到,可能你的网络环境有点小问题,你可以尝试用360wifi发送手机链接试试,或者调试网络传输助手,通过抓包去解决 |
非常感谢,回到家后网络正常了,可能真的跟网络有关系,非常感谢! |
我采用硬编,首次连接都正常,但断开后重连时经常出现下面的异常,请问有解决的办法吗? |
请问这不需要服务端吗?我直接运行demo跑起来后只能看到自己的摄像头,对方的无法接收到,确认ip正确。
The text was updated successfully, but these errors were encountered: