A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Search module for livecam / stream
-
@KamiSchami
can you pleas ad your config file. -
All? It’s long 🤣
-
@KamiSchami only the part of the
module: ‘MMM-RTSPStream’ -
-
@KamiSchami You can use this.
{ module: "MMM-RTSPStream", disabled: false, //false, true position: "middle", config: { autoStart: true, rotateStreams: false, rotateStreamTimeout: 20, moduleWidth: 468, moduleHeight: 320, localPlayer: "omxplayer", // "omxplayer" or "ffmpeg", or "vlc" remotePlayer: 'none', showSnapWhenPaused: false, remoteSnaps: false, stream1: { name: 'Ostseebad', url: 'https://cam01.binz-kabel.de/cam1.m3u8', protocol: "tcp", frameRate: 25, muted: true, hwAccel: true, width: 450, height: 300, },
-
@KamiSchami this part I meen
stream1: { name: 'Ostseebad', url: 'https://cam01.binz-kabel.de/cam1.m3u8', protocol: "tcp", frameRate: 25, muted: true, hwAccel: true, width: 450, height: 300,
-
Thanks, it was late yesterday. The camera was gray and night mode and my buttons are also gray, I have to check if it is brighter.
-
hi, it’s still over the button when i enlarge the module 🙈
-
@KamiSchami what am I doing wrong?
for me MM starts but the whole screen remains black
Can someone help me please?
Is the MMM-RTSPStream module up to date? still works? -
@drx1984
This one is working fine.
De URL was wrong.{ module: "MMM-RTSPStream", disabled: false, //false, true position: "middle", config: { autoStart: true, rotateStreams: false, rotateStreamTimeout: 20, moduleWidth: 468, moduleHeight: 320, localPlayer: "omxplayer", // "omxplayer" or "ffmpeg", or "vlc" remotePlayer: 'none', showSnapWhenPaused: false, remoteSnaps: false, stream1: { name: 'test-BUNNY', url: 'rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov', protocol: "tcp", frameRate: 25, muted: true, hwAccel: true, width: 450, height: 300, } }},