This website requires JavaScript.
Explore
Help
Register
Sign In
chengdandan
/
yanchengPowerSupply
Watch
1
Star
0
Fork
You've already forked yanchengPowerSupply
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a55afd4969
yanchengPowerSupply
/
serve
/
index.js
6 lines
134 B
JavaScript
Raw
Blame
History
const
RTSP2web
=
require
(
'rtsp2web'
)
//服务端的端口号,端口号可以自定义
const
port
=
9999
new
RTSP2web
(
{
port
}
)
Reference in New Issue
View Git Blame
Copy Permalink