From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 8 15:39:25 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7E538D5; Mon, 8 Sep 2014 15:39:25 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 12ED01E4F; Mon, 8 Sep 2014 15:39:24 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id ty20so2817237lab.37 for ; Mon, 08 Sep 2014 08:39:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gTeBojhxJIumREFY8IeDhPU+oBdiSm06s0cfq69Gx9M=; b=y6TY6ym3ElrZQbK55HzddyZvFLjP6qMH3VNftkuC8KQxdhUOG0qVRDGT6Bj/9AFgQB 66q8uiC8UwGYVEj1bK9rtS2r3313qJ08ElUayU2vrucVT7dfUVUlHQBGIWPI/Vmi7EvX fQmaymJX7BT/+CeIYolDk6fdm5BAfR3Y49ajkmthk/KbTjlDWWNE0+XBVWsoD8d9cAiq tHC+fPyax22AgfkzoujGc6PYByInPliXV74rdzSFlDGmGLJ9bGarLJ3+R2TAUhkwDc8v 1HQjRbC4pgQ/rT0lZt1zrK3C7Xs6dIW2eBG9h0AjHuppUR5xGwLarAO8MyDvudP+4Sbd aXiw== MIME-Version: 1.0 X-Received: by 10.112.114.227 with SMTP id jj3mr28514095lbb.39.1410190762898; Mon, 08 Sep 2014 08:39:22 -0700 (PDT) Received: by 10.25.166.211 with HTTP; Mon, 8 Sep 2014 08:39:22 -0700 (PDT) Received: by 10.25.166.211 with HTTP; Mon, 8 Sep 2014 08:39:22 -0700 (PDT) In-Reply-To: References: Date: Mon, 8 Sep 2014 08:39:22 -0700 Message-ID: Subject: Re: FreeBSD and WiDi / Miracast / WiFi Direct HDMI streaming From: Waitman Gobble To: CeDeROM X-Mailman-Approved-At: Mon, 08 Sep 2014 20:29:39 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2014 15:39:25 -0000 On Sep 8, 2014 1:01 AM, "CeDeROM" wrote: > > Hello world! :-) > > I am considering to buy Netgear PTV3000 [1] for wireless audio-video > streaming HDMI adapter. Does FreeBSD support any of the > WiDi/Miracast/WiFiDirect medium? It seems very very interesting portable > multiplatform solution :-) > > Best regards :-) > Tomek > > [1] > http://www.netgear.com/home/products/connected-entertainment/wireless-display-adapters/PTV3000.aspx > > -- > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " freebsd-questions-unsubscribe@freebsd.org" Looks like openwfd could be modified to build on FreeBSD. Waitman