Read the statement by Michael Teeuw here.
MMM-RTSPStream broke after update 2.17.1
-
@swvalenti
No the module was not booting totally. after i make the npm install request. the module is starting only the fault stil is in the log every time I reboot the mirror. -
@jerryp this module needs another process to be running IN ADDITION to MM…
-
@sdetweil ok. But what’s the solution? off is there no solution for this problem?
-
@jerryp u were advised to start the other process manually
https://forum.magicmirror.builders/topic/15753/mmm-rtspstream-broke-after-update-2-17-1/8?_=1634583021814 -
@sdetweil Why… the module is running fine after I did what you told me to do. Only the error in the log is there now. but the module is running fine. What will by the use of starting the stream Manuel…
-
@jerryp said in MMM-RTSPStream broke after update 2.17.1:
Only the error in the log is there now
ok, you didn’t say it was working
what error in the log?
did u do pm2 flush to throw away the old messages?
-
@sdetweil
O Yes it’s running only I’m using for testing a PI3B so this is running out of Ram memory.I also did the flus and still is er a issue when it’s booting pm2 start MagicMirror.
0|MagicMirror | [18.10.2021 21:18.12.312] [ERROR] 0|MagicMirror | Whoops! There was an uncaught exception... 0|MagicMirror | [18.10.2021 21:18.12.452] [ERROR] 0|MagicMirror | TypeError: Cannot convert undefined or null to object 0|MagicMirror | at Function.keys (<anonymous>) 0|MagicMirror | at stopProcs (/home/pi/MagicMirror/modules/MMM-RTSPStream/node_helper.js:469:32) 0|MagicMirror | at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_helper.js:498:17 0|MagicMirror | at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2/lib/API.js:627:19 0|MagicMirror | at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2-axon-rpc/lib/client.js:45:10 0|MagicMirror | at Parser.<anonymous> (/home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2-axon/lib/sockets/req.js:67:8) 0|MagicMirror | at Parser.emit (events.js:315:20) 0|MagicMirror | at Parser._write (/home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/amp/lib/stream.js:91:16) 0|MagicMirror | at writeOrBuffer (internal/streams/writable.js:358:12) 0|MagicMirror | at Parser.Writable.write (internal/streams/writable.js:303:10) 0|MagicMirror | [18.10.2021 21:18.12.466] [ERROR] 0|MagicMirror | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|MagicMirror | [18.10.2021 21:18.12.473] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
-
@jerryp said in MMM-RTSPStream broke after update 2.17.1:
469
the code seems to be trying to connect to the pm2 task for omx stream
looking for the name
which appears to be in this area of the config
stream1: { name: 'BigBuckBunny Test', <--- I guess this needs to be the name of the pm2 process..
-
@sdetweil I seem to recall that’s how it worked.
Bottom line is that it’s breaking more and more, and should likely be put in the “yeah, it’s unsupported” pile of past modules.
FWIW, I use my MMM-Block module to slide modules out of the way, and just run the OMX stream directly for now. (Looking for a solution for H.265 streams)