Patrick Langendoen
Patrick Langendoen
Ok thanks, I now have debug logging: ``` viseron | [s6-init] making user provided files available at /var/run/s6/etc...exited 0. viseron | [s6-init] ensuring user provided files have correct perms...exited 0....
Nothing at all. This is a clean install. So the directory is completely empty. $ docker exec -it viseron ls -la /segments/patscam total 8 drwxr-xr-x 2 root root 4096 May...
I don't have any gstreamer experiences. Can you please give me a starting point? Such like what is the current command now for example.....
Does it prove anything if I say that the command won't crash when I leave out the "location=/segments/patscam/%01d.mp4"
fyi if I run the original command (with correct username/password): ``` root@e44be2521a09:/src# gst-launch-1.0 rtspsrc location=rtsp://*****:*****@192.168.3.219:554/Preview_01_main name=input_stream do-timestamp=true latency=0 protocols=tcp ! rtpjitterbuffer ! rtph264depay ! tee name=depayed_stream ! queue ! nvv4l2decoder...
``` Input #0, rtsp, from 'rtsp://xxx:[email protected]/Preview_01_main': Metadata: title : Session streamed by "preview" Duration: N/A, start: 0.000438, bitrate: N/A Stream #0:0: Video: h264 (High), yuv420p(progressive), 2560x1920, 20 fps, 20 tbr,...
Tried it. Still no video in the live view, nor is it recording any events. And the message "[ERROR ] [viseron.watchdog.thread_watchdog] - Thread viseron.camera.patscam is dead, restarting" I can arrange...
By the way I'm running this image: https://github.com/Qengineering/Jetson-Nano-Ubuntu-20-image Not the Nvidia Jetson image since it was an older Ubuntu version.
Sure, will try that! I'll let you know how it goes.
Too bad... Apart from the old docker version (had to use docker-dash-compose again. felt like a time traveller) But in the end I didn't see any difference and still get...