const RTSP2web = require('rtsp2web') //服务端的端口号,端口号可以自定义 const port = 9999 new RTSP2web({ port })