Module: RTSP

Defined in:
lib/rtsp.rb,
lib/rtsp/error.rb,
lib/rtsp/common.rb,
lib/rtsp/global.rb,
lib/rtsp/server.rb,
lib/rtsp/helpers.rb,
lib/rtsp/message.rb,
lib/rtsp/request.rb,
lib/rtsp/version.rb,
lib/rtsp/response.rb,
lib/rtsp/stream_server.rb,
lib/rtsp/socat_streaming.rb,
lib/rtsp/transport_parser.rb

Overview

This base module simply defines properties about the library. See child classes/modules for the meat.

Defined Under Namespace

Modules: Common, Global, Helpers, SocatStreaming Classes: Error, Message, Request, Response, Server, StreamServer, TransportParser

Constant Summary collapse

SUPPORTED_VERSION =
"1.0"
VERSION =

rtsp version

"0.1.2"