RTSP-Lite
view release on metacpan or search on metacpan
print "$status_code $status_message\n";
print $rtsp->body();
=head1 DESCRIPTION
RTSP::Lite is a stand-alone lightweight RTSP/1.0 module for Perl. It
is based on Roy Hooper's HTTP::Lite (RTSP protocol is very similar to
HTTP protocol. I simply modified it to support RTSP).
The main focus of the module is to help you write simple RTSP clients
for monitoring and debugging streaming server. So far, full streaming
clients that need RTP handling are out of my scope.
The main modifications from the HTTP::Lite 2.1.4 are:
+ Supports continuous requests. Therefore explicit open operation is
now required.
+ Supports multiple debug level.
+ Callback function is not supported.
+ Deletes http style proxy support. Because RTSP requests to proxy
are the same style of requests to server.
RTSP::Lite
Lightweight RTSP implementation
The main focus of the module is to help you write simple RTSP clients
for monitoring and debugging streaming server
http://www.kosho.org/tools/rtsp-lite/
( run in 0.232 second using v1.01-cache-2.11-cpan-4d50c553e7e )