Skip to content

v0.12.0: Merge pull request #103 from harlanc/refactor_xiu

Compare
Choose a tag to compare
@harlanc harlanc released this 02 Mar 01:12
· 62 commits to master since this release
d16433c
  • Support pull/push authentication #95 .
  • Support publishing binary files and docker images using github action #100 Thanks @svenstaro .
  • Fix the issue of incomplete HLS recording file generation #101 Thanks @GameEgg .
  • Refactor: extract http mod from RTSP/Webrtc to common library.
  • Refactor: extract amf0 mod from RTSP to XFLV library.
  • Refactor: remove the dependency of HLS on RTMP.
  • Refactor: remove the dependency of HTTP-FLV on RTMP.
  • Refactor api_kick_off_client of streamhub to simplify the process.
  • Update denpendency library of WebRTC from opus-rs to audiopus to support cross compile.
  • Use reqwest's vender feature referenced in streamhub to support cross compile.