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 ...")
 
(Removed unused comment)
 
(9 intermediate revisions by the same user not shown)
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 id="bar" repeatCount="indefinite" sync="#">
      <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>
 
   </body>
 
   </body>
 
</smil>
 
</smil>
Line 18: Line 18:
 
</source>
 
</source>
  
Applicable device :  
+
Applicable device : <br>
IAdea XMP-3250 series player ( firmware 3.3.27 or higher )
+
IAdea MBR-1100 series player <br>
IAdea XMP-2200 series player ( firmware 4.7 or higher )
+
IAdea XMP-6xxx series player <br>
 +
IAdea XMP/XOP-7xxx series player <br>
 +
IAdea XDS-107x series smart signboard <br>
 +
IAdea XDS-2170 smart signboard <br>
 +
 
 +
-Discontinued Models- <br>
 +
IAdea XMP-3250 series player ( firmware 3.3.27 or higher ) and XDS-1950/2450 signboard <br>
 +
IAdea XMP-2200 series player ( firmware 4.7 or higher ) and XDS-1060 series signboard <br>
 +
IAdea XDS-106x series smart signboard <br>

Latest revision as of 10:31, 30 June 2016

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 id="bar" repeatCount="indefinite" sync="#">
      <video id="foo" src="test.video" /> //specify id for each node to sync
    </seq>
  </body>
</smil>

Applicable device :
IAdea MBR-1100 series player
IAdea XMP-6xxx series player
IAdea XMP/XOP-7xxx series player
IAdea XDS-107x series smart signboard
IAdea XDS-2170 smart signboard

-Discontinued Models-
IAdea XMP-3250 series player ( firmware 3.3.27 or higher ) and XDS-1950/2450 signboard
IAdea XMP-2200 series player ( firmware 4.7 or higher ) and XDS-1060 series signboard
IAdea XDS-106x series smart signboard