标题: 流媒体技术简述 [打印本页] 作者: pwestly 时间: 2007-10-24 09:23 标题: 流媒体技术简述 1、 缩略词
3GPP 3rd Generation Partnership Project
CODEC Coder and Decoder
DRM Digital Right Management
DSS Darwin Streaming Server
FW Fire Wall
HTTP Hyper Text Transport Protocol
MMS Microsoft Media Server protocol
Mbone Multicast Backbone
NAT Network Address Translate
NPT Normal Play Time
PKI Public Key Infrastructure
RTSP Real Time Streaming Protocol
RTP Real-time Transport Protocol
RTCP Real-time Transport Control Protocol
SDP Session Description Protocol
TCP Transport Control Protocol
UDP User Datagram Protocol
2、 参考文档
《End-to-end transparent streaming service: General description》 3GPP TS 26.233 version 7.0.0 Release 7
《Key Management Extensions for Session Description Protocol(SDP) and Real Time Streaming Protocol(RTSP)》 RFC4567
《QTSS/DSS Administrator’s Guide》
《Real Time Streaming Protocol(RTSP)》 RFC2326
《RTP: A Transport Protocol for Real-Time Applications》 RFC3550
《SDP: Session Description Protocol》 RFC4566
《Transparent end-to-end Packet-switched Streaming Service(PSS): Protocols and codecs》 3GPP TS 26.234 version 6.11.0 Release 6
5.4 安全考虑
由于RTSP是明文传送的,而且媒体流传输一般使用RTP,所以对于有安全需要的应用必须考虑提供更有保障的安全机制。
l 用户认证机制:流媒体服务器可以校验请求用户是否合法。与HTTP类似,该机制主要有Basic和Digest两种方式。
l RTP媒体流加密及密钥管理机制:因为RTP是公开标准,而且IP网络本身具有的开放性,所以很容易被窃取数据内容,所以对信息内容进行加密,是安全通讯的需要。由于RTP只是传输协议,所以密钥的传输管理就需要媒体流控制协议来完成。但是RTSP并不是基于OFFER/ANSWER模型的,所以RTSP以及附带的SDP都需要增加额外的包头来传递所需参数,详细信息清参考《Key Management Extensions for Session Description Protocol(SDP) and Real Time Streaming Protocol(RTSP)》文档。