Alex X
Alex X
It's probably problem with H265. It's a known problem when a H265 stream from some cameras doesn't work well. There's no universal way to fix it. H265 is a complex...
You trying to use hardware transcoding. And your card doesn't support so big resolutions.
Try to remove hardware param
It is wrong to think that Intel GPUs are worse than Nvidia in terms of video transcoding. Intel is doing much better on the software side.
It's usual request for getting all data from all sources of the stream. It depends on your settings and on the implementation of protocols in your specific cameras.
You are trying to display the MJPEG codec using WebRTC technology. https://github.com/AlexxIT/go2rtc?tab=readme-ov-file#codecs-madness It's unclear why. You can watch the MJPEG codec in MJPEG format.
This error isn't related to WebRTC issues. You need to check the application logs.
Google Chrome has nice debug tool - `chrome://webrtc-internals/`. If you run it before opening go2rtc streaming page, you can see table of IP candidates there. And check if they correct.
Please use ffmpeg source until this issue is fixed.
I think the built-in transcoding isn't working properly. But to figure it out, I need to replicate the situation myself. And that takes time.