mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
release v0.1, support FMLE/FFMPEG publish, vp6 codec live streaming
This commit is contained in:
parent
dc7149595b
commit
a0a0da5f23
14 changed files with 163 additions and 60 deletions
|
@ -38,6 +38,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#ifndef __STDC_FORMAT_MACROS
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <assert.h>
|
||||
#define srs_assert(expression) assert(expression)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue