
WWW::SVT::Play::Video::Stream::HTTP, HTTP class representing a stream

use WWW::SVT::Play::Video; my $svtp = WWW::SVT::Play::Video->new($url); my $stream = $svtp->stream(protocol => 'HTTP');

Is stream using HTTP protocol? Yes.
Download this stream using rtmpdump. This forks a new process and depends on the external program "rtmpdump". Takes the following named parameters:
Get the bitrate information for this RTMP stream.

Copyright (c) 2012 - Olof Johansson <olof@cpan.org> All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.