Skip to content

fycpusheng/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
H265

Audio Codec Supported:

MPA
g711(mu-law)

Cast Method Supported: Unicast

Info

Ansersion [email protected]

中文教程 https://www.cnblogs.com/ansersion/p/6959690.html

About

A RTSP client based on jrtplib

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.4%
  • Makefile 2.2%
  • Other 1.4%