Kyℓe Hensel
Kyℓe Hensel
Hi, this is expected. Every extra stream means more data is being transmitted over the network, and there is only a finite amount of bandwidth.
hey @jernaumorat, my understanding is that jsmpeg already uses wasm if possible, and there aren't any viable alternatives to jsmpeg, but I'm open to suggestions. I realise this isn't very...
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...
Hi, it should work immediately if you just change the URL to `wss://`. I've tested it and it works for me. To debug this, you can - open the developer...
Hi, I've just released v1.2.0 which I've tested with the following example: ```js const fs = require('fs'); const https = require('https'); const express = require('express'); const rtspRelay = require('.'); const...
Hi @TippyLion28 i suspect the two issues are related. Normally only one ffmpeg instance would be spawned per stream. I can't easily test this, but if I get my hands...
Hi, I've just added [a section to the README](https://github.com/k-yle/rtsp-relay#improving-the-video-quality) - let me know if either of those options help!
Hi, SocketIO is different to plain websockets. socket-io is a wrapper around websockets to make it easier to use. I've never tried using `express-ws` and `socket-io` in the same project...
Interesting - It works fine for me on windows but I'll admit I've never tried more than 5mins or so at a time. We basically pipe `streamIn.stdout` to `ws.send` -...
@patricerosay I published a fix yesterday (v1.0.3) based on the [previous comments](#issuecomment-583968178) in this thread - PRs welcome if you've got further improvements (: