Easy to parse: RTSP can be parsed by standard HTTP or MIME parsers.
和
HTTP-friendly: Where sensible, RTSP reuses HTTP concepts, so that the existing infrastructure can be reused. This infrastructure includes PICS (Platform for Internet Content Selection [15,16]) for associating labels with content. However, RTSP does not just add methods to HTTP since the controlling continuous media requires server state in most cases.
那我该怎么做呢?
在这一点上,我只能建议有用的文档和图书馆,
看一下LIVE555 Streaming Media C++ Libraries,其中包括完整的源代码和如何正确实现/构建基本RTSP客户端和服务器的示例,毫无疑问,这是为数不多的能够提供有关RTSP标准的有价值信息的网站之一.
Easy to parse: RTSP can be parsed by standard HTTP or MIME parsers.
和
HTTP-friendly: Where sensible, RTSP reuses HTTP concepts, so that the existing infrastructure can be reused. This infrastructure includes PICS (Platform for Internet Content Selection [15,16]) for associating labels with content. However, RTSP does not just add methods to HTTP since the controlling continuous media requires server state in most cases.
那我该怎么做呢?
在这一点上,我只能建议有用的文档和图书馆,
看一下LIVE555 Streaming Media C++ Libraries,其中包括完整的源代码和如何正确实现/构建基本RTSP客户端和服务器的示例,毫无疑问,这是为数不多的能够提供有关RTSP标准的有价值信息的网站之一.