-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
# myRtsp | ||
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 the library | ||
./myRtspClient/libmyRtspClient.a. And the headers is in ./myRtspClient/include. | ||
|
||
Compiling based on different os-platform, you NEED to configure the | ||
config.<os-platform> 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 Support: | ||
H264 | ||
|
||
Info | ||
-------------------------------------------------------------------------------- | ||
Ansersion ansersion@sina.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters