Message from discussion
Video Wall
Received: by 10.14.204.201 with SMTP id h49mr45936674eeo.5.1351762826239;
Thu, 01 Nov 2012 02:40:26 -0700 (PDT)
X-BeenThere: pandaboard@googlegroups.com
Received: by 10.14.176.133 with SMTP id b5ls1777926eem.1.gmail; Thu, 01 Nov
2012 02:40:17 -0700 (PDT)
Received: by 10.14.204.201 with SMTP id h49mr45936114eeo.5.1351762817288;
Thu, 01 Nov 2012 02:40:17 -0700 (PDT)
Received: by 10.14.204.201 with SMTP id h49mr45936111eeo.5.1351762817278;
Thu, 01 Nov 2012 02:40:17 -0700 (PDT)
Return-Path: <vlado...@gmail.com>
Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com [74.125.83.51])
by gmr-mx.google.com with ESMTPS id u8si568467een.1.2012.11.01.02.40.17
(version=TLSv1/SSLv3 cipher=OTHER);
Thu, 01 Nov 2012 02:40:17 -0700 (PDT)
Received-SPF: pass (google.com: domain of vlado...@gmail.com designates 74.125.83.51 as permitted sender) client-ip=74.125.83.51;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of vlado...@gmail.com designates 74.125.83.51 as permitted sender) smtp.mail=vlado...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-ee0-f51.google.com with SMTP id d49so1187304eek.38
for <pandaboard@googlegroups.com>; Thu, 01 Nov 2012 02:40:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=message-id:date:from:user-agent:mime-version:to:subject:references
:in-reply-to:content-type:content-transfer-encoding;
bh=3vOKvPCcjXfTBnXw2wPGO+AfAzF/e36tPg054jrAppw=;
b=QvbgN7C76bS2yE97g2gcZ2xbh/TCPvCraAO9RvUSjbFqjMrW3XrooQT+JppwRBQvd+
GW6hWZ/KxAqCqUk9P6hYPoFYC8hsYkyWxBDpp1wo/vCGoGOaFT/YR4F9RQ220NyoPlVd
ra4afL1+KjR2NKYtDGW6SDcyyf1HyjvBR+xoFARtlJbhPInM7EWHZt1St+zYNfhHSA5l
xWYBy53z6CTYdzsvIy06dCr3NyU5XxICSE65J7gYxUmMlHx6b4YxAG0xvaEm5zFqeGWV
3p7imGi/EuPtv3m8LZCNsH5fV5vWDi8UYomOS1UPy6UmZ/ls+Cr/Gf+kV06yTg/gI32l
2Kuw==
Received: by 10.14.175.71 with SMTP id y47mr95526628eel.36.1351762817146;
Thu, 01 Nov 2012 02:40:17 -0700 (PDT)
Return-Path: <vlado...@gmail.com>
Received: from [192.168.1.22] (pd95bf55a.dip0.t-ipconnect.de. [217.91.245.90])
by mx.google.com with ESMTPS id k2sm13340746eep.15.2012.11.01.02.40.16
(version=SSLv3 cipher=OTHER);
Thu, 01 Nov 2012 02:40:16 -0700 (PDT)
Message-ID: <50924380.6050...@gmail.com>
Date: Thu, 01 Nov 2012 10:40:16 +0100
From: Vladimir Pantelic <vlado...@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20120926 Firefox/16.0 SeaMonkey/2.13
MIME-Version: 1.0
To: pandaboard@googlegroups.com
Subject: Re: [pandaboard] Video Wall
References: <37d3fafc-ba05-4470-b4d6-65a40e8999de@googlegroups.com>
In-Reply-To: <37d3fafc-ba05-4470-b4d6-65a40e8999de@googlegroups.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
dkarm...@gmail.com wrote:
> Hello group,
>
> I was wondering if someone has any experience in making a video wall with the panda boards. I want 3 boards running 3
> video's (stored on the SD card, left center and right) playing synchronised over the network.
>
> I found this for mplayer:
> http://www.mplayerhq.hu/DOCS/HTML/en/networksync.html
> But this doesn't work for gst-launch as far as I know and with mplayer it's not possible to get hardware decoding.
> I've been experimenting with the udpsink option of gst-launch, but I think this is only for playing over the network,
> not for synchronising local content.
>
> If I need to write my own C program with the gstreamer libs, that is no problem and an option as well, but I have no
> experience with gstreamer libs.
>
> Thanks in advance!
we did a Videowall with 6 Beagleboards some time ago.
the hardware is here: http://www.flickr.com/photos/av500/sets/72157622794548090/
and the software running was omapfbplay: http://git.mansr.com/?p=omapfbplay;a=summary
omapfbplay has a netsync option to synchronize the master and the slaves
we used libav for decoding, but omapfbplay also has a libdce backend for OMAP4.
The libdce stuff would need to be adapted to the current libdce though and to
a different displaysink than v4l2...
Regards,
Vladimir