mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
http streaming support flv start index.
This commit is contained in:
parent
9360b4618a
commit
b13bd70c86
11 changed files with 413 additions and 20 deletions
|
@ -44,7 +44,6 @@ g++ -o ts_info ts_info.cc -g -O0 -ansi
|
|||
|
||||
#define trace(msg, ...) printf(msg"\n", ##__VA_ARGS__);
|
||||
#define srs_freep(p) delete p; p = NULL
|
||||
#define srs_freepa(p) delete[] p; p = NULL
|
||||
#define srs_assert(p) assert(p)
|
||||
#define srs_min(a, b) ((a)<(b)? (a):(b))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue