On 2016-06-01 23:03, Oleg Lelchuk wrote: > Hi. On 11-ALPHA1, when I use vlc to stream live tv over the udp protocol, I > see a garbled and choppy video. This issue doesn't occur on 10.3-STABLE. I > am puzzled as to the cause of this problem. > _______________________________________________ > [email protected] mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "[email protected]" >
Are both machines FreeBSD? Can you try running iperf in udp mode, something like this: pkg install iperf client: iperf -f m -i 1 -s -u server: iperf -f m -i 1 -t 20 -c <clientip> -u -b 100m And give us the results -- Allan Jude _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
