Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1000 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 1000 Bytes

rszlm

ZLMediaKit rust api

build

cargo build

features

  • dynamicstatic编译

    • dynamic(默认):

      rszlm = { version = "*" }
    • static

      rszlm = { version = "*", features = ["static"] }
  • webrtc

    rszlm = { version = "*", features = ["webrtc"] }