mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
remove the complex handshake of librtmp. refine makefile of librtmp tools
This commit is contained in:
parent
69248cedaa
commit
93c9c55fb9
5 changed files with 39 additions and 91 deletions
|
@ -66,14 +66,6 @@ void srs_rtmp_destroy(srs_rtmp_t rtmp);
|
|||
* not depends on ssl.
|
||||
*/
|
||||
int srs_simple_handshake(srs_rtmp_t rtmp);
|
||||
/**
|
||||
* complex handshake is specified by adobe Flash player,
|
||||
* depends on ssl, user must compile srs with ssl, then
|
||||
* link user program libssl.a and libcrypt.a
|
||||
* @remark user can use srs_ssl_enabled() to detect
|
||||
* whether ssl is ok.
|
||||
*/
|
||||
int srs_complex_handshake(srs_rtmp_t rtmp);
|
||||
|
||||
/**
|
||||
* connect to rtmp vhost/app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue