From owner-freebsd-current@freebsd.org Thu Jun 2 03:03:12 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE753B665EF for ; Thu, 2 Jun 2016 03:03:12 +0000 (UTC) (envelope-from oleglelchuk@gmail.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B30A10F6 for ; Thu, 2 Jun 2016 03:03:12 +0000 (UTC) (envelope-from oleglelchuk@gmail.com) Received: by mail-wm0-x233.google.com with SMTP id a136so209236468wme.0 for ; Wed, 01 Jun 2016 20:03:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=+xaP496z9CqeKkjWQEqB/uAy+ysmTC35FqBm5URLsHg=; b=qzxdlKjxJp5xl84diDnRIxpjZW+cJAX6hjSOAoXot3+TGd7l5AcH8j0P02XYHY5mvp R3ggmAbPT3poMuU/GsPg5ZuSdCnTx5yeNJam7UTIXlIlQpnZxJENgdZBbBGiryrHNF1Q 7Wx84CvoybIFg0QUo1AyLt0305dfr0w7tU/kl95Q5+4VKzkn9mz9tSzPfObCXb4+Ds0y l54lV52OE0ffUP6ojUtEb2Z2WJCLTJbtiCaqy67tc+65sZq7YyUjG3bM7ufWuC+3k8LP CdsKdaMjhuSDhhDfK0ma9tHVHPv8gvuQTplZYeOEYSz+2CavaUpeWyyynnimPJacxGr0 R6SQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=+xaP496z9CqeKkjWQEqB/uAy+ysmTC35FqBm5URLsHg=; b=bXm1jLYY6exaCVVAxroaCRIvuaqovCL1NV47Qme99M3GjlRJMg2/0Gz01O6/J2kvqp /ILLO40P/XIiipY7gSlneZl9A6KALf1qHETLVanRW/LCR8QmOspYssgzGwu1SgEb+GWE 249Nqc+wTX2Xe1JTR6W5TjvfTJ2BhotCdA0dlcQX/WQ+QEUdHgeW6VI5I+VwBBcCqZ0p huNmI76WG/D5PVFvXPwZDeon4CfUR1lJjEPnWy4CZGuWqrh2XUqA/TvTywRg+ENdtICy fPPVpf4C1YBZyITV7ld1qu/rkVUttypJDQkyVSIJ7GM++dBTgTT4yqiK4UvkVBgwn4AU 7x4A== X-Gm-Message-State: ALyK8tJ/L+9titYFAIubO39vP+RkXLaXphAcaB3xc3c/h7JdXNg0OA15AVbxNBLP5/AXg5CrBgtXxk+K8CJPOA== MIME-Version: 1.0 X-Received: by 10.194.104.138 with SMTP id ge10mr5856151wjb.85.1464836590756; Wed, 01 Jun 2016 20:03:10 -0700 (PDT) Received: by 10.194.174.230 with HTTP; Wed, 1 Jun 2016 20:03:10 -0700 (PDT) Date: Wed, 1 Jun 2016 23:03:10 -0400 Message-ID: Subject: Streaming live tv over the udp protocol causes problems From: Oleg Lelchuk To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2016 03:03:12 -0000 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.