Hello,
I am preparing a page for a seminar. I need to place the video of the speaker and his presentation as well. Sure, I want two videos to go in parallel. Both videos are streamed from Wowza Streaming Server.
Is there a way of synchronizing two videos?
thanks,
Mustafa

for limited synchronicity accuracy you can just use the javascript API...
for example source code please see the - http://www.jeroenwijering.com/?item=Javascript_API_Examples
such as - http://home5.inet.tele.dk/nyboe/flash/mediaplayer4/JW_API_xmpl_5-1-0-0.html
please note that the above examples all use swfobject v.2.1 - http://code.google.com/p/swfobject/
for examples using the v.3.x player and swfobject v.1.5 please see - http://home5.inet.tele.dk/nyboe/flash/mediaplayer/
such as - http://home5.inet.tele.dk/nyboe/flash/mediaplayer/controller.htm
or - http://home5.inet.tele.dk/nyboe/flash/mediaplayer/panorama.htm
but if you need acuracy in the millisecond range, you will need to merge the two videos into one - and use only one player...