Read the statement by Michael Teeuw here.
MMM-EmbedURL Not showing full webpage
-
@khayfer Perfect. Have fun with the module
-
@wishmaster270
Will this module support RSTP camera website?
Example:
rstp:/192.168.1.31:554/live ? -
@plainbroke Hi, sorry but as no browser supports RTSP nativ at the moment you can not embed it directly.
You will need to convert Rtsp to MPJPEG then it can be embedded.
-
@wishmaster270
Ok that might work out for the 1 camera I am wanting to show on the screen. Does MM support JavaScript or while I need to add it as a dependency? -
@plainbroke You will need a external tool like ffmpeg or vlc to convert the stream.
I wrote a small wrapper that calls vlc with the necessary parameters. You can find it here.
There are other tutorials using a docker containter, too. For me this one was the most effective one.
Be aware that the conversion cost a lot of cpu power. Some users had problems running the converter on the same Pi as the mirror is running on.You then can embed the Stream with this module using the setting
embedElementType: "img"
or you can use my MMM-SynologySurveillance which supports mjpeg since the last version.