1
0
Fork 0
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:
winlin 2013-10-23 11:57:47 +08:00
parent dc7149595b
commit a0a0da5f23
14 changed files with 163 additions and 60 deletions

View file

@ -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)