Hello
The stream is only displayed at the moment the PIR triggers .
Which setting is causing the problem?
Latest posts made by wuermchen
-
MMM-RTSP stream only PIR
-
RE: Http Stream
following error message :
pi@raspberrypi:~ $ vlc http://admin:pass@192.168.188.6/media/?action=stream VLC media player 3.0.12 Vetinari (revision 3.0.12-1-0-gd147bb5e7e) [01273b58] main libvlc: VLC wird mit dem Standard-Interface ausgeführt. Benutzen Sie 'cvlc', um VLC ohne Interface zu verwenden. libEGL warning: DRI2: failed to authenticate qt5ct: using qt5ct plugin qt5ct: D-Bus global menu: no qt5ct: D-Bus system tray: no [b391b6b0] mmal_codec decoder: VCSM init succeeded: CMA [b391b6b0] mmal_codec decoder error: MMAL error 2 "ENOSPC" [b391b6b0] mmal_codec decoder error: MMAL error 2 "ENOSPC" [b391b6b0] mmal_codec decoder error: MMAL error 2 "ENOSPC" [b391b6b0] mmal_codec decoder error: MMAL error 2 "ENOSPC" [b391b6b0] mmal_codec decoder error: MMAL error 2 "ENOSPC" [b391b6b0] mmal_codec decoder error: MMAL error 2 "ENOSPC" [b391b6b0] mmal_codec decoder error: MMAL error 2 "ENOSPC" [b391b6b0] mmal_codec decoder error: MMAL error 2 "ENOSPC" [b391b6b0] mmal_codec decoder error: MMAL error 2 "ENOSPC" [b391b6b0] mmal_codec decoder error: MMAL error 2 "ENOSPC" [b391b6b0] mmal_codec decoder error: MMAL error 2 "ENOSPC" [b391b6b0] mmal_codec decoder error: MMAL error 2 "ENOSPC" [b391b6b0] mmal_codec decoder error: MMAL error 2 "ENOSPC" [b391b6b0] mmal_codec decoder error: MMAL error reported by ctrl [b391b6b0] main decoder error: buffer deadlock prevented
I can’t do anything with the error message
-
RE: Http Stream
I tried the stream on a Raspberry pi3 and it works. the settings are the same as on the Raspberry Pi4 (MagicMirror). I uninstalled and reinstalled VLC, unfortunately to no avail.
Does anyone have any idea what the stream is not running on the Pi4? -
RE: Http Stream
I tried the settings. Unfortunately no success. I have a mini spy cam. The stream runs on VLC on the WinPC. But not on the Raspberry VLC.
.
-
Http Stream
Hello,
I want to show a video stream when the doorbell rings. Unfortunately, the camera only sends an Http stream.http://192.168.168.6/media/?action=stream?user=test&pwd=testf&resolution=128
I tried MMM-RTSPStream, the mirror only plays rtsp streams.
-
RE: MMM-GoogleBirthdaysProvider No red birthday cake
@Benny said in MMM-GoogleBirthdaysProvider No red birthday cake:
Hi,
After installation, the agenda items and birthdays are displayed correctly, however I cannot find why the birthday cake icons are not displayed in red color.hello
add the lines to the config:colored: true,
coloredSymbolOnly: true, -
RE: Rotate the display 2560X1080 Raspberry Pi4
I found the mistake. The HDMI cable was defective. I installed a new cable and now it automatically detects the resolution. The display is now correctly rotated.
-
Rotate the display 2560X1080 Raspberry Pi4
Hello,
I have a 2560x1080 display on the Raspberry Pi4. I cannot rotate the display. My settings are:@lxpanel --profile LXDE-pi @pcmanfm --desktop --profile LXDE-pi @lxterminal @leafpad @xrandr --output HDMI-1 --rotate right @xscreensaver -no-splash@
and /boot/config.txt:
hdmi_safe=1 hdmi_drive=2 hdmi_ignore_edid=0xa5000080 hdmi_aspect_21_9=7 hdmi_pixel_freq_limit=400000000 hdmi_cvt=2560 1080 50 7 0 0 1 config_hdmi_boost=4 max_framebuffer_width=2560 max_framebuffer_height=1080 framebuffer_width=2560 framebuffer_height=1080 display_rotate = 2 avoid_warnings=1 hdmi_group=2 hdmi_mode=87 hdmi_force_hotplug=1 dtoverlay=vc4-fkms-v3d max_framebuffers=2
Can somebody help me?