tmihajloski
tmihajloski
Hi, I am experiencing this issue as well. I have a python script that streams to an RTSP server from the camera for 10s then closes the camera. When I...
Thanks @davidplowman I used the MediaMTX server, which works out of the box (https://github.com/bluenviron/mediamtx/releases). - I tried using mpegts and it works without issues. However, I need RTSP for my...
Sorry about that I updated the post with the correct logs. Catching and ignoring the error does not resolve problem. I added some more print statements in the script and...
I printed the script events in the syslog as well. Attached is the syslog snapshot where the crash occurs [syslog.log](https://github.com/raspberrypi/picamera2/files/12807286/syslog.log). It seems to happen after the encoder_stop() call. I added...
Here is the ffmpeg log when It crashes. I have a 10s wait to stream, and I can see that ffmpeg stops streaming within a few seconds of starting. [ffmpeg-20231005-091753.log](https://github.com/raspberrypi/picamera2/files/12818819/ffmpeg-20231005-091753.log)