Replies: 1 comment
-
|
This was actually solved some time back |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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