Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jun 2016 13:35:09 -0400
From:      Allan Jude <allanjude@freebsd.org>
To:        freebsd-current@freebsd.org
Subject:   Re: Streaming live tv over the udp protocol causes problems
Message-ID:  <0ae227ae-0154-cc15-eb64-17984ae2012a@freebsd.org>
In-Reply-To: <CA%2BGqWgvraS4_wu5OO%2B_btG0JoDFzKsgTbPO%2Bk0p6D6s3kmDDWg@mail.gmail.com>
References:  <CA%2BGqWgvraS4_wu5OO%2B_btG0JoDFzKsgTbPO%2Bk0p6D6s3kmDDWg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
> 

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0ae227ae-0154-cc15-eb64-17984ae2012a>