xmtggh / VideoCalling

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

YuvHardwareDecoder解码问题 #6

Open kunzaigithub opened 4 years ago

kunzaigithub commented 4 years ago

我用安卓RK板使用了你的代码,发现int outputBufferIndex = vDeCodec.dequeueOutputBuffer(info, Contants.DEFAULT_TIMEOUT_US);这里一直返回-1,请问可能是什么原因呢?谢谢

kunzaigithub commented 4 years ago

还有我在你的个人资料里面没有看到你的联系邮箱,可以提供下吗?谢谢

wb-zhoujin commented 4 years ago

同样遇到问题,另外ffmpeg库能否提供C代码,public native void decode_stream(byte[] data, int length, long decoder, Surface surface);这个方法需要有相机width和height参数或者decode结果返回byte[],项目需要解决旋转90°后出现花屏问题

kunzaigithub commented 4 years ago

跟换主板,我的发现是主板问题

------------------ 原始邮件 ------------------ 发件人: "wb-zhoujin"<notifications@github.com>; 发送时间: 2019年9月23日(星期一) 下午2:55 收件人: "xmtggh/VideoCalling"<VideoCalling@noreply.github.com>; 抄送: "坤仔"<419776791@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [xmtggh/VideoCalling] YuvHardwareDecoder解码问题 (#6)

同样遇到问题,另外ffmpeg库能否提供C代码,public native void decode_stream(byte[] data, int length, long decoder, Surface surface);这个方法需要有相机width和height参数或者decode结果返回byte[],项目需要解决旋转90°后出现花屏问题

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