This is in commit c8c5c9a.
The camera for this stream has been powered off for a while now.
The error is caused by the failing request to POST http://<server>:1984/go2rtc/api/webrtc?src=<stream>.
The response from that failed request is:
- Status
- 500 Internal Server Error
- Body
streams: dial tcp <camera ip>:554: connect: no route to host
I think it would help if the error message was more meaningful, such as Cannot connect to (camera/source/better term?).
This is in commit c8c5c9a.
The camera for this stream has been powered off for a while now.
The error is caused by the failing request to
POST http://<server>:1984/go2rtc/api/webrtc?src=<stream>.The response from that failed request is:
streams: dial tcp <camera ip>:554: connect: no route to hostI think it would help if the error message was more meaningful, such as
Cannot connect to (camera/source/better term?).