RTSP-Client
view release on metacpan or search on metacpan
lib/RTSP/Client.pm view on Meta::CPAN
$client->play;
$client->pause;
$client->teardown;
=head1 DESCRIPTION
This module provides a high-level interface for communicating with an RTSP server.
RTSP is a protocol for controlling streaming applications, it is not a media transport or a codec.
It supports describing media streams and controlling playback, and that's about it.
In typical usage, you will open a connection to an RTSP server and send it the PLAY method. The server
will then stream the media at you on the client port range using the specified transport protocol.
You are responsible for listening on the client port range and handling the actual media data yourself,
actually receiving a media stream or decoding it is beyond the scope of RTSP and this module.
=head2 EXPORT
No namespace pollution here!
( run in 0.258 second using v1.01-cache-2.11-cpan-4d50c553e7e )