this is my configuration:
{
module: “MMM-RTSPStream”,
position: “middle_center”,
header: “cam”,
config: {
autoStart: true,
rotateStreams: true,
rotateStreamTimeout: 10,
moduleWidth: 354,
moduleHeight: 240,
localPlayer: ‘omxplayer’,
remotePlayer: ‘none’,
showSnapWhenPaused: true,
remoteSnaps: true,
stream1: {
name: ‘c1’,
url: ‘rtsp://admin:a1234567@192.168.1.14/Streaming/Channels/1’,
frameRate: ‘undefined’,
hdUrl: ‘rtsp://admin:a1234567@192.168.1.14/Streaming/Channels/1’,
snapshotType: ‘url’,
snapshotRefresh: 10,
width: 354,
height: 240,
},
}
}
no response ,was it the problem of resolution,and how to configure that ,I tried many ways and still not success, and I can use my vlc to get the stream of the camera ,but was anything wrong with other configuration,no idea!