4

After upgrading, I can no longer open a stream to my security camera (rtsp://frontcam2/). This worked fine before the upgrade. I can open mpeg files and audio and video work fine on those.

I turned on debug messages, and I got

main debug: net: connecting to frontcam2 port 554
main debug: connection succeeded (socket = 17)
access_realrtsp warning: Cseq mismatch, got 1, assumed 0
access_realrtsp debug: rtsp connected
access_realrtsp warning: only real/helix rtsp servers supported for now
Bodo
  • 591

1 Answers1

8

Try the snap version or build vlc with the --enable-live555 config item. See https://forum.videolan.org/viewtopic.php?t=161400 , the claim was ubuntu stopped supporting rtsp out of the box.

sudo snap install vlc
sotirov
  • 4,455
ubfan1
  • 19,234
  • The snap version gets the desktop version, but unfortunately it doesn't include cvlc, which I use for saving the last few days of security camera footage. – Paul Tomblin May 26 '23 at 18:11
  • @ubfan1 I installed the snap vlc v3.0.20-1-g2617de71b6 from the stable channel, and it says 00007b50e0001120] live555 demux error: no data received in 10s, aborting uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&, DBusMenuLayoutItem&): Condition failed: menu. – SebMa Sep 11 '24 at 17:27