This app shows the demo for Syncplay functionality.
- Copy the vidoe in the USB root folder and plug it in LFD.
- Run the app on your LFD.
- Check available options on the screen.
Since Tizen 6.5
- Make sure <script type="text/javascript" src="$WEBAPIS/webapis/webapis.js"></script> is included in index.html and <tizen:privilege name="http://developer.samsung.com/privilege/syncplay"/> in config.xml
- App has to be signed with Samsung certificate with Partner privilege level
- Video playback can be synchronized only when all displays are in same network
- Known Limitations comes from the fact of video usage. please refer to SDF article about videos
- Only video playback is supported.
In order to use SyncPlay API the following privilege must be included in config.xml
:
<tizen:privilege name="http://developer.samsung.com/privilege/syncplay"/>
Partner level privilege of certificate is supported.
SyncPlay/ - PlayerAvplay sample app root folder
│
├── fonts/ - fonts used by this app
│ │
│ └── SamsungOneUI-400.ttf - font used in application
│
│
├── css/ - styles used in the application
│ │
│ └── style.css - style for application's template
│
├── js/ - scripts used in the application
│ │
│ └── main.js - main application script
│
├── config.xml - application's configuration file
├── index.html - main document
└── README.md - this file
Copyright 2021 Samsung Electronics, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.