equal
deleted
inserted
replaced
8 |
8 |
9 Then go to /remie/iframetester, where you have a blank page with a few fields that condition the iframe player you'll generate. You can use the local ldt platform to get the id of your test project. |
9 Then go to /remie/iframetester, where you have a blank page with a few fields that condition the iframe player you'll generate. You can use the local ldt platform to get the id of your test project. |
10 Use the generate button to create the iframe and insert it into the page. Currently there is only the segment scenario. |
10 Use the generate button to create the iframe and insert it into the page. Currently there is only the segment scenario. |
11 |
11 |
12 Note: If you want to test multiple users annotations, we don't validate currently logged user so it is entirely possible to generate a remie player for another user than the one currently logged in, and have annotation creation work for that other user. |
12 Note: If you want to test multiple users annotations, we don't validate currently logged user so it is entirely possible to generate a remie player for another user than the one currently logged in, and have annotation creation work for that other user. |
|
13 |
|
14 ============== |
|
15 Building Metadataplayer |
|
16 ============== |
|
17 |
|
18 Run the script in sbin/build/ folder to build the metadataplayer from the sources. |
|
19 cd sbin/build |
|
20 bash compil-mdp-from-sources <mdplayer_repo_path> |
|
21 |
|
22 Alternatively you can put a "mdplayer_path" file (containing the ABSOLUTE path to the metadataplayer repository) to the sbin/build repo then call the script without argument |
|
23 cd sbin/build |
|
24 bash compil-mdp-from-sources |