- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于RTP的流媒体实时传输系统研究与实现
南京航空航天大学硕士学位论文
摘
要
流 媒 体 技 术 是 近 年 来 研 究 的 一 个 热 点 。 随 着 Internet 的 普 及 与 发 展 ,
流媒体技术在网络中有着越来越广泛的应用,如视频会议、视频点播、电
话和远程教育等,己经从实验室逐步应用到商业领域。
流媒体在网络上的实时传输具有三个主要特点:一是需要非常高的带
宽;二是对实时性要求很高;三是数据往往都是突发的。而当前的网络状
况是网络带宽不够高,传输多媒体数据时还会有不可预知的延迟,而且目
前的网络质量还不可避免地出现丢包现象。如何解决媒体流在网络上传输
的特点与当前网络状况的矛盾,是一个极具挑战的课题。
通 过 对 RTP/RTCP 协 议 、 视 频 编 解 码 技 术 、 DirectShow、 时 间 戳 、 组
播 等 流 媒 体 实 时 传 输 相 关 技 术 的 研 究 ,本 文 提 出 了 一 个 基 于 RTP 的 流 媒 体
实时传输系统的设计方案。该系统具有音视频采集、编码、网络传输、解
码、和回放等功能,较好的解决了目前网络流媒体传输存在的网络带宽较
窄 等 问 题 。这 些 功 能 都 采 用 软 件 实 现 ,采 用 视 频 压 缩 标 准 MPEG-4 对 视 频
进行编码解码。在硬件方面只作较少的投资,因此,成本低,易于升级。
根 据 该 设 计 方 案 ,本 论 文 完 成 了 该 系 统 的 开 发 工 作 ,实 现 了 音 视 频 的 采 集 、
压缩、实时传输、解压以及回放等功能。
关 键 字 : 流 媒 体 , RTP/RTCP, DirectShow, 组 播 , Windows Sockets
I
南京航空航天大学硕士学位论文
Abstract
Streaming media technology is a hot issue in research these year.With the
development and popularization of Internet, streaming media technology is widely
applied in network, such as video conference, VOD, IP telephone and remote education. It
has been applied from laboratory to commercial field.
Real-time transmission of streaming media have three main feature. The first is the
need of wide bandwidth, the second is the high real time need and the third is the gusty
data.However,the status of current network is narrow bandwidth,unpredictable delay
while transmitting multimedia data,and appearing the phenomenon of losing package.
How to resolve the confliction between the need of multimedia stream transmission and
the status of current network is a defiant task.
By the study of RTP/RTCP protocol,video encod/decode technic, DirectShow,
timestamp and multicast, the paper brought forward the design project of streaming media
real-time system based on RTP.The system has the function of video/audio capturing,
encoding, network transmission,decoding,storage and playback.It resolved some problemssuch as streaming media
transmission on narrow banwidth better.These functions wereaccomplished by software with using
文档评论(0)