Page 1 of 1

VLC player + Logitech circle 2 (RTSP)?

Posted: 26 Jun 2020 00:13
by merloc
Hi,

Any one know how to play Logitech circle2 camera through their cloud with VLC player? I have retrieved a RTSP stream from Logitech cloud using OAuth; then I tried to open it in VLC player but failed. Any idea what I should do? (debug log below)

main debug: VLC media player - 3.0.11 Vetinari
Windows 10

Code: Select all

-- logger module started -- main debug: VLC media player - 3.0.11 Vetinari main debug: Copyright © 1996-2020 the VideoLAN team main debug: revision 3.0.11-0-gdc0c5ced72 main debug: configured with ../extras/package/win32/../../../configure '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-avcodec' '--enable-merge-ffmpeg' '--enable-dca' '--enable-mpc' '--enable-libass' '--enable-schroedinger' '--enable-realrtsp' '--enable-live555' '--enable-dvdread' '--enable-shout' '--enable-goom' '--enable-caca' '--enable-qt' '--enable-skins2' '--enable-sse' '--enable-mmx' '--enable-libcddb' '--enable-zvbi' '--disable-telx' '--enable-nls' '--host=i686-w64-mingw32' '--with-breakpad=https://win.crashes.videolan.org' 'host_alias=i686-w64-mingw32' 'PKG_CONFIG_LIBDIR=/home/jenkins/workspace/vlc-release/windows/vlc-release-win32-x86/contrib/i686-w64-mingw32/lib/pkgconfig' main debug: using multimedia timers as clock source main debug: min period: 1 ms, max period: 1000000 ms main debug: searching plug-in modules main debug: loading plugins cache file C:\Program Files (x86)\VideoLAN\VLC\plugins\plugins.dat main debug: recursively browsing `C:\Program Files (x86)\VideoLAN\VLC\plugins' main debug: plug-ins loaded: 494 modules main debug: opening config file (C:\Users\merloc\AppData\Roaming\vlc\vlcrc) main debug: looking for logger module matching "any": 2 candidates ... live555 debug: connection error -10057 live555 error: Failed to connect with rtsp://node-i-026ade4ca4d78008f.video.logi.com:443/api/accessories/my-accessories-id/live/rtsp/20200625T215335Z/1fb2c712b33b3eabaf4f996dc0727d3d9393e3b0f6a02167e4acf2655233ab4f/stream.mp4 main debug: no access_demux modules matched main debug: creating access: rtsp://node-i-026ade4ca4d78008f.video.logi.com:443/api/accessories/my-accessories-id/live/rtsp/20200625T215335Z/1fb2c712b33b3eabaf4f996dc0727d3d9393e3b0f6a02167e4acf2655233ab4f/stream.mp4 main debug: (path: \\node-i-026ade4ca4d78008f.video.logi.com:443\api\accessories\my-accessories-id\live\rtsp\20200625T215335Z\1fb2c712b33b3eabaf4f996dc0727d3d9393e3b0f6a02167e4acf2655233ab4f\stream.mp4) main debug: looking for access module matching "rtsp": 26 candidates satip debug: try to open 'rtsp://node-i-026ade4ca4d78008f.video.logi.com:443/api/accessories/my-accessories-id/live/rtsp/20200625T215335Z/1fb2c712b33b3eabaf4f996dc0727d3d9393e3b0f6a02167e4acf2655233ab4f/stream.mp4' satip debug: connect to host 'node-i-026ade4ca4d78008f.video.logi.com' main debug: net: connecting to node-i-026ade4ca4d78008f.video.logi.com port 443 main debug: connection succeeded (socket = 1716) main debug: net: opening 0.0.0.0 datagram port 9448 main debug: net: opening 0.0.0.0 datagram port 9449 satip error: read error: No error satip error: Failed to setup RTSP session main debug: net: connecting to node-i-026ade4ca4d78008f.video.logi.com port 443 main debug: connection succeeded (socket = 1532) main error: read error: No error main error: read error: No error access_realrtsp debug: rtsp connected access_realrtsp warning: only real/helix rtsp servers supported for now main debug: no access modules matched main debug: dead input qt debug: IM: Deleting the input main debug: changing item without a request (current 1/2) main debug: nothing to play main debug: exiting

Re: VLC player + Logitech circle 2 (RTSP)?

Posted: 26 Jun 2020 10:16
by chubinou
443 is usually for secure (SSL) communications. I'm not sure we support RTSP over SSL.

Re: VLC player + Logitech circle 2 (RTSP)?

Posted: 26 Jun 2020 10:53
by InTheWings
live555 debug: connection error -10057

Re: VLC player + Logitech circle 2 (RTSP)?

Posted: 26 Jun 2020 13:22
by merloc
>>> 443 is usually for secure (SSL) communications. I'm not sure we support RTSP over SSL.
How do I find out if that is supported? (or even confirmed it is using SSL in the first place)

>>> live555 debug: connection error -10057
What does that code mean? The connection appears to be successful later on though.

What do you guys recommend? I should try another player? other ideas?

Re: VLC player + Logitech circle 2 (RTSP)?

Posted: 26 Jun 2020 16:11
by Rémi Denis-Courmont
10057 means socket not connected. It's a known bug in some live555 versions.