Hi gurus. I have the following issue:
I stream from a webcam to my internet vlc server this way:
:sout=#transcode{acodec=none,vcodec=WMV2,vb=64,scale=1}:duplicate{dst=display,dst=std{access=udp,mux=ts,dst=X.X.X.X:XXXX}}
Everything works ok, I have a 1-2 sec stream delay in the server (acceptable).
The server do this:
vlc -vvv udp://@:XXXX --sout '#standard{access=mmsh,mux=ogg,dst=X.X.X.X:YYYY}'
trying to let another people from other part view the webcam streaming from the internet server.
The final streaming has a desesperatly unacceptable 10 sec. delay. Obviously the problem is between the server and the final client. I was doing transcoding, now I'm not. I have tried changing the caches, etc. The delay is exactly the same.
I have did this tests all from my home, so I stream the webcam from my laptop, and receive the final stream in my desktop. With 3 or 4 secs delay i would be happy.
Some ideas??
Thanks in advice
iperich