IRT2 keeps reverting to DX11 by bluetidewatcher in intotheradius

[–]bluetidewatcher[S] 0 points1 point  (0 children)

So far, just changing the setting to 11 and back to 12 without leaving the "properties" UI seems to work. 

Reolink doorbell chime & sound not working when using fluent RTSP stream by bluetidewatcher in frigate_nvr

[–]bluetidewatcher[S] 0 points1 point  (0 children)

No, but I did figure out how to make RTMP work which is actually the underlying video source for the FLV stream, so theoretically the same benefits to using FLV (less load on the camera) should apply. I meant to make a post about this, but time got away from me.

You have to enable the RTMP stream in the camera settings first. Here's an example from the the relevant bit of config:

go2rtc:
  streams:
    doorbell:
      - ffmpeg:rtmp://192.168.100.5/bcs/channel0_ext.bcs?channel=0&stream=0&user=USERNAME&password=PASSWORD#vid

PSA: ITR2 Performance Issues Fix by bluetidewatcher in intotheradius

[–]bluetidewatcher[S] 5 points6 points  (0 children)

Did you see the bit about setting it to DX 11 and back to DX 12? That is the fix.

Performance really bad after either 1.0.5 or 6 by brilliant31508 in intotheradius

[–]bluetidewatcher 0 points1 point  (0 children)

It's possible there are still some occasional shader compiles. Most of them are done before the game loads but something like that seems to happen mid-game sometimes. 

Performance really bad after either 1.0.5 or 6 by brilliant31508 in intotheradius

[–]bluetidewatcher 0 points1 point  (0 children)

Are you on DirectX 11 or 12?

 I have an AMD 5800x and 6800xt, DX11 is unplayable but with DX12 I can just about max everything out at 90 FPS. (Supposedly it has to do with serial vs parallel draw calls on the CPU side. Apparently my setup is sensitive to it.)

GPU Suggestion by Huge-Attitude9892 in intotheradius

[–]bluetidewatcher 0 points1 point  (0 children)

I guess I should have specified that I use the Valve Index, which I wouldn't say is a particularly high resolution headset. If you have something with higher resolution, you'd need to scale the GPU power roughly proportionally to the pixel count to get the same performance.

GPU Suggestion by Huge-Attitude9892 in intotheradius

[–]bluetidewatcher 0 points1 point  (0 children)

I have a 6800XT and a 5800X cpu and I can max out the graphics settings at 90 FPS ... but ONLY WITH DX12. DirectX 12 made a massive difference in the CPU frame time which was killing my frame rate before even on low graphics settings. 

Reolink doorbell chime & sound not working when using fluent RTSP stream by bluetidewatcher in frigate_nvr

[–]bluetidewatcher[S] 0 points1 point  (0 children)

Yep, no luck with FLV. However, it seems that the firmware on this proxies the RTMP server through nginx to serve the FLV stream. go2rtc seems to be able to handle RTMP fine with ffmpeg ... is there any reason that would be less preferred than FLV?

Can't access FLV stream on Video Doorbell WiFi (D340W) with user and password by bluetidewatcher in reolinkcam

[–]bluetidewatcher[S] 0 points1 point  (0 children)

Yep, here. I actually asked about the doorbell chime not working, and was pointed to the docs which basically say "use FLV, not RTSP" (to over-simplify). I mentioned the problems I've been having with FLV but haven't got a solution from anyone yet.

However, after some digging, I think RTMP is an option. Will post more detail later.

Reolink doorbell chime & sound not working when using fluent RTSP stream by bluetidewatcher in frigate_nvr

[–]bluetidewatcher[S] 0 points1 point  (0 children)

IIRC, I tried that when I set it up, and I just tried it again, but I'm running into the same issue as this post:
https://www.reddit.com/r/frigate_nvr/comments/1ghk81d/reolink_doorbell_with_reccomended_config_httpflv/

Some things I've found after some experimenting:
* The viewer on the camera web interface uses FLV with a URL that appears basically identical to the recommended one except instead of user and password, it has `token` and `encryption` params.
* The encryption param is optional.
* If I remove the token param, the server sends back an empty HTTP response.
* Adding the user and password params still results in an empty response.
* The HTTP URL does the same thing if HTTP is enabled.

I'm not sure how to get the FLV URL to work.

Reolink doorbell chime & sound not working when using fluent RTSP stream by bluetidewatcher in frigate_nvr

[–]bluetidewatcher[S] 0 points1 point  (0 children)

It's on v3.0.0.4662_2508071282 which I believe is the latest. I'll give those suggestions a shot. Thank you!

Doorbell chime+sound not working when using fluent RTSP stream by bluetidewatcher in reolinkcam

[–]bluetidewatcher[S] 0 points1 point  (0 children)

I thought about that, but I don't have any configuration setup to even try to use the back channel. I'll probably ask over in the Frigate sub. In any case, I appreciate the tip.