Nicolás Vera
Nicolás Vera
I'm having the same issue. I'm using a producer with rsbuild. rsbuild.config.js (Producer) ```typescript import { defineConfig } from "@rsbuild/core"; import { pluginReact } from "@rsbuild/plugin-react"; import { pluginModuleFederation }...
Instead of using rsbuild, now I'm using rspack with this config. Now it's working. I didn't make any change on the host side, so it has to be related to...
@vincesp I found how to fix this: [fix-PR](https://github.com/vincesp/stackblitz-starters-h6gf2a5j/pull/1/commits/a8c74a69d08b5b618e042650bf16fb661bae775e) @ScriptedAlchemy correct me if I'm wrong, but when we bundle the producer code we need to know what the url will be...
I can provide some more details: - I'm currently using version 1.9.6, before I was using version 1.8.2, and this issue was not present - Most consumers are mobile, using...
> > So many childs is a big problem. Don't know yet why this can happen. > > Its related to self referencing streams i think which should be fixed...
@AlexxIT @seydx I've upgrade to v1.9.7 and the same thing happened again ```json { "producers":[ { "id":2, "format_name":"rtsp", "protocol":"rtsp+tcp", "remote_addr":"192.168.2.102:554", "url":"rtsp://user:[email protected]:554/h264Preview_01_sub", "sdp":"v=0\r\no=- 1731922670403090 1 IN IP4 192.168.0.3\r\ns=Session streamed by \"preview\"\r\nt=0...
> @nicoverali > > can you try this one: https://github.com/seydx/go2rtc/actions/runs/11920040811 Sure. It took like 3 days to crash last time, so I'll let you know in a couple of days.
@seydx Hey, sorry I forgot to give you an update, this setup is at my mom's house so I'm not constantly aware of it. The version you send me seems...
Hey! @AlexxIT @seydx I've been running the ad-hoc solution provided above ([11920040811](https://github.com/seydx/go2rtc/actions/runs/11920040811)) since last November. No issues so far, the camera haven't crashed anymore. I would like to update to...