rtsp IP video source & ffmpeg

Forum for questions and support relating to the 1.24.x releases only.
Locked
docpcod
Posts: 1
Joined: Wed Dec 22, 2010 4:09 pm

rtsp IP video source & ffmpeg

Post by docpcod »

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:

Image

:( ?
Locked