1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

update librtmp, add amf0 parse functions

This commit is contained in:
winlin 2014-05-21 18:30:58 +08:00
parent efc9f53512
commit f37faf7236
6 changed files with 200 additions and 112 deletions

View file

@ -157,7 +157,14 @@ int srs_version_revision();
/**
* utilities
*/
extern int64_t srs_get_time_ms();
int64_t srs_get_time_ms();
/**
* amf0 codec
*/
// the output handler.
typedef void* srs_amf0_t;
srs_amf0_t srs_amf0_parse(char* data, int size);
#ifdef __cplusplus
}