From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q1KE2K2b024308 for ; Mon, 20 Feb 2012 09:02:20 -0500 Received: from mx1.redhat.com (ext-mx11.extmail.prod.ext.phx2.redhat.com [10.5.110.16]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q1KE2F1t000353 for ; Mon, 20 Feb 2012 09:02:15 -0500 Received: from server1.shellworld.net (shellworld.net [69.60.117.94]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1KE2Ejg027283 for ; Mon, 20 Feb 2012 09:02:14 -0500 Received: by server1.shellworld.net (Postfix, from userid 1028) id 831B6228D1; Mon, 20 Feb 2012 08:02:14 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by server1.shellworld.net (Postfix) with ESMTP id 81704228B0 for ; Mon, 20 Feb 2012 06:02:14 -0800 (PST) Date: Mon, 20 Feb 2012 06:02:14 -0800 From: Hart Larry To: Linux for blind general discussion Subject: Re: streaming in Linux? In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-RedHat-Spam-Score: 0 () X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Scanned-By: MIMEDefang 2.68 on 10.5.110.16 X-loop: blinux-list@redhat.com X-BeenThere: blinux-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: Linux for blind general discussion List-Id: Linux for blind general discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2012 14:02:20 -0000 Well actually, as another alternative, you can play video in xvfb but it takes some setting up. Many sites which normally I cannot play an exact url in mplayer I can play in this xvfb way in which you call firefox from a commandline, but you cannot interact. Here are some lines from my .alias in my Debian system # setenv DISPLAY ':99' # no longer needed in Debian, slightly different Xvfb setup # alias ff 'firefox --display=:99 -P nullvideo ' # alias ff 'xvfb-run firefox -no-remote -a nullvideo -P nullvideo ' alias ff "xvfb-run -a -s '-screen 0 640x480x16' firefox -no-remote -a nullvideo -P nullvideo " alias rp "xvfb-run -a -s '-screen 0 1024x768x16' /opt/real/RealPlayer/realplay " Hope that helps many of you Hart