xmtggh / VideoCalling

局域网p2p视频聊天
Other
350 stars 69 forks source link

无法接收到对方视频,但是显示可以接受到数据是什么问题 #13

Open yangyue1 opened 4 years ago

yangyue1 commented 4 years ago

我这边显示双方是可以接收数据的,但是对方的视频界面我这里是黑的,是什么原因啊,是我不会运行吗?=_=

xmtggh commented 4 years ago

是用硬解码吗? @yangyue1

yangyue1 commented 4 years ago

应该是,就是原始的上传代码,是要改调用其他函数吗

---原始邮件--- 发件人: "xmtggh"<notifications@github.com> 发送时间: 2020年7月20日(周一) 上午10:05 收件人: "xmtggh/VideoCalling"<VideoCalling@noreply.github.com>; 抄送: "yangyue1"<1326579917@qq.com>;"Mention"<mention@noreply.github.com>; 主题: Re: [xmtggh/VideoCalling] 无法接收到对方视频,但是显示可以接受到数据是什么问题 (#13)

是用硬解码吗? @yangyue1

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

xmtggh commented 4 years ago

@yangyue1 硬解码可能跟芯片有关系,可能存在无法解码!自行排除一下这个问题,可以在demo中使用软解

yangyue1 commented 4 years ago

我看了一下您的软编码,它用的有参构造且用了接口,我是否需要重新写一个类实现该端口,还是有什么方法直接改调用软编,技术小白,感谢!

---原始邮件--- 发件人: "xmtggh"<notifications@github.com> 发送时间: 2020年7月20日(周一) 中午11:43 收件人: "xmtggh/VideoCalling"<VideoCalling@noreply.github.com>; 抄送: "yangyue1"<1326579917@qq.com>;"Mention"<mention@noreply.github.com>; 主题: Re: [xmtggh/VideoCalling] 无法接收到对方视频,但是显示可以接受到数据是什么问题 (#13)

@yangyue1 硬解码可能跟芯片有关系,可能存在无法解码!自行排除一下这个问题,可以在demo中使用软解

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

yangyue1 commented 4 years ago

E/rejectedExecution: Failed to submit a listener notification task. Event loop shut down? java.util.concurrent.RejectedExecutionException: event executor terminated

这是我目前的报错内容

yangyue1 commented 4 years ago

你好,换了测试的手机,硬解码可以了,感谢!