Hi
i am trying to do some multi-room audio streaming and therefore need to have the stream outputs in sync (it sounds awkward when audio is out of sync while changing from one zone to another). I tried to do this using VLC and rtp streaming which works fine so far. What bothers me is that there is a delay of about 3 seconds between doing a skip of play/pause on the server and the reaction of the clients. Since this is all on the local LAN (gigabit/300mbit WLAN) i think that it should be possible to reduce the caching without facing packet loss. I just don't know how to achieve this in VLC - is there any setting for it?
currently i invoke the server using:
vlc -vvv file.mp3 --sout '#rtp{dst=224.1.1.1,port=1234}'
and the client:
vlc rtp://224.1.1.1:1234
so is there an option to get the delay reduced?
regards
alex