Hi!
Im try to use ip video server with mp4 codec.
ffmpeg can't view rtsp source from this ip video server directly.
Im can view video by
mplayer rtsp://x.x.x.x/out5.sd
video params: mpeg4, 720x576, grayscale
Im can write video by
mencoder rtsp://x.x.x.x/out5.sd -o ./triart1 -ovc copy
and view video by
mplayer ./triart1
All ok. Next.
1) Im create pipe (mkfifo ./triart1) and write video in this pipe by
mencoder rtsp://x.x.x.x/out5.sd -o ./triart1 -ovc copy
2) Im setup zoneminder monitor for:
source: ffmpeg
path: ./triart1
and zm capture this image:
?