Hello
I want to install a little videoserver with linux and 2 or 3 STB's from Amino conected in the same network.
I have ran these commands:
vlc -d -vvvv -L playlist0.m3u --sout udp://"STB1" --ttl 12
vlc -d -vvvv -L playlist1.m3u --sout udp://"STB2" --ttl 12
vlc -d -vvvv -L playlist2.m3u --sout udp://"STB3" --ttl 12
And it is runnig without problems, but sometime the video in the STB doesn't run in realtime. it is going too slow. and freeze.
Somebody know if i need to ajust my linux server?
or maybe the commands are not correct.
thanks