【发布时间】:2015-11-03 21:56:59
【问题描述】:
我正在尝试将音频和视频从 Google Glass 流式传输到浏览器。浏览器只需要接收视频和音频。
我按照http://www.webrtc.org/native-code/android 此处的说明编译了谷歌源代码。
到目前为止,它有效。但是我的视频有问题。它以灰度显示,我不确定我应该对源代码进行哪些更改才能解决此问题。
这是问题的截图:
我在 stackoverflow.com 中发现了两个相关的问题,但我没有得到解决方案:
- VP8 Encoding results in grayscale image on Google Glass
- VP8 encode/decode on android results in black and white image with red, green and blue squares
非常感谢您提供的任何帮助!
【问题讨论】:
标签: android webrtc google-glass h.264 vp8