mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update readme for #511.
This commit is contained in:
parent
98e25def6c
commit
a89ed68aa3
2 changed files with 3 additions and 1 deletions
|
@ -336,6 +336,7 @@ Remark:
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
* v2.0, 2015-11-05, for [#511][bug #511] fix bug for restart thread. 2.0.199
|
||||||
* v2.0, 2015-11-02, for [#515][bug #515] use srs_freepa and SrsAutoFreeA for array. 2.0.198
|
* v2.0, 2015-11-02, for [#515][bug #515] use srs_freepa and SrsAutoFreeA for array. 2.0.198
|
||||||
* v2.0, 2015-10-28, for [ExoPlayer #828][exo #828], remove duration for live.
|
* v2.0, 2015-10-28, for [ExoPlayer #828][exo #828], remove duration for live.
|
||||||
* v2.0, 2015-10-28, for [ExoPlayer #828][exo #828], add av tag in flv header. 2.0.197
|
* v2.0, 2015-10-28, for [ExoPlayer #828][exo #828], add av tag in flv header. 2.0.197
|
||||||
|
@ -1201,6 +1202,7 @@ Winlin
|
||||||
[bug #34]: https://github.com/simple-rtmp-server/srs/issues/34
|
[bug #34]: https://github.com/simple-rtmp-server/srs/issues/34
|
||||||
[bug #512]: https://github.com/simple-rtmp-server/srs/issues/512
|
[bug #512]: https://github.com/simple-rtmp-server/srs/issues/512
|
||||||
[bug #515]: https://github.com/simple-rtmp-server/srs/issues/515
|
[bug #515]: https://github.com/simple-rtmp-server/srs/issues/515
|
||||||
|
[bug #511]: https://github.com/simple-rtmp-server/srs/issues/511
|
||||||
[bug #xxxxxxxxxx]: https://github.com/simple-rtmp-server/srs/issues/xxxxxxxxxx
|
[bug #xxxxxxxxxx]: https://github.com/simple-rtmp-server/srs/issues/xxxxxxxxxx
|
||||||
|
|
||||||
[exo #828]: https://github.com/google/ExoPlayer/pull/828
|
[exo #828]: https://github.com/google/ExoPlayer/pull/828
|
||||||
|
|
|
@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
// current release version
|
// current release version
|
||||||
#define VERSION_MAJOR 2
|
#define VERSION_MAJOR 2
|
||||||
#define VERSION_MINOR 0
|
#define VERSION_MINOR 0
|
||||||
#define VERSION_REVISION 197
|
#define VERSION_REVISION 199
|
||||||
|
|
||||||
// server info.
|
// server info.
|
||||||
#define RTMP_SIG_SRS_KEY "SRS"
|
#define RTMP_SIG_SRS_KEY "SRS"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue