基于 Android 的视频通话系统的设计与实现摘 要近年来,智能手机操作系统进展迅速,尤其是 Android 系统的迅猛进展已经将全球智能手机市场引领到了非常火爆的状态。随着手机社交网络、手机多媒体通信和手机游戏等应用程序不断被开发出来,各种基于智能手机操作系统的应用程序正在逐渐影响和改变人们的生活方式。实时视频流技术在可视电话、远程教育、视频点播等方面得到了广泛的应用。本文设计并实现的基于 Android 的视频通话系统采纳 C/S 架构,包括 PC 和手机两个客户端。手机端使用 Android2.3 操作系统。本系统共包含四个子系统:PC 端接收子系统、发送子系统,Android 端接收子系统、发送子系统。接收子系统实现数据接收、转码和呈现,发送子系统现实数据采集、编码压缩和数据发送。PC 端基于 JMF 框架来实现,Android 端使用 Android Camera 类及其相关类来实现。本文对国内外视频通话的讨论情况以及今后的进展前景,对实现视频通话所涉及到的协议和相关技术进行了分析,在此基础上提出了一种可行的网络视频通话设计方案,并通过需求分析、详细设计、编码实现、单元测试以及集成测试等过程完成了本系统的设计与实现。本系统实现了跨平台视频通话,使 PC 与 Android 之间的视频通话成为了可能,可以起到丰富人们日常生活沟通和娱乐方式的作用。关键词:Android,视频通话,JMF,PC,RTP/RTCPDesign and Implementation of an Android-Based Video Calling SystemAbstractIn recent years, the rapid development of smart phone operating system, especially Android system, has led the global smart phone market into explosion state. With some application such as mobile social networking, mobile media communications and mobile games being continually developed, a variety of application on smart phone operation systems are increasingly affecting and changing people’s lifestyles. The real-time video streams technology is used widely in such aspects as videophone, distance education and video on demand.The system based on android uses c/s architecture. It includes two clients. One is on the Windows system, the other one is on the Android 2.3 ...