You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I started I had viseron reading from cameras. I have just tried reading rtsp from rtsp server. All the ffmpeg setups seemed to fail. I found this ffprobe line.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I started I had viseron reading from cameras. I have just tried reading rtsp from rtsp server. All the ffmpeg setups seemed to fail. I found this ffprobe line.
[2023-07-09 08:22:44] [DEBUG ] [viseron.components.ffmpeg.stream.ch1_door] - FFprobe command: ffprobe -hide_banner -loglevel error -print_format json -show_error -show_streams rtsp://:@192.168.1.155:8554/ch1-door
When ffprobe command was tested on command line it gave.
[rtsp @ 0x56550dab6040] method SETUP failed: 461 Unsupported Transport
However, if "-rtsp_transport tcp" was added to the ffprobe command, there was no such error.
In viseron ffmpeg module, there is rtsp_transport select (optional, default: tcp).
Questions:
Beta Was this translation helpful? Give feedback.
All reactions