Hello to everybody!
My problem is the following.
I am capturing voice (from mic) with Java and I transmit this audio stream to VLC_1 (using UDP). This VLC_1 can do streaming on internet without problems (by HTTP).
INSTEAD, if I receive audio stream with VLC_1 (from Java, using UDP) and send this stream to VLC_2 (on an other pc, using HTTP) ; then if I try to stream on internet with VLC_2 (using HTTP) there are problems.
Audio signal is corrupted and many times it stops and restart without control.
(The phase of transcoding is on VLC_1, so VLC_2 just makes streaming on internet)
Any suggestion??
Thanks in advance.