Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

RTSP access gives "Server returned 5XX Server Error reply"

raelbsd

New Member
Joined
Jul 19, 2020
Messages
1
Reaction score
1
Hi, I have 2 Yoosee (Escam) IP Cameras, both working from the mobile app. I've enabled the RTSP capability in the app, but I can't access the camera to take a snapshot or record a movie outside the app.
I'm using it with ffmpeg from linux (I'm trying to integrate them on Home Assistant). Both are returning the same error:

user@server:~$ ffmpeg -rtsp_transport udp -i rtsp://admin:_pass@192.168.1.21:554/onvif1 -vframes 1 do.jpg
ffmpeg version 4.2.2-1ubuntu1 Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 9 (Ubuntu 9.3.0-3ubuntu1)
configuration: --prefix=/usr --extra-version=1ubuntu1 --toolchain=hardened --libdir=/usr/lib/aarch64-linux-gnu --incdir=/usr/include/aarch64-linux-gnu --arch=arm64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
libavutil 56. 31.100 / 56. 31.100
libavcodec 58. 54.100 / 58. 54.100
libavformat 58. 29.100 / 58. 29.100
libavdevice 58. 8.100 / 58. 8.100
libavfilter 7. 57.100 / 7. 57.100
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 5.100 / 5. 5.100
libswresample 3. 5.100 / 3. 5.100
libpostproc 55. 5.100 / 55. 5.100
[rtsp @ 0xaaaafe369460] CSeq 5 expected, 0 received.
[rtsp @ 0xaaaafe369460] method SETUP failed: 500 Internal Server Error
rtsp://admin:_pass@192.168.1.21:554/onvif1: Server returned 5XX Server Error reply


How I must execute the command to bring me the snapshot? Am I using a bad url? I've tried using the tcp transport, but also no luck. From VLC in Windows 10, it works, but I dont have a GUI in the server and I need it working from command line so I can use it in Node Red flows.
Thanks in advance,

Juan
 
Same for me - anybody know how to overcome this?
 
Back
Top