Skip to content

justchen/myRtspClient

 
 

Repository files navigation

myRtspClient

This package contains a RTSP Client libraries which is based on JRTPLIB. Under the license of Apache License V2.0.

Linux/Unix installation

Now, myRtspClient installation is not supported. You can only compile the library ./myRtspClient/libmyRtspClient.a. And the headers is in ./myRtspClient/include.

Compiling based on different os-platform, you NEED to configure the config. file. For example: Compiling based on x86, which configure use file 'config.linux':

$ ./genMakefiles linux

$ make

(Configure your cross compile tool in 'config.armlinux' first) Compiling based on armlinux, which configure use file 'config.armlinux':

$ ./genMakefiles armlinux

$ make

Features

Video Codec Supported: H264

Cast Method Supported: Unicast

Info

Ansersion ansersion@sina.com

About

A RTSP client based on jrtplib

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.8%
  • Makefile 3.3%
  • Other 1.9%