Android的:如何通过蓝牙连接来传输视频和音频? [英] Android: How to transfer video and audio via bluetooth connection?

查看:1045
本文介绍了Android的:如何通过蓝牙连接来传输视频和音频?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想实时视频流和音频传输到计算机。有点像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?

推荐答案

分别采用标准配置文件A2DP和VDP传输音频和视频的蓝牙标准的方式。 标准的Andr​​oid版本不支持VDP的视频,也是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.

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

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.

这篇关于Android的:如何通过蓝牙连接来传输视频和音频?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆