markszabo / tapo-c200-timelapse

This is my setup to take time-lapse videos from my balcony with a Raspberry Pi using a TP-Link Tapo C200 IP-Camera
91 stars 17 forks source link

Can't open stream von RPi 4b/Ubuntu Server 22.04 #9

Open Fabelwesen opened 3 months ago

Fabelwesen commented 3 months ago

Unfortunately, I can't get a Tapo C220 to run on an Ubuntu Server 22.04 on a Raspberry Pi 4b. I first created a virtual environment and installed "python-vlc" in it as indicated in the instructions. When that didn't work, I deleted the virtual environment and installed the "python3-vlc" package via APT. However, that didn't work either. I always get the same messages:

grow@grow-rpi:~/timelapse$ python3 capture.py
[0000000001181630] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[00000000011da770] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
waiting for VLC
[0000ffffa4002ca0] satip stream error: Failed to setup RTSP session
[00000000011a94b0] main input error: Your input can't be opened
[00000000011a94b0] main input error: VLC is unable to open the MRL 'rtsp://user123:testest@192.168.10.127:554/stream1'. Check the log for details.

When I open the exact same RTSP URL with VLC from a computer on the same network, the stream can be accessed. Unfortunately, I don't know where the log mentioned in the message is located.