justchen / myRtspClient

A RTSP client based on jrtplib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:C++ 94.8%Language:Makefile 3.3%Language:Shell 1.0%Language:C 0.9%