|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](http://keepachangelog.com/) |
| 6 | +and this project adheres to [Semantic Versioning](http://semver.org/). |
| 7 | + |
| 8 | +<!-- next-header --> |
| 9 | + |
| 10 | +## [Unreleased] - ReleaseDate |
| 11 | + |
| 12 | +## [0.12.0] |
| 13 | +- Support pull/push authentication #95 . |
| 14 | +- Support publishing pre-built images and docker images using github action #100 Thanks @svenstaro . |
| 15 | +- Fix the issue of incomplete HLS recording file generation #101 Thanks @GameEgg . |
| 16 | +- Refactor: extract http mod from RTSP/Webrtc to common library. |
| 17 | +- Refactor: extract amf0 mod from RTSP to XFLV library. |
| 18 | +- Refactor: remove the dependency of HLS on RTMP. |
| 19 | +- Refactor: remove the dependency of HTTP-FLV on RTMP. |
| 20 | +- Refactor api_kick_off_client of streamhub to simplify the process. |
| 21 | +- Update denpendency library of WebRTC from opus-rs to audiopus to support cross compile. |
| 22 | +- Use reqwest's vender feature referenced in streamhub to support cross compile. |
| 23 | + |
| 24 | +## [0.10.0] |
| 25 | +- Remove no used "\n" for error message. |
| 26 | +- Support remux from WHIP to RTMP. |
| 27 | + |
| 28 | +## [0.9.1] |
| 29 | +- Support WebRTC(whip/whep). |
| 30 | + |
| 31 | +## [0.8.0] |
| 32 | +- Support HLS record. |
| 33 | + |
| 34 | +## [0.7.0] |
| 35 | +- Support RTSP. |
| 36 | + |
| 37 | +## [0.6.1] |
| 38 | +- Fix error that cannot receive rtmp stream pushed from GStreamer. |
| 39 | +- Fix rtmp cts parse error. |
| 40 | +- Fix RTMP examples in README. |
| 41 | + |
| 42 | +## [0.6.0] |
| 43 | +- Support notify stream status. |
| 44 | +- Support HTTP API to kickoff clients. |
| 45 | +- Add a http-server for testing http notify. |
| 46 | +- Add a pull rtmp and push rtmp example: pprtmp. |
| 47 | +- Fix some RTMP library bugs. |
| 48 | + |
| 49 | +## [0.5.0] |
| 50 | +- Support rtmp gop number configuration. |
| 51 | +- Support query stream information using HTTP api. |
| 52 | + |
| 53 | + |
| 54 | + |
0 commit comments