hi ,trying to use this module to watch an ip cam.After i start MM i get in the log:
Starting stream stream1 with args: [
"--avdict",
"rtsp_transport:tcp",
"--win",
"738, 63, 1090, 305",
"--live",
"--video_queue",
"4",
"--fps",
"30",
"rtsp://admin:@192.168.1.108:554/12?"
]
error: object file .git/objects/0a/340d5d575f5675a19c2108bb1acc9f20576259 is empty
error: object file .git/objects/0a/340d5d575f5675a19c2108bb1acc9f20576259 is empty
fatal: loose object 0a340d5d575f5675a19c2108bb1acc9f20576259 (stored in .git/objects/0a/340d5d575f5675a19c2108bb1acc9f20576259) is corrupt
fatal: The remote end hung up unexpectedly
Starting PM2 for omx_stream1
PM2 started for omx_stream1
when i press pause and play again i get:
Stopping stream stream1
Stopping PM2 process: omx_stream1
Starting stream stream1 with args: [
"--avdict",
"rtsp_transport:tcp",
"--win",
"738, 63, 1090, 305",
"--live",
"--video_queue",
"4",
"--fps",
"30",
"rtsp://admin:@192.168.1.108:554/12?"
]
Starting PM2 for omx_stream1
PM2 started for omx_stream1
I just get a blank screen.Steam is working nice with vlc,its the second low res stream of this camera.
config:
module: "MMM-RTSPStream",
position: "top_center",
config: {
autoStart: true,
rotateStreams: true,
rotateStreamTimeout: 10,
moduleWidth: 354,
moduleHeight: 240,
localPlayer: 'omxplayer',
remotePlayer: 'none',
showSnapWhenPaused: false,
remoteSnaps: false,
stream1: {
name: 'bibicam',
url: 'rtsp://admin:@192.168.1.108:554/12?',
frameRate: undefined,
width: undefined,
height: undefined,
},
}
}
any ideas?