k-yle / rtsp-relay

📽 View an RTSP stream in your web browser using an express.js server
https://npm.im/rtsp-relay
MIT License
325 stars 59 forks source link

Onvif IPCamera is not working #77

Open Dipenduroy opened 3 years ago

Dipenduroy commented 3 years ago

Hi @k-yle, This library seems to be a boon. But it doesn't work for Onvif Ip Camera, the stream gets crashed for Onvif supported IPCamera. Are we supporting Onvif supported IPCamera?

Reference: Onvif Camera Library

k-yle commented 3 years ago

Hi, this library is for RTSP streams. The way you control or access your camera is up to you. The library you linked to (node-onvif) has a method to retrieve the RTSP url. you can then provide that URL to this library.

If you're having issues, try changing verbose: false to verbose: true to see the detailed logs