mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update readme.
This commit is contained in:
parent
db22af07a0
commit
40a5edb37f
2 changed files with 10 additions and 1 deletions
|
@ -28,6 +28,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <srs_librtmp.h>
|
||||
*/
|
||||
|
||||
/**
|
||||
* srs-librtmp is a librtmp like library,
|
||||
* used to play/publish rtmp stream from/to rtmp server.
|
||||
* socket: use sync and block socket to connect/recv/send data with server.
|
||||
* depends: no need other libraries; depends on ssl if use srs_complex_handshake.
|
||||
* thread-safe: no
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"{
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue