You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have motion working on my raspberry and like sometimes motion detect with my laptop from my raspberry.
I have installed go2rtc on my laptop and started it with the stream of my raspberry and it works well on the browser of the Laptop (http://localhost:1984/stream.html?src=http_mjpeg).
On the laptop i get the error to open stream
[1:ml1:MyCam1] [NTC] [ALL] [Mai 19 12:01:49] motion_init: Kamera 101 gestartet: Bewegungserkennung Aktiviert
[1:ml1:MyCam1] [NTC] [VID] [Mai 19 12:01:49] vid_start: Netcam RTSP öffnen
[1:ml1:MyCam1] [ERR] [NET] [Mai 19 12:02:10] netcam_rtsp_open_context: Norm: Stream-Informationen konnten nicht gefunden werden: Erfolg
[1:ml1:MyCam1] [NTC] [NET] [Mai 19 12:02:10] netcam_rtsp_cleanup: Normale Auflösung: Fahren Sie den Computer vollständig herunter.
[1:ml1:MyCam1] [ERR] [VID] [Mai 19 12:02:10] vid_start: Netcam RTSP konnte nicht geöffnet werden
[1:ml1:MyCam1] [WRN] [ALL] [Mai 19 12:02:10] motion_init: Das ursprüngliche Bild konnte nicht von der Kamera abgerufen werden
[1:ml1:MyCam1] [WRN] [ALL] [Mai 19 12:02:10] motion_init: Die Bewegung verwendet weiterhin die Breite und Höhe der Konfigurationsdatei (en).
[1:ml1:MyCam1] [NTC] [ALL] [Mai 19 12:02:10] image_ring_resize: Ändern der Größe des Pre-Capture-Puffers auf 1 Elemente
[1:ml1:MyCam1] [NTC] [ALL] [Mai 19 12:02:10] image_ring_resize: Ändern der Größe des Pre-Capture-Puffers auf 4 Elemente
[1:ml1:MyCam1] [WRN] [ALL] [Mai 19 12:02:10] mlp_retry: Wiederholen, bis die Verbindung zur Kamera hergestellt ist
[1:ml1:MyCam1] [NTC] [VID] [Mai 19 12:02:10] vid_start: Netcam RTSP öffnen
[0:motion] [NTC] [ALL] [Mai 19 12:02:27] sig_handler: Received signal 2.
[1:ml1:MyCam1] [ERR] [NET] [Mai 19 12:02:31] netcam_rtsp_open_context: Norm: Stream-Informationen konnten nicht gefunden werden: Erfolg
[1:ml1:MyCam1] [NTC] [NET] [Mai 19 12:02:31] netcam_rtsp_cleanup: Normale Auflösung: Fahren Sie den Computer vollständig herunter.
[1:ml1:MyCam1] [ERR] [VID] [Mai 19 12:02:31] vid_start: Netcam RTSP konnte nicht geöffnet werden
[1:ml1:MyCam1] [NTC] [ALL] [Mai 19 12:02:31] motion_loop: Thread wird beendet
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have motion working on my raspberry and like sometimes motion detect with my laptop from my raspberry.
I have installed go2rtc on my laptop and started it with the stream of my raspberry and it works well on the browser of the Laptop (http://localhost:1984/stream.html?src=http_mjpeg).
On the laptop i get the error to open stream
Config:
/usr/etc/motion/camera1.conf
This config file was generated by motion 4.7.0
###########################################################
Configuration options specific to camera 1
############################################################
User defined name for the camera.
camera_name MyCam1
Numeric identifier for the camera.
camera_id 101
The full URL of the network camera stream.
netcam_url http://localhost:1984/stream.html?src=http_mjpeg
Image width in pixels.
width 1280
Image height in pixels.
height 720
Text to be overlayed in the lower left corner of images
text_left CAMERA 1
File name(without extension) for movies relative to target directory
movie_filename CAM01_%t-%v-%Y%m%d%H%M%S
Question: Is there any hint for me ?
With regards
Bruno
Beta Was this translation helpful? Give feedback.
All reactions