From owner-freebsd-chromium@FreeBSD.ORG Sat Feb 8 10:26:59 2014 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0923D692; Sat, 8 Feb 2014 10:26:59 +0000 (UTC) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E3041DE8; Sat, 8 Feb 2014 10:26:58 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id va2so5268781obc.12 for ; Sat, 08 Feb 2014 02:26:57 -0800 (PST) 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=MUcDTyGejScRdqSHi0Xg/yGOAbOyhXc7CpDdSWwMmbs=; b=yNr6wmLdW/lvk66JAoDXbmZjfYzrIY4hmEN4Bmx5g10uMpu0nm4KVtIyn/pbpxhsrZ 4dUGxU0nrV2qjvEu43EKQbeqzh1lEyJzIRaKsB+KXEm8u2jZTK5ZZ9I13pqB+1l0DRyH yLRztHkg/rHoX2R7XAS1H39ZjdXcOEzjIbcfAZ3ccR+rwTBNocGmAI0+DyVEdjJTh6QW GOfjb/zGRPjBrcRpLRg4uTrBYW6EdfKD+ycJ9tPGahyW0DwE9endEMabn2DAy3d9DnB0 Jvb6YrJTr4lHJL7SH1gMS2Xj25AR5ZPWuW7fhv5iHrD0HeL/H9b9+YjJzaOTbrNKmA8z rbgA== MIME-Version: 1.0 X-Received: by 10.60.59.162 with SMTP id a2mr16737039oer.17.1391855217741; Sat, 08 Feb 2014 02:26:57 -0800 (PST) Received: by 10.182.78.71 with HTTP; Sat, 8 Feb 2014 02:26:57 -0800 (PST) In-Reply-To: References: Date: Sat, 8 Feb 2014 05:26:57 -0500 Message-ID: Subject: Re: Making WebRTC available for FreeBSD From: Joe Nosay To: CeDeROM Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: chromium@freebsd.org, Adrian Chadd , Niklas Enbom , gecko@freebsd.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 10:26:59 -0000 I know that by reading the files in webrtc_source/trunk/webrtc/modules/audio_device that a freebsd folder needs to be located there. The linux system shows control of the audio through pulse and alsa . What should be located there are the files referencing the proper parts of system, phonon, gstreamer, esound, and others. If I had a nother computer with Linux on it, I would compare the references to the files in trunk/build/webrtc/modules/audio_device/linux to what would be the equivalent on FreeBSD. The linux files would then be used as a template to create the freebsd ones. What are the freebsd base system h files needed? Reference them at a new folder. Which sound severs? Another reference. There is a command using find and grep to print out files which contain an exact phrase. I t is not " find /$PATH -exec grep -H -E -o "PATTERN" {} \;" On Fri, Feb 7, 2014 at 8:41 PM, Joe Nosay wrote: > > > > On Fri, Feb 7, 2014 at 4:15 AM, CeDeROM wrote: > >> Lets make wiki page on freebsd website and start a repository with the >> code and make it happen :-) >> >> Please let me know if/how I can help :-) >> >> -- >> CeDeROM, SQ7MHZ, http://www.tomek.cedro.info >> > Okay, I need advice. I won't quit. Where and in what directory should I > start. There is a build farm but it doesn't include FreeBSD. > > > >