rtsp-streaming-server
rtsp-streaming-server copied to clipboard
Code does not build in node 8.9 \ node 16.3
I've cloned the project, did npm i to install the packages and than npm run build to have the output but it doesn't build saying "Successfully compiled 0 files with Babel (10ms)."
Build folder only has *.ts files
I'm running on windows 10 64 bit. I'll try moving it to a linux environment and see what's up there.
I can confirm this happens only on Windows. It builds in my linux with nodejs 14
I haven't tested on Windows - presume this is a path parsing issue. Happy to review a PR that fixes this!