AlexxIT / go2rtc

Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
https://github.com/AlexxIT/Blog
MIT License
4.14k stars 336 forks source link

Unable to solve WRN [rtsp] error="streams: exec: exit status 1" stream=garage #1257

Open mikey6283 opened 1 month ago

mikey6283 commented 1 month ago

I have thes following warning in my Go2rtc logs which i have ben tryimg to solve.

2024-07-15 08:44:54.458105843  [INFO] Preparing new go2rtc config...
2024-07-15 08:44:54.651097916  [INFO] Starting go2rtc...
2024-07-15 08:44:54.707641355  08:44:54.707 INF go2rtc version 1.8.4 linux/amd64
2024-07-15 08:44:54.707980712  08:44:54.707 INF [api] listen addr=:1984
2024-07-15 08:44:54.708018287  08:44:54.707 INF [rtsp] listen addr=:8554
2024-07-15 08:44:54.708197918  08:44:54.708 INF [webrtc] listen addr=:8555
2024-07-15 08:44:55.524332138  08:44:55.524 WRN [rtsp] error="streams: exec: exit status 1" stream=garage_sub
2024-07-15 08:44:55.595706739  08:44:55.595 WRN [rtsp] error="streams: exec: exit status 1" stream=garage
2024-07-15 08:44:55.670601329  08:44:55.670 WRN [rtsp] error="streams: exec: exit status 1" stream=koipond_sub
2024-07-15 08:44:55.896179061  08:44:55.896 WRN [rtsp] error="streams: exec: exit status 1" stream=front
2024-07-15 08:44:55.926873356  08:44:55.926 WRN [rtsp] error="streams: exec: exit status 1" stream=koipond
2024-07-15 08:45:00.482060214  08:45:00.481 WRN [rtsp] error="streams: exec: exit status 1" stream=front_sub
2024-07-15 08:45:04.455512624  [INFO] Starting go2rtc healthcheck service...
2024-07-15 08:45:15.556693573  08:45:15.556 WRN [rtsp] error="streams: exec: exit status 1" stream=garage_sub
2024-07-15 08:45:15.661554225  08:45:15.661 WRN [rtsp] error="streams: exec: exit status 1" stream=garage
2024-07-15 08:45:15.710563702  08:45:15.710 WRN [rtsp] error="streams: exec: exit status 1" stream=koipond_sub
2024-07-15 08:45:15.934579999  08:45:15.934 WRN [rtsp] error="streams: exec: exit status 1" stream=front
2024-07-15 08:45:15.977854480  08:45:15.977 WRN [rtsp] error="streams: exec: exit status 1" stream=koipond
2024-07-15 08:45:20.515353893  08:45:20.515 WRN [rtsp] error="streams: exec: exit status 1" stream=front_sub
2024-07-15 08:45:25.603880540  08:45:25.603 WRN [rtsp] error="streams: exec: exit status 1" stream=garage_sub
2024-07-15 08:45:25.679549038  08:45:25.679 WRN [rtsp] error="streams: exec: exit status 1" stream=garage
2024-07-15 08:45:25.732081646  08:45:25.731 WRN [rtsp] error="streams: exec: exit status 1" stream=koipond_sub
2024-07-15 08:45:25.965590038  08:45:25.965 WRN [rtsp] error="streams: exec: exit status 1" stream=front
2024-07-15 08:45:26.000693118  08:45:26.000 WRN [rtsp] error="streams: exec: exit status 1" stream=koipond

AS i am unabl eto obtain images in the Frigate addon, I have images the SD and HDimages in HA .

Please can you help and advice where i can solve it.

AlexxIT commented 1 month ago

Try new go2rtc version. It has more readable errors from ffmpeg. Or increase log level for exec module.

mikey6283 commented 1 month ago

I downloaded the lastest version this morning and placed in HA config after changing the name from go2rtc.zip to go2rtc. HA changed it back to zip ( i tried thru samba share addon to HA? I also tried to install the following in my Frigate config but again nothing

go2rtc: streams: ... log: exec: trace

If you could give me some simple guide as to install the new version i would be grateful.

AlexxIT commented 1 month ago

Frigate has docs section about this