@shbatm said in [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras:
There was a problem with the steams not stopping on a restart, so the module sends a stop command first whenever it starts, do you have
autoStart: truein your config?
Yes, I have.
Just to understand, when you start fresh, there is no omx_stream1 under pm2 list.
When you start your first stream, it is first visible under pm2 list, right?
Till now I was able to start the stream with pm2 start, but after removing the stream (pm2 remove omx_stream1), I cannot get it to work anymore.
MM restart, reboot, nothing helps.
And pm2 start now says:
pi@MagicPi:~ $ pm2 start omx_stream1
[PM2][ERROR] script not found : /home/pi/omx_stream1
script not found : /home/pi/omx_stream1
┌──────────┬────┬─────────┬──────┬─────┬────────┬─────────┬────────┬─────┬──────────┬──────┬──────────┐
│ App name │ id │ version │ mode │ pid │ status │ restart │ uptime │ cpu │ mem │ user │ watching │
├──────────┼────┼─────────┼──────┼─────┼────────┼─────────┼────────┼─────┼──────────┼──────┼──────────┤
│ mm │ 0 │ 2.5.0 │ fork │ 811 │ online │ 0 │ 4m │ 0% │ 2.5 MB │ pi │ disabled │
└──────────┴────┴─────────┴──────┴─────┴────────┴─────────┴────────┴─────┴──────────┴──────┴──────────┘
Which makes sort of sense.
After MM restart, pm2 logs shows:
0|mm | Connecting socket for: MMM-RTSPStream
0|mm | PM2: Stopping all OMXPlayer Streams...
0|mm | Sockets connected & modules started ...
0|mm | Launching application.
Will revert back to the master branch and try again.