Releases: sergey-dryabzhinsky/nginx-rtmp-module
Releases · sergey-dryabzhinsky/nginx-rtmp-module
Version 1.2.2-r1 (1.2.2.1)
Put a version to match @arut branch: 1.2.2. Revision 1.
Years passes by.
Many fixes for HLS, DASH, etc:
- dynamic module
- fix some compiler warnings
- send redirect via on_play
- drop all connections on
reload
- support nginx 1.11+, tnx @RocFang
- fixes for notification code, tnx @chriswiggins
- single track, single audio, tnx @chriswiggins
hls_allow_client_cache
, tnx @benmcmeen- MPEG-DASH manifest generation update by @ArhiChief
record_started
events, tnx @diegostamigni- openssl-1.1 support, tnx @mbeacom
- HLS milliseconds accuracy, tnx @baxerus
- statistics page improvements, tnx @eutychus
- other fixes and typos: @RocFang, @heftig, @karlisk, @Stvad, @akotulu, @fserreau. @Gamec, @benwilber, @asticode, @AdrianDroid, @zotanmew, @micolous, @z411 and many other
Version 1.1.7.10
- Fixes for time format in DASH playlist by @mattpepin
- Update MP3 CRC for HLS by @premultiply
- Send input/output stream bytes count in on_done* notify data
- Send playlist update notify - after each fragment creation
- Some fixes for Windows build, gcc pedantic build errors
- Fix segfault on stats generation
- Update metadata read and generation
- Support nginx-1.9.11+ - can be build as external module
Version 1.1.7.9
- new notify handlers for 4xx response codes - deny connect, play, publish
- new live command handlers - FCPublish, FCUnpublish, onFi
- fix GCC warnings
- add some missing code from merges
v1.1.7.8
- Merged 'generate nessesary subfolders in play_local_path' by @TrurlMcByte
- Fix warnings generated by GCC by pedantic build
v1.1.7.7
v1.1.7.6
- Show stream and client recording status on state page
v1.1.7.5
- Add application name into all notify events URL data
v1.1.7.4
- Fixed port number in stat
- Fixed record interval work: work if defined, no matter record mode is
v1.1.7.1
An release after first merge pack.