Android:如何通过蓝牙连接传输视频和音频?

发布于 2024-10-20 13:16:21 字数 122 浏览 2 评论 0原文

我想将实时视频流和音频传输到我的计算机。类似于 WO 网络摄像头应用程序 (https://market.android.com/details?id=com.bwocamlite)。我已成功将设备与计算机连接,现在如何传输视频?

I want to transfer a live video stream and audio to my computer. Something like the WO Webcam app (https://market.android.com/details?id=com.bwocamlite). I have managed to connect my device with the computer, now how do I transfer the video?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

九公里浅绿 2024-10-27 13:16:21

通过蓝牙传输音频和视频的标准方法是分别使用标准配置文件 A2DP 和 VDP。
标准 Android 版本不支持视频 VDP,PC 端也需要让这些配置文件接收角色才能接收流。

WO网络摄像头应用程序使用SPP配置文件通过蓝牙发送视频帧和音频数据包,并在PC上重新构建相同的内容并播放,您也可以这样做。

The standard way to transfer audio and video over Bluetooth is using standard profiles A2DP and VDP respectively.
Standard android versions does not support VDP for video , also the PC side needs to have these profiles sink roles in order to receive the streams.

The WO Webcam app uses the SPP profile to send video frames and audio packets over Bluetooth and it re-constructs the same on the PC and plays back, you can also do the same.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文