#Cannot add RTSP url in Generic Camera

1 messages · Page 1 of 1 (latest)

fallen hill
#

It errors out.
"Timeout while loading URL"

I can play the stream using ffplay without any problem in my pc and it is the same network. Can also stream on android rtsp player but issue is in hass and also VLC fails to load the stream (Not sure what is the issue in vlc

URL: rtsp://{username}:{password}@192.168.1.118:554/av_stream/ch0

This is sonoff ptz cam. Anyone else noticed any issue like this on hass?

Thanks.

wanton walrus
#

The log should have more details on what went wrong

fallen hill
#

trying to look for logs

#
Logger: homeassistant.components.stream.stream.generic.test_stream
Source: components/stream/__init__.py:491
integration: Stream (documentation, issues)
First occurred: 16:15:21 (86 occurrences)
Last logged: 17:15:31

Error from stream worker: Error opening stream (ERRORTYPE_5, I/O error, rtsp://****:****@192.168.1.118:554/av_stream/ch0)
#

VLC Log

main error: option cd-audio does not exist
satip error: Failed to setup RTSP session
satip error: read error: Connection reset by peer
satip error: Failed to setup RTSP session
satip error: read error: Connection reset by peer
satip error: Failed to setup RTSP session
satip error: Failed to setup RTSP session
wanton walrus
#

Do you have something else accessing the stream currently? It's possible you're hitting the limit of simultaneous connections that the camera allows

fallen hill
#

No, nothing. it is brand new device.

fallen hill
#

Today I tested the link with simple login credentials on vlc windows and it works fine there

#

BTW I am using Hass os on Khada vim3 which is aarch64/arm64 idk if there is transcoding on the ffmpeg used for this build