From owner-freebsd-virtualization@freebsd.org Wed Nov 29 23:09:57 2017 Return-Path: Delivered-To: freebsd-virtualization@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 1F60ADEC754 for ; Wed, 29 Nov 2017 23:09:57 +0000 (UTC) (envelope-from jtubnor@gmail.com) Received: from mail-it0-x241.google.com (mail-it0-x241.google.com [IPv6:2607:f8b0:4001:c0b::241]) (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 D9710687DC for ; Wed, 29 Nov 2017 23:09:56 +0000 (UTC) (envelope-from jtubnor@gmail.com) Received: by mail-it0-x241.google.com with SMTP id u62so6101462ita.2 for ; Wed, 29 Nov 2017 15:09:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Dsx6D+tXgIn5BZmsLWaCYREPyQZoazMSc/u/xjMnMM8=; b=bxEyzXioVKpFecDfC4vtjqoI1Be6CQo2XSqYVRb/Hl0hfGSQNet9L+oMOO6MI231OK OmSbPGl2jO+8hjhY3RRt7MefrcRHNIYnC3AZPOVQ52SfOcbK/R0MIKQ8cMUgcqyPSoiy WLC6atLCF80DNOpqty7WpJ4Dth78x4SOYX4aHQF4QnzJpypCYumX3iQMTdWEeXhueiG0 spf2cld76bR/kbbr32UGtSlngO1EibFWhI15RSbdycyIdnHYlgmK37tsqoheSo5s97Lm ZhFJLDxqlkzqlZl46bcYo05C3lLbuZL+r8xXXcEKxaHlpxWPoMtTl96d5iiLeOSbK3EZ GBIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Dsx6D+tXgIn5BZmsLWaCYREPyQZoazMSc/u/xjMnMM8=; b=FD5WU0L2V2GN9w+Tc9MlY9fgez83j2eN32RSRPXqTSoyC9FhvY7CIIWVurhKZlZuqh Yg78bGlzbt/XXPC6rndoL3mIZnLE+l4IZyuqGvwcQwDymk5ZNfhpasvUQfkC6Uhc+1hr snXJ9n8DcHD4q0nOv9hGRENSavz6l2e5mq5TU4fU2USCj/ivg5ZqQW56ZsBKSFfIwSfb pfcmLfaIYyY46jSfxTldOhoA35+M8kcOUO0hs4vpsET8AGWC+8ARN0nhp6dme6rZeXqv LOzcS2Pt67m5pm2EOo566w6NdRmLwYTG4UCB896wuKZxytKtAPc7/aM3LZ+PetOVkGEd rxSg== X-Gm-Message-State: AJaThX4V86CKjPrmfEtOpO4EKaJ21f8EvgyTRz/HtUJmEnUWEff6v2Dz BTaqjWsginGzeQkccfGppftV6IB9SznSkVLqT3E= X-Google-Smtp-Source: AGs4zMZuwYi0uucDwnLfotCZcWXFCfJoo+D7OK0Poz142yymiJL/acpsXzuHqwd2S5JSITSWAbpT8+5kcRFKXrKr/jU= X-Received: by 10.36.175.19 with SMTP id t19mr610290ite.67.1511996996268; Wed, 29 Nov 2017 15:09:56 -0800 (PST) MIME-Version: 1.0 Sender: jtubnor@gmail.com Received: by 10.2.69.213 with HTTP; Wed, 29 Nov 2017 15:09:35 -0800 (PST) In-Reply-To: References: From: Jason Tubnor Date: Thu, 30 Nov 2017 10:09:35 +1100 X-Google-Sender-Auth: -N9c6ZUYENfSq63vhEjiE3N27Lw Message-ID: Subject: Re: Bhyve and Chromecast To: Rajil Saraswat Cc: freebsd-virtualization Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 23:09:57 -0000 On 30 November 2017 at 09:58, Rajil Saraswat wrote: > Hi, > > I would like to cast a Youtube video to chromecast sitting on the > network. The VM is running Gentoo linux. Unfortunately, google chrome > doesnt find the chromecast. Any idea how to make it to work? > > I don't think this is specific to bhyve. I assume your bhyve instance has a tap onto the same subnet as the chromecast and you can move other TCP/IP traffic around your network from your Gentoo instance? I have seen chromecasts complain and not work correctly when the controlling device and the chromecast aren't on the same frequency network (SSID is the same on the 2.4 and 5Ghz spectrum).