Skip to content

Commit

Permalink
Fix #821, support MP4 file parser. 3.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed May 30, 2017
1 parent 12a55cd commit 6c64297
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 163 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ Please select your language:

### V3 changes

* v3.0, 2017-05-30, Fix [#821][bug #821], support MP4 file parser. 3.0.24
* v3.0, 2017-05-30, Fix [#904][bug #904], replace NXJSON(LGPL) with json-parser(BSD). 3.0.23
* v3.0, 2017-04-16, Fix [#547][bug #547], support HLS audio in TS. 3.0.22
* v3.0, 2017-03-26, Fix [#820][bug #820], extract service for modules. 3.0.21
Expand Down Expand Up @@ -1420,6 +1421,7 @@ Winlin
[bug #820]: https://github.com/ossrs/srs/issues/820
[bug #547]: https://github.com/ossrs/srs/issues/547
[bug #904]: https://github.com/ossrs/srs/issues/904
[bug #821]: https://github.com/ossrs/srs/issues/821
[bug #xxxxxxxxxxxxx]: https://github.com/ossrs/srs/issues/xxxxxxxxxxxxx

[exo #828]: https://github.com/google/ExoPlayer/pull/828
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/core/srs_core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// current release version
#define VERSION_MAJOR 3
#define VERSION_MINOR 0
#define VERSION_REVISION 23
#define VERSION_REVISION 24

// generated by configure, only macros.
#include <srs_auto_headers.hpp>
Expand Down
Loading

0 comments on commit 6c64297

Please sign in to comment.