Streamedian / html5_rtsp_player

Play RTSP stream from IP camera in browser in this HTML5 player without plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong folder structure

PedroRTomas opened this issue · comments

Hi there,
While trying to use this as a package, I run into an error:
"Failed to compile.

./node_modules/streamedian/player.js
Module not found: Error: Can't resolve 'streamedian/client/rtsp/client.js' in 'C:\Users......\node_modules\streamedian'
"

After verifying my local structure folder, I've verified that the file in question "client.js" is under:
../node_modules/streamedian/src/client/rtsp/client.js and not under the supposed place.

npm version: 6.14.4
streamedian version: 0.3.13

I've installed using: npm install git://github.com/Streamedian/html5_rtsp_player.git

If I'm making any confusion, please point it out!
Thanks in advance,

did you find any solutions ?