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:
parent
efc9f53512
commit
f37faf7236
6 changed files with 200 additions and 112 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue