Page 1 of 1

Buffer and delay problems

Posted: 22 May 2007 16:02
by ferrfior
Hello

I'm trying to set up a streaming server with VLM, and after a lot of try, I reached this situation:

I use a streaming server with a cpu celeron m 1 GHz, 256 MB ram, vlc 0.8.6b, axis 207 IP cameras.

I launch VLM with this config file:

Code: Select all

new camera1 vod enabled setup camera1 input "rtsp://10.10.140.21/mpeg4/media.3gp" new camera2 vod enabled setup camera2 input "rtsp://10.10.140.22/mpeg4/media.3gp" new camera3 vod enabled setup camera3 input "rtsp://10.10.140.23/mpeg4/media.3gp" new camera4 vod enabled setup camera4 input "rtsp://10.10.140.24/mpeg4/media.3gp" new camera5 vod enabled setup camera5 input "rtsp://10.10.140.25/mpeg4/media.3gp" new camera6 vod enabled setup camera6 input "rtsp://10.10.140.26/mpeg4/media.3gp"
If I try to connect with my server with a VLC client with this string:

Code: Select all

vlc rtsp://10.10.140.2/camera1 vlc rtsp://10.10.140.2/camera2
and son on...I can see the images, but I have a fixed delay of 26 seconds. I have all the time a delay of 26 second, it doesn't change in any try. why???
Is it a problem of limited hardware?
There is in this server others software that run at the same time. But if launch VLC all alone, without the others software, I have a delay of 3 seconds!!! Why????

If I enable also the chache, I can see the images with a increased delay, but this buffer doesn't cover a little interruption of connection, whereas I can cover a simple interruption whe I use a PC with a better hardware. Why?

I have also a last problem, I can set up the stream server using VLM with a VOD and a MPEG4 stream, but I can't using a broadcast transmission or using a VOD with a MJPEG stream. Why? Where is my mistake?
If I try to connect a simple istance of VLC to IP camera, using a MJPEG stream, I can see the images......

Best regards

Ferruccio

Re: Buffer and delay problems

Posted: 13 Jul 2012 16:37
by hackeron
Did you find a solution to this problem?