<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 </head><body style=""><div>Hello all,</div>
<div> </div>
<div>I have a custom video format which consists of multiple camera recordings (with timing info and all) that reside in one directory along with common metadata. I already have an element that can read this format, but currently only plays one of the recording files. Now I would like to extend functionality to playing all available recording files at the same time (appropriately synchronized). The application will have multiple display widgets, each backed by a video sink, and one control area (play/stop/pause buttons) that controls all of them.</div>
<div> </div>
<div>What is the recommended approach in this case?</div>
<div> </div>
<div>- multiple pipelines, each playing one file</div>
<div>- one pipeline with multiple streams</div>
<div> </div>
<div>for the multiple streams case, Id be thankful for pointers how to implement it</div>
<div> </div>
<div>thanks,</div>
<div>Christian</div></body></html>