illuspas / Node-Media-Server

A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
https://www.npmjs.com/package/node-media-server
MIT License
5.89k stars 1.51k forks source link

Type of TransTaskConfig.dash should be 'boolean', not 'true' #550

Closed AilurusRP closed 1 year ago

AilurusRP commented 1 year ago

x I have to write like dash: true as true because of this, or I would get a tsc error since "Type 'boolean' is not assignable to type 'true' ".