IPC rtsp转发服务器搭建

时间:2022-06-09 18:13:25
 sudo apt-get install libmoose-perl liburi-perl libmoosex-getopt-perl libsocket6-perl libanyevent-perl
 sudo cpan AnyEvent::MPRPC::Client
Clone from git
git clone https://github.com/revmischa/rtsp-server
Then make, test and install
perl Makefile.PL
make
make test
make install

以上为ubuntu安装流程,以下为centos安装流程

.yum install perl*
.yum install cpan
3.yum install gcc gcc-c++
4.sudo cpan AnyEvent::MPRPC::Client  

.sudo cpan install AnyEvent::Socket Moose AnyEvent::Handle 

.sudo cpan install namespace::autoclean 

.sudo cpan install Socket6 

.sudo cpan install URI 

.sudo cpan install MooseX::Getopt
Clone from git
git clone https://github.com/revmischa/rtsp-server
Then make, test and install
perl Makefile.PL
make
make test
make install

https://github.com/revmischa/rtsp-server