Difference between revisions of "Sync Playback"

From A-SMIL.org
Jump to: navigation, search
(Created page with "You can have multiple SMIL players to synchronize its playback with a source player via network. This is suitable for multiple players in same network ( same subnet preferred ...")
 
Line 10: Line 10:
 
   <head/>
 
   <head/>
 
   <body>
 
   <body>
     <seq repeatCount="indefinite" sync="//192.168.1.225#">// 192.168.1.225 is the source player IP address, so use static IP address is advised for source player
+
     <seq repeatCount="indefinite" sync="//192.168.1.225#">
 +
    // 192.168.1.225 is the source player IP address, so use static IP address is advised for source player
 
       <video id="foo" src="test.video" /> //specify id for each node to sync
 
       <video id="foo" src="test.video" /> //specify id for each node to sync
 
   </seq>
 
   </seq>
Line 19: Line 20:
  
 
Applicable device :  
 
Applicable device :  
IAdea XMP-3250 series player ( firmware 3.3.27 or higher )
+
IAdea XMP-3250 series player ( firmware 3.3.27 or higher )  
 +
<br>
 
IAdea XMP-2200 series player ( firmware 4.7 or higher )
 
IAdea XMP-2200 series player ( firmware 4.7 or higher )

Revision as of 07:07, 14 April 2014

You can have multiple SMIL players to synchronize its playback with a source player via network. This is suitable for multiple players in same network ( same subnet preferred ) to play same media across different players. Please note this is not suitable for typical video wall solution.

The idea is to assign a source player in the network, and have multiple players to sync playback with the source player.

<smil>
  <head/>
  <body>
    <seq repeatCount="indefinite" sync="//192.168.1.225#">
    // 192.168.1.225 is the source player IP address, so use static IP address is advised for source player
       <video id="foo" src="test.video" /> //specify id for each node to sync
   </seq>
  </body>
</smil>

Applicable device : IAdea XMP-3250 series player ( firmware 3.3.27 or higher )
IAdea XMP-2200 series player ( firmware 4.7 or higher )