mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 19:31:53 +00:00
Fix #299, support experimental MPEG-DASH. 3.0.25
This commit is contained in:
parent
69374c8d6d
commit
58521751c3
2 changed files with 10 additions and 9 deletions
17
README.md
17
README.md
|
@ -170,19 +170,19 @@ Please select your language:
|
||||||
- [x] Support HTTP RAW API, please read [#459][bug #459], [#470][bug #470], [#319][bug #319].
|
- [x] Support HTTP RAW API, please read [#459][bug #459], [#470][bug #470], [#319][bug #319].
|
||||||
- [x] Support http api/stream CORS for js.
|
- [x] Support http api/stream CORS for js.
|
||||||
- [x] Support valgrind and latest ARM by patch ST.
|
- [x] Support valgrind and latest ARM by patch ST.
|
||||||
- [x] [experiment] Support big-data with Kafka, please read [#467][bug #467].
|
- [x] [Experimental] Support big-data with Kafka, please read [#467][bug #467].
|
||||||
- [x] [experiment] Support Adobe HDS(f4m), please read wiki([CN][v2_CN_DeliveryHDS], [EN][v2_EN_DeliveryHDS]).
|
- [x] [Experimental] Support Adobe HDS(f4m), please read wiki([CN][v2_CN_DeliveryHDS], [EN][v2_EN_DeliveryHDS]).
|
||||||
- [x] [experiment] Support push MPEG-TS over UDP to SRS, please read [bug #250][bug #250].
|
- [x] [Experimental] Support push MPEG-TS over UDP to SRS, please read [bug #250][bug #250].
|
||||||
- [x] [experiment] Support push RTSP to SRS, please read [bug #133][bug #133].
|
- [x] [Experimental] Support push RTSP to SRS, please read [bug #133][bug #133].
|
||||||
- [x] [experiment] Support push POST FLV over HTTP, please read [wiki]([CN][v2_CN_Streamer2], [EN][v2_EN_Streamer2]).
|
- [x] [Experimental] Support push POST FLV over HTTP, please read [wiki]([CN][v2_CN_Streamer2], [EN][v2_EN_Streamer2]).
|
||||||
- [x] [experiment] Support multiple processes by [dolphin][srs-dolphin] or [oryx][oryx].
|
- [x] [Experimental] Support multiple processes by [dolphin][srs-dolphin] or [oryx][oryx].
|
||||||
- [x] [experiment] Support [mgmt console][console], please read [srs-ngb][srs-ngb].
|
- [x] [Experimental] Support [mgmt console][console], please read [srs-ngb][srs-ngb].
|
||||||
- [x] Enhanced HLS audio-only use ts, see [#547][bug #547].
|
- [x] Enhanced HLS audio-only use ts, see [#547][bug #547].
|
||||||
|
- [x] [Experimental] Support MPEG-DASH, the future streaming protocol, read [#299][bug #299].
|
||||||
- [ ] Enhanced forward with vhost and url variables.
|
- [ ] Enhanced forward with vhost and url variables.
|
||||||
- [ ] Support source or idle stream cleanup.
|
- [ ] Support source or idle stream cleanup.
|
||||||
- [ ] Support origin cluster, please read [#464][bug #464], [RTMP 302][bug #92].
|
- [ ] Support origin cluster, please read [#464][bug #464], [RTMP 302][bug #92].
|
||||||
- [ ] Support H.265, push RTMP with H.265, delivery in HLS, read [#465][bug #465].
|
- [ ] Support H.265, push RTMP with H.265, delivery in HLS, read [#465][bug #465].
|
||||||
- [ ] Support MPEG-DASH, the future streaming protocol, read [#299][bug #299].
|
|
||||||
- [ ] Support HLS+, please read [#466][bug #466] and [#468][bug #468].
|
- [ ] Support HLS+, please read [#466][bug #466] and [#468][bug #468].
|
||||||
|
|
||||||
### Change Logs
|
### Change Logs
|
||||||
|
@ -190,6 +190,7 @@ Please select your language:
|
||||||
|
|
||||||
### V3 changes
|
### V3 changes
|
||||||
|
|
||||||
|
* v3.0, 2017-06-04, Fix [#299][bug #299], support experimental MPEG-DASH. 3.0.25
|
||||||
* v3.0, 2017-05-30, Fix [#821][bug #821], support MP4 file parser. 3.0.24
|
* 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-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-04-16, Fix [#547][bug #547], support HLS audio in TS. 3.0.22
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
// current release version
|
// current release version
|
||||||
#define VERSION_MAJOR 3
|
#define VERSION_MAJOR 3
|
||||||
#define VERSION_MINOR 0
|
#define VERSION_MINOR 0
|
||||||
#define VERSION_REVISION 24
|
#define VERSION_REVISION 25
|
||||||
|
|
||||||
// generated by configure, only macros.
|
// generated by configure, only macros.
|
||||||
#include <srs_auto_headers.hpp>
|
#include <srs_auto_headers.hpp>
|
||||||
|
|
Loading…
Reference in a new issue