Hello, can anyone help, i’ve tried everything i can think of…
I’m getting the following error when i start up Magic Mirror,
Starting stream stream1 with args: [
“–avdict”,
“rtsp_transport:tcp”,
“–win”,
“334, 796, 686, 1038”,
“–live”,
“–video_queue”,
“4”,
“–fps”,
“30”,
“rtsp://admin:*******@192.168.1.77:554//h264Preview_01_main”
]
Starting PM2 for omx_stream1
PM2 started for omx_stream1
Whoops! There was an uncaught exception…
TypeError: Cannot read property ‘omxRestart’ of undefined
at pm2.start (/home/pi/MagicMirror/modules/MMM-RTSPStream/node_helper.js:156:85)
at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2/lib/API.js:1017:21
at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2/lib/API.js:1088:19
at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/async/dist/async.js:473:16
at iterateeCallback (/home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/async/dist/async.js:992:24)
at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/async/dist/async.js:969:16
at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2/lib/API.js:1084:9
at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2-axon-rpc/lib/client.js:45:10
at Parser. (/home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2-axon/lib/sockets/req.js:67:8)
at emitOne (events.js:116:13)
MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
Stopping stream stream1
Stopping PM2 process: omx_stream1
Any help would be gratefully received.
Thanks
Martin